Description
The handbook requires special handling for meta-stage failures (Up, Down, DumpClusterLogs, etc.) which should be tagged as SIG-Infra and created in k/test-infra. Currently, signalhound treats all failures the same.
Requirements
- Detect meta-stage failures (Up, Down, DumpClusterLogs, Setup, Teardown)
- Automatically tag as SIG-Infra
- Route to kubernetes/test-infra repository
- Assign priority/critical-urgent (infra failures are critical)
- Add special handling in issue templates
Acceptance Criteria
Implementation Notes
- Define list of meta-stages:
["Up", "Down", "DumpClusterLogs", "Setup", "Teardown"]
- Check test name for meta-stage keywords
- Override SIG, repository, and priority for meta-stage failures
Description
The handbook requires special handling for meta-stage failures (Up, Down, DumpClusterLogs, etc.) which should be tagged as SIG-Infra and created in k/test-infra. Currently, signalhound treats all failures the same.
Requirements
Acceptance Criteria
Implementation Notes
["Up", "Down", "DumpClusterLogs", "Setup", "Teardown"]