From a4e6d9513d110b04adabad1d12ad498374cd5703 Mon Sep 17 00:00:00 2001 From: Elliott Baron Date: Thu, 9 Sep 2021 10:21:08 -0400 Subject: [PATCH] build(maven): skip podman execs when skipITs is true --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index b5b4af2439..eb8d7b2557 100644 --- a/pom.xml +++ b/pom.xml @@ -308,6 +308,7 @@ --publish ${cryostat.itest.grafana.port}:${cryostat.itest.grafana.port} + ${skipITs} @@ -326,6 +327,7 @@ --rm ${cryostat.itest.jfr-datasource.imageStream}:${cryostat.itest.jfr-datasource.version} + ${skipITs} @@ -348,6 +350,7 @@ --rm ${cryostat.itest.grafana.imageStream}:${cryostat.itest.grafana.version} + ${skipITs} @@ -402,6 +405,7 @@ --rm ${cryostat.imageStream}:${cryostat.imageVersion} + ${skipITs} @@ -418,6 +422,7 @@ -c until curl -sSk http://${cryostat.itest.webHost}:${cryostat.itest.webPort}/health; do sleep 10; done + ${skipITs} @@ -433,6 +438,7 @@ cryostat-itest ${project.build.directory}/cryostat-itest-${maven.build.timestamp}.log + ${skipITs} @@ -447,6 +453,7 @@ kill jfr-datasource-itest + ${skipITs} @@ -461,6 +468,7 @@ kill grafana-itest + ${skipITs} @@ -475,6 +483,7 @@ kill cryostat-itest + ${skipITs} @@ -491,6 +500,7 @@ --force ${cryostat.itest.podName} + ${skipITs}