Commit b5cf228
* Start all exhastive tests in parallel (#17978)
Previously the package based tests would be blocked on the pull request suite.
Given those tests MUST have be run to even get code in to a branch this results
in the exhaustive test suite taking roughly 30 mins to even start the unique
tests. In practice when we want to reproduce or test a failure in the exhaustive
suite we DONT want to be blocked on seeing the PR tests. This commit removes the
depends-on condition for the package based tests on the pull request tests. It
does not seem like any protection from doing unncessary package based tests if a
pull request test fails is worth the extra wall time in practice. This should
significantly decrease the total time needed for the exhaustive test pipeline.
(cherry picked from commit 332355d)
# Conflicts:
# .buildkite/scripts/exhaustive-tests/generate-steps.py
* fix merge conflict
---------
Co-authored-by: Cas Donoghue <[email protected]>
1 parent 7c09931 commit b5cf228
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | 193 | | |
195 | 194 | | |
196 | 195 | | |
197 | 196 | | |
198 | 197 | | |
199 | 198 | | |
200 | | - | |
201 | 199 | | |
202 | 200 | | |
203 | 201 | | |
204 | 202 | | |
205 | 203 | | |
206 | 204 | | |
207 | | - | |
208 | 205 | | |
209 | 206 | | |
210 | 207 | | |
211 | 208 | | |
212 | 209 | | |
213 | 210 | | |
214 | | - | |
215 | 211 | | |
216 | 212 | | |
217 | 213 | | |
| |||
0 commit comments