Skip to content

Commit

Permalink
CODETOOLS-7902883: jcstress: Do only a few trial tests in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shipilev authored Apr 14, 2021
1 parent 86b46cc commit efecd08
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/pre-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build-java: [11, 16-ea, 17-ea]
run-java: [8, 11, 16-ea, 17-ea]
build-java: [11, 17-ea]
run-java: [8, 11, 16, 17-ea]
os: [ubuntu-18.04, windows-2019, macos-10.15]
fail-fast: false
name: Build JDK ${{ matrix.build-java }}, run JDK ${{ matrix.run-java }}, ${{ matrix.os }}
Expand All @@ -34,9 +34,5 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.run-java }}
- name: Run all tests with "sanity" profile
run: java -jar tests-all/target/jcstress.jar -m sanity --jvmArgs "-XX:+UseParallelGC"
if: runner.os == 'Linux'
- name: Run custom tests with "sanity" profile
run: java -jar tests-custom/target/jcstress.jar -m sanity --jvmArgs "-XX:+UseParallelGC"
if: runner.os != 'Linux'
- name: Run a trial test
run: java -jar tests-custom/target/jcstress.jar -t UnfencedDekker

0 comments on commit efecd08

Please sign in to comment.