Skip to content

Commit 82e36c9

Browse files
committed
DO NOT MERGE ci speedups
1 parent 5631a06 commit 82e36c9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
test_tier1:
125125
name: Test tier1
126126
strategy:
127+
fail-fast: false
127128
matrix:
128129
include:
129130
- target: aarch64-apple-darwin
@@ -183,9 +184,9 @@ jobs:
183184

184185
test_tier2:
185186
name: Test tier2
186-
needs: [test_tier1, style_check]
187+
# needs: [test_tier1, style_check]
187188
strategy:
188-
fail-fast: true
189+
fail-fast: false
189190
max-parallel: 16
190191
matrix:
191192
include:
@@ -281,10 +282,10 @@ jobs:
281282

282283
test_tier2_vm:
283284
name: Test tier2 VM
284-
needs: [test_tier1, style_check]
285+
# needs: [test_tier1, style_check]
285286
runs-on: ubuntu-latest
286287
strategy:
287-
fail-fast: true
288+
fail-fast: false
288289
matrix:
289290
include:
290291
- release: "15.0"

0 commit comments

Comments
 (0)