Commit 9b3f37a
committed
fix(ci): adjust for mirror=auto default; don't force verbose in e2e-suite jobs
Follow-up to the mirror=auto fix and MCPP_VERBOSE rollout, fixing 3 e2e
regressions surfaced by the previous CI run (75 itself now PASSES):
- 38_self_config_mirror.sh: the default seed is now "auto" (defer to xlings'
region detection), not "CN". Updated the assertion; explicit --mirror
GLOBAL/cn/BAD checks unchanged.
- 48_build_error_output.sh / 53_namespaced_cache_label.sh assert mcpp's DEFAULT
(quiet) output. Forcing MCPP_VERBOSE=1 in CI broke them. Removed MCPP_VERBOSE
from the workflows that run the e2e suite (ci-linux-e2e, ci-macos, ci-windows);
kept it where it's diagnostic and safe (ci-fresh-install,
ci-aarch64-fresh-install — the cold bootstrap path — plus ci-linux unit tests
and cross-build). A test that needs verbose passes --verbose itself.
Verified locally: 38/48/53 green.1 parent 2b4a5c0 commit 9b3f37a
4 files changed
Lines changed: 16 additions & 11 deletions
File tree
- .github/workflows
- tests/e2e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | | - | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments