File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
- uses : gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # tag=v2
81
81
name : other tests
82
82
with :
83
- arguments : check -x :reactor-core:test -x spotlessCheck --no-daemon
83
+ arguments : check -x :reactor-core:test -x spotlessCheck --no-daemon -Pjcstress.mode=sanity
Original file line number Diff line number Diff line change 61
61
- uses : gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # tag=v2
62
62
name : other tests
63
63
with :
64
- arguments : check -x :reactor-core:test -x spotlessCheck --no-daemon -DuseSnapshotMicrometerVersion=true
64
+ arguments : check -x :reactor-core:test -x spotlessCheck --no-daemon -DuseSnapshotMicrometerVersion=true -Pjcstress.mode=default
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ blockHoundTest {
272
272
}
273
273
274
274
jcstress {
275
- mode = ' quick ' // quick, default, tough
275
+ mode = project . hasProperty( ' jcstress.mode ' ) ? project . getProperty( ' jcstress.mode ' ) : ' quick ' // quick, default, tough
276
276
jcstressDependency ' org.openjdk.jcstress:jcstress-core:0.16'
277
277
heapPerFork = 512
278
278
}
You can’t perform that action at this time.
0 commit comments