Skip to content

Commit

Permalink
ci: defer Solaris
Browse files Browse the repository at this point in the history
Solaris is a Tier2 target so defer it until after tier1 completes like
the others.
  • Loading branch information
tgross35 committed Nov 20, 2024
1 parent 420bf79 commit 7ad091e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ jobs:
- name: Execute run-docker.sh
run: ./ci/run-docker.sh ${{ matrix.target }}

solaris:
test_solaris:
name: Solaris
needs: [test_tier1, style_check]
runs-on: ubuntu-latest
strategy:
fail-fast: true
Expand Down Expand Up @@ -173,10 +174,10 @@ jobs:
name: success
runs-on: ubuntu-22.04
needs:
- style_check
- test_solaris
- test_tier1
- test_tier2
- solaris
- style_check
- verify_build
# Github branch protection is exceedingly silly and treats "jobs skipped because a dependency
# failed" as success. So we have to do some contortions to ensure the job fails if any of its
Expand Down

0 comments on commit 7ad091e

Please sign in to comment.