Commit f5a33f8
authored
chore: Add unit/slow/localmode and unit-test-v3 jobs to CI Health workflow (#5949)
* chore: Add unit/slow/localmode and unit-test-v3 jobs to CI Health workflow
* chore: specify job version
* chore: Split unit-test-v3 into per-submodule parallel CI Health projects
Run each v3 submodule's unit tests in its own CodeBuild project (one
worker each) so they execute in parallel instead of sequentially,
keeping wall-clock time within the 3h timeout. Project names retain the
unit-test-v3 substring so they reuse the existing UNIT_TEST_V3
metric/alarm definitions and fold into CIHealthCompositeAlarm.
* chore: Drive v3 unit tests via SUBMODULE env var on a single CI Health project
Mirror the v2 ci-unit-tests pattern: instead of four per-submodule
projects, use one unit-test-v3 project parameterized by the SUBMODULE
env var, triggered once per submodule by the workflow matrix so they
still run in parallel. Also fix the v2 unit-tests job to pass PY_VERSION
via a python-version matrix (matching pr-checks), instead of relying on
an unset tox envlist.1 parent a15a449 commit f5a33f8
1 file changed
Lines changed: 72 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
0 commit comments