Commit 371c444
ci(ios): include all run ARNs in results aggregation and log download
The two RUN_ARNS aggregation loops were hardcoded to iterate over indices
2..8, so the new Heavy7/Heavy8 runs (RUN_ARN_9, RUN_ARN_10) were silently
dropped from the final test-results summary and the Device Farm log
download. As a result, Heavy7/Heavy8 failures would not have failed the
workflow and their device logs would not have been collected.
Iterate up to RUN_COUNT instead, so any future bucket additions are
picked up automatically.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 7d15b6f commit 371c444
1 file changed
Lines changed: 4 additions & 4 deletions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1349 | 1349 | | |
1350 | 1350 | | |
1351 | 1351 | | |
1352 | | - | |
| 1352 | + | |
1353 | 1353 | | |
1354 | | - | |
| 1354 | + | |
1355 | 1355 | | |
1356 | 1356 | | |
1357 | 1357 | | |
| |||
1509 | 1509 | | |
1510 | 1510 | | |
1511 | 1511 | | |
1512 | | - | |
| 1512 | + | |
1513 | 1513 | | |
1514 | | - | |
| 1514 | + | |
1515 | 1515 | | |
1516 | 1516 | | |
1517 | 1517 | | |
| |||
0 commit comments