Commit 402b2da
fix(ci): align rspack execute-all workflows with other stacks
The execute-all matrix in from-pr and from-commit workflows was passing
--suite-${suiteRefType} ${suiteRef}, which cac parsed in a way that left
[...suites] empty, causing getSuitesToRun to fall back to running every
available suite alphabetically. Each matrix shard then ran unrelated
suites until one failed.
Drop the suite-ref args in execute-all so rspack matches rsbuild/rslib/
rstest/rsdoctor/rspress, where execute-all only forwards the matrix
suite name.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f6ea537 commit 402b2da
File tree
2 files changed
+0
-3
lines changed- .github/workflows
2 files changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | 227 | | |
229 | 228 | | |
230 | 229 | | |
231 | 230 | | |
232 | 231 | | |
233 | 232 | | |
234 | 233 | | |
235 | | - | |
236 | 234 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | 178 | | |
0 commit comments