File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8484 export LIBC=glibc
8585 export SANITIZER=${{ matrix.config }}
8686
87- ./gradlew -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
87+ ./gradlew -PCI - PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
8888 EXIT_CODE=$?
8989
9090 if [ $EXIT_CODE -ne 0 ]; then
@@ -174,7 +174,7 @@ jobs:
174174 }')
175175 export JAVA_VERSION
176176
177- ./gradlew -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
177+ ./gradlew -PCI - PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
178178 EXIT_CODE=$?
179179
180180 if [ $EXIT_CODE -ne 0 ]; then
@@ -274,7 +274,7 @@ jobs:
274274 export LIBC=glibc
275275 export SANITIZER=${{ matrix.config }}
276276
277- ./gradlew -PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
277+ ./gradlew -PCI - PkeepJFRs :ddprof-test:test${{ matrix.config }} --no-daemon --parallel --build-cache --no-watch-fs
278278 EXIT_CODE=$?
279279
280280 if [ $EXIT_CODE -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments