Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
test_tier1:
name: Test tier1
strategy:
fail-fast: false # Speed up 0.2 backport CI
matrix:
include:
- target: aarch64-apple-darwin
Expand Down Expand Up @@ -164,9 +165,8 @@ jobs:
# Unlike `main` this job doesn't have `needs`, in order to speed up backports a bit
test_tier2:
name: Test tier2
needs: [test_tier1, style_check]
strategy:
fail-fast: true
fail-fast: false # Speed up 0.2 backport CI
max-parallel: 16
matrix:
include:
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
name: Test tier2 VM
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false # Speed up 0.2 backport CI
matrix:
include:
# FIXME(#4740): FreeBSD 13 tests are extremely flaky and fail most of the time
Expand Down
Loading