Skip to content

Commit 577f1d6

Browse files
committed
Force building everything on integration tests to work around gib issue
1 parent 5d094fa commit 577f1d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-actions-incremental.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,11 +441,12 @@ jobs:
441441
run: |
442442
if [[ "${{ matrix.java.category }}" == *"Integration"* ]]; then
443443
PL=$JVM_TEST_INTEGRATION_TESTS_SELECTOR
444+
WORKAROUND=-Dgib.buildAll=true
444445
else
445446
PL=$JVM_TEST_NORMAL_TESTS_SELECTOR
446447
fi
447448
# Despite the pre-calculated run_jvm flag, GIB has to be re-run here to figure out the exact submodules to build.
448-
./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 }}
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
449450
- name: Clean Gradle temp directory
450451
if: always()
451452
run: devtools/gradle/gradlew --stop && rm -rf devtools/gradle/gradle-extension-plugin/build/tmp

0 commit comments

Comments
 (0)