Commit 2dba176
authored
Fix: create ubuntu_azure_kernel_validate.yml with proper tier-based test filtering
When tier=0 is passed, 300+ test cases were being selected because the runbook
was missing the ./tiers/tier.yml include that maps the tier variable to proper
priority-based testcase criteria.
The fix includes ./tiers/tier.yml which dynamically includes t$(tier).yml:
- tier=0 → t0.yml → testcase criteria: priority: 0 (select only priority 0 tests)
- tier=1 → t1.yml → testcase criteria: priority: [0, 1]
- etc.
This ensures the tier variable properly controls test case selection,
preventing unfiltered broad selection of 300+ tests when tier0 is specified.1 parent a497d6f commit 2dba176
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments