@@ -41,6 +41,8 @@ if [[ -z "${DEPLOY_ENV}" ]]; then
4141 INSTALL_OPTS=" -Pairlock-trusted"
4242fi
4343
44+ echo ${INSTALL_OPTS}
45+
4446# attempt to install 3 times with exponential backoff (starting with 10 seconds)
4547retry_with_backoff 3 10 \
4648 mvn install -B -V -U -ntp \
@@ -101,7 +103,7 @@ javadoc)
101103integration)
102104 mvn -B ${INTEGRATION_TEST_ARGS} \
103105 -ntp \
104- -Penable-integration-tests,airlock-trusted \
106+ -Penable-integration-tests \
105107 -Djava.net.preferIPv4Stack=true \
106108 -DtrimStackTrace=false \
107109 -Dclirr.skip=true \
@@ -116,7 +118,7 @@ integration)
116118integration-directpath-enabled)
117119 mvn -B ${INTEGRATION_TEST_ARGS} \
118120 -ntp \
119- -Penable-integration-tests,airlock-trusted \
121+ -Penable-integration-tests \
120122 -Djava.net.preferIPv4Stack=true \
121123 -DtrimStackTrace=false \
122124 -Dclirr.skip=true \
@@ -131,7 +133,7 @@ integration-directpath-enabled)
131133integration-multiplexed-sessions-enabled)
132134 mvn -B ${INTEGRATION_TEST_ARGS} \
133135 -ntp \
134- -Penable-integration-tests,airlock-trusted \
136+ -Penable-integration-tests \
135137 -Djava.net.preferIPv4Stack=true \
136138 -DtrimStackTrace=false \
137139 -Dclirr.skip=true \
0 commit comments