File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -441,12 +441,13 @@ jobs:
441
441
run : |
442
442
if [[ "${{ matrix.java.category }}" == *"Integration"* ]]; then
443
443
PL=$JVM_TEST_INTEGRATION_TESTS_SELECTOR
444
- WORKAROUND=-Dgib.buildAll=true
444
+ WORKAROUND=""
445
445
else
446
446
PL=$JVM_TEST_NORMAL_TESTS_SELECTOR
447
+ WORKAROUND="${{ needs.build-jdk17.outputs.gib_args }}"
447
448
fi
448
449
# Despite the pre-calculated run_jvm flag, GIB has to be re-run here to figure out the exact submodules to build.
449
- ./mvnw $COMMON_MAVEN_ARGS $COMMON_TEST_MAVEN_ARGS $PTS_MAVEN_ARGS $PL clean install -Dsurefire.timeout=1200 -Dno-test-kubernetes ${{ matrix.java.maven_args }} ${{ needs.build-jdk17.outputs.gib_args }} $ WORKAROUND
450
+ ./mvnw $COMMON_MAVEN_ARGS $COMMON_TEST_MAVEN_ARGS $PTS_MAVEN_ARGS $PL clean install -Dsurefire.timeout=1200 -Dno-test-kubernetes ${{ matrix.java.maven_args }} $WORKAROUND
450
451
- name : Clean Gradle temp directory
451
452
if : always()
452
453
run : devtools/gradle/gradlew --stop && rm -rf devtools/gradle/gradle-extension-plugin/build/tmp
You can’t perform that action at this time.
0 commit comments