Skip to content

Commit

Permalink
chore(smoketest): remove Agent prefer-jmx env var
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 21, 2023
1 parent b989c2d commit 612e99a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smoketest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ runDemoApps() {
--env CRYOSTAT_AGENT_BASEURI="${protocol}://localhost:${webPort}/" \
--env CRYOSTAT_AGENT_TRUST_ALL="true" \
--env CRYOSTAT_AGENT_AUTHORIZATION="Basic $(echo user:pass | base64)" \
--env CRYOSTAT_AGENT_REGISTRATION_PREFER_JMX="true" \
--env CRYOSTAT_AGENT_HARVESTER_PERIOD_MS=60000 \
--env CRYOSTAT_AGENT_HARVESTER_MAX_FILES=10 \
--rm -d quay.io/andrewazores/quarkus-test:latest
Expand All @@ -234,7 +233,6 @@ runDemoApps() {
--env CRYOSTAT_AGENT_BASEURI="${protocol}://localhost:${webPort}/" \
--env CRYOSTAT_AGENT_TRUST_ALL="true" \
--env CRYOSTAT_AGENT_AUTHORIZATION="Basic $(echo user:pass | base64)" \
--env CRYOSTAT_AGENT_REGISTRATION_PREFER_JMX="false" \
--env CRYOSTAT_AGENT_API_WRITES_ENABLED="true" \
--rm -d quay.io/andrewazores/quarkus-test:latest

Expand Down

0 comments on commit 612e99a

Please sign in to comment.