Commit 3ada7d1
ci(infra-3596): provider-aware runs-on in update-e2e-fixtures.yml
Adds runner_provider input to workflow_dispatch and makes all runs-on
expressions provider-aware so this workflow can be dispatched on
Namespace runners on the trial path.
Per Phase 4 inventory:
- The macOS update-fixtures job (line 183) → namespace-profile-metamask-ios-e2e
- All ubuntu-latest orchestration jobs → namespace-profile-metamask-ci-linux
The dispatch job at line 37 only runs on issue_comment events where
inputs.runner_provider is undefined; it falls through to ubuntu-latest
in that case, so bot-triggered fixture updates remain on Cirrus while
manual workflow_dispatch can opt into Namespace.
Per the ticket, this is gated only on run-e2e-workflow.yml stability,
which Step 4 (ci.yml iOS smoke tests, 13/15 shards passing) confirmed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a8964e7 commit 3ada7d1
1 file changed
Lines changed: 15 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
| |||
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
37 | | - | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
| |||
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
75 | | - | |
| 83 | + | |
76 | 84 | | |
77 | 85 | | |
78 | 86 | | |
| |||
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
92 | | - | |
| 100 | + | |
93 | 101 | | |
94 | 102 | | |
95 | 103 | | |
| |||
180 | 188 | | |
181 | 189 | | |
182 | 190 | | |
183 | | - | |
| 191 | + | |
184 | 192 | | |
185 | 193 | | |
186 | 194 | | |
| |||
268 | 276 | | |
269 | 277 | | |
270 | 278 | | |
271 | | - | |
| 279 | + | |
272 | 280 | | |
273 | 281 | | |
274 | 282 | | |
| |||
343 | 351 | | |
344 | 352 | | |
345 | 353 | | |
346 | | - | |
| 354 | + | |
347 | 355 | | |
348 | 356 | | |
349 | 357 | | |
| |||
364 | 372 | | |
365 | 373 | | |
366 | 374 | | |
367 | | - | |
| 375 | + | |
368 | 376 | | |
369 | 377 | | |
370 | 378 | | |
| |||
0 commit comments