Commit 743543a
committed
github-actions: Add KernelCI support to CBR
Allow callers to skip the kselftests stage entirely. Useful for CBR
where kselftest coverage is minimal due to the old kernel.
- Add skip_kselftests boolean input (default: false)
- Gate test-kselftest and compare-results jobs on !skip_kselftests
- Allow create-pr when kselftest result is 'skipped'
- Skip kselftest log downloads and stats when kselftests are skipped
Signed-off-by: Shreeya Patel <spatel@ciq.com>1 parent b69546c commit 743543a
2 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments