File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ case ${JOB_TYPE} in
9191 install_modules " java-compute"
9292
9393 mvn verify -Penable-integration-tests -Pquick-build --projects " java-compute/google-cloud-compute" \
94+ ${INTEGRATION_TEST_ARGS} \
9495 -B -ntp -fae \
9596 --also-make \
9697 -Dtest=ITComputeGoldenSignals \
@@ -153,6 +154,7 @@ case ${JOB_TYPE} in
153154 install_modules " java-compute"
154155
155156 mvn test -Pnative -Pquick-build --projects " java-compute/google-cloud-compute" \
157+ ${INTEGRATION_TEST_ARGS} \
156158 -B -ntp -fae \
157159 -Dtest=ITComputeGoldenSignals \
158160 -Dsurefire.failIfNoSpecifiedTests=false \
@@ -167,6 +169,7 @@ case ${JOB_TYPE} in
167169 install_modules " java-compute"
168170
169171 mvn test -Pnative -Pquick-build --projects " java-compute/google-cloud-compute" \
172+ ${INTEGRATION_TEST_ARGS} \
170173 -B -ntp -fae \
171174 -Dtest=ITComputeGoldenSignals \
172175 -Dsurefire.failIfNoSpecifiedTests=false \
You can’t perform that action at this time.
0 commit comments