Commit f7bb4d5
authored
fix(ci): Use source-version-override so CI Health builds checkout the right branch (#5950)
The CI Health jobs passed the branch via `source-version`, which is not a
valid input for aws-actions/aws-codebuild-run-build. The action ignored it
and fell back to its default behavior of forcing sourceVersion to the commit
that triggered the workflow (master / V3). As a result the v2 jobs
(unit-tests-v2, slow-tests-v2, localmode-tests-v2) ran V2's tox commands
against the V3 monorepo layout, where the repo root has no tox.ini, and
failed within a minute with "tox config file not found".
Rename all six occurrences to the correct input name
`source-version-override` so each job checks out its intended branch
(master-v2 for the v2 jobs and canaries-v2, master for canaries-v3 and
unit-test-v3).
X-AI-Prompt: Fix the CI Health workflow source-version input so v2 jobs run against master-v2 instead of master
X-AI-Tool: kiro-cli1 parent f5a33f8 commit f7bb4d5
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments