Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

483 View in Grafana not working with smoketest.sh #489

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,27 @@ function runCryostat() {
function runDemoApps() {
podman run \
--name vertx-fib-demo-1 \
--env HTTP_PORT=8081 \
--env JMX_PORT=9093 \
--pod cryostat \
--rm -d quay.io/andrewazores/vertx-fib-demo:0.6.0
--rm -d quay.io/andrewazores/vertx-fib-demo:0.7.0

podman run \
--name vertx-fib-demo-2 \
--env HTTP_PORT=8081 \
--env JMX_PORT=9094 \
--env USE_AUTH=true \
--pod cryostat \
--rm -d quay.io/andrewazores/vertx-fib-demo:0.6.0
--rm -d quay.io/andrewazores/vertx-fib-demo:0.7.0

podman run \
--name vertx-fib-demo-3 \
--env HTTP_PORT=8081 \
--env JMX_PORT=9095 \
--env USE_SSL=true \
--env USE_AUTH=true \
--pod cryostat \
--rm -d quay.io/andrewazores/vertx-fib-demo:0.6.0
--rm -d quay.io/andrewazores/vertx-fib-demo:0.7.0

podman run \
--name quarkus-test \
Expand Down