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 84
84
export LIBC=glibc
85
85
export SANITIZER=${{ matrix.config }}
86
86
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
88
88
EXIT_CODE=$?
89
89
90
90
if [ $EXIT_CODE -ne 0 ]; then
@@ -174,7 +174,7 @@ jobs:
174
174
}')
175
175
export JAVA_VERSION
176
176
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
178
178
EXIT_CODE=$?
179
179
180
180
if [ $EXIT_CODE -ne 0 ]; then
@@ -274,7 +274,7 @@ jobs:
274
274
export LIBC=glibc
275
275
export SANITIZER=${{ matrix.config }}
276
276
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
278
278
EXIT_CODE=$?
279
279
280
280
if [ $EXIT_CODE -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments