Commit b67578a
KFLUXINFRA-3694 Add CI to validate tekton-kueue CEL expressions
Add a GitHub Actions workflow and Python test script that validates the
tekton-kueue CEL configuration for internal-staging and
internal-production. Tests run the actual tekton-kueue container via
Podman to verify mutations produce correct queue-name labels, priority
classes, and resource annotations for signing pipeline rate-limiting.
Addresses review feedback:
- Use actions/checkout@v6 (filariow)
- Tolerate missing config environments gracefully (qodo)
- Add 300s timeout to podman subprocess (qodo)
- Validate YAML output type before accessing fields (qodo)
- Add job-level timeout-minutes: 15 as safety net
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 92ab92a commit b67578a
2 files changed
Lines changed: 561 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 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
0 commit comments