diff --git a/pom.xml b/pom.xml index b30fa4dd61..fe24cc672f 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ 2.45 2.45 - 2.20.0 + 2.21.0 15.4 3.12.0 diff --git a/smoketest.sh b/smoketest.sh index 5c852ac596..023b18f01d 100755 --- a/smoketest.sh +++ b/smoketest.sh @@ -108,6 +108,13 @@ runDemoApps() { local protocol="http" fi + podman run \ + --name jmxquarkus \ + --pod cryostat-pod \ + --label io.cryostat.discovery="true" \ + --label io.cryostat.jmxPort="51423" \ + --rm -d quay.io/roberttoyonaga/jmx:jmxquarkus@sha256:b067f29faa91312d20d43c55d194a2e076de7d0d094da3d43ee7d2b2b5a6f100 + podman run \ --name vertx-fib-demo-1 \ --env HTTP_PORT=8081 \ @@ -286,8 +293,7 @@ runReportGenerator() { } createPod() { - local jmxPort; local webPort; local datasourcePort; local grafanaPort; - jmxPort="$(getPomProperty cryostat.rjmxPort)" + local webPort; local datasourcePort; local grafanaPort; webPort="$(getPomProperty cryostat.webPort)" datasourcePort="$(getPomProperty cryostat.itest.jfr-datasource.port)" grafanaPort="$(getPomProperty cryostat.itest.grafana.port)" @@ -295,7 +301,6 @@ createPod() { --replace \ --hostname cryostat \ --name cryostat-pod \ - --publish "${jmxPort}:${jmxPort}" \ --publish "${webPort}:${webPort}" \ --publish "${datasourcePort}:${datasourcePort}" \ --publish "${grafanaPort}:${grafanaPort}" \ @@ -303,32 +308,15 @@ createPod() { --publish 8081:8081 \ --publish 8082:8082 \ --publish 8083:8083 \ - --publish 9093:9093 \ - --publish 9094:9094 \ - --publish 9095:9095 \ - --publish 9096:9096 \ - --publish 9999:9999 \ --publish 8082:8082 \ --publish 9990:9990 \ - --publish 9991:9991 \ - --publish 10000:10000 \ --publish 10001:10001 \ --publish 10010:10010 # 5432: postgres # 8081: vertx-fib-demo-1 HTTP # 8082: vertx-fib-demo-2 HTTP # 8083: vertx-fib-demo-3 HTTP - # 9093: vertx-fib-demo-1 RJMX - # 9094: vertx-fib-demo-2 RJMX - # 9095: vertx-fib-demo-3 RJMX - # 9097: quarkus-test-agent-1 RJMX - # 9098: quarkus-test-agent-2 RJMX - # 8082: Wildfly HTTP # 9990: Wildfly Admin Console - # 9991: Wildfly RJMX - # 9977: quarkus-test-agent-1 Agent-HTTP - # 9988: quarkus-test-agent-2 Agent-HTTP - # 10000: cryostat-reports RJMX # 10001: cryostat-reports HTTP # 10010: quarkus-test-agent-1 HTTP # 10011: quarkus-test-agent-2 HTTP