Skip to content

Commit

Permalink
Skip openj9 in PR build (#7641)
Browse files Browse the repository at this point in the history
to help offset new parallelization in #7639
  • Loading branch information
trask committed Jan 24, 2023
1 parent 2027c7b commit 82ea80a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
no-build-cache:
type: boolean
required: false
skip-openj9-tests:
type: boolean
required: false
skip-windows-smoke-tests:
type: boolean
required: false
Expand Down Expand Up @@ -144,6 +147,7 @@ jobs:
- hotspot
- openj9
exclude:
- vm: ${{ inputs.skip-openj9-tests && 'openj9' || '' }}
- test-java-version: 19
vm: openj9
fail-fast: false
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
common:
uses: ./.github/workflows/build-common.yml
with:
# windows smoke tests are slower, and it's rare for only the windows smoke tests to break
skip-windows-smoke-tests: false
# it's rare for only the openj9 tests or the windows smoke tests to break
skip-openj9-tests: true
skip-windows-smoke-tests: true
cache-read-only: true

test-latest-deps:
Expand Down

0 comments on commit 82ea80a

Please sign in to comment.