Skip to content

Commit 743543a

Browse files
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

File tree

.container_build_image

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cbr-7.9-kernel-builder
2+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Automated kernel build and test x86_64 & aarch64
2+
3+
on:
4+
push:
5+
branches:
6+
- '*_ciqcbr7_9'
7+
8+
jobs:
9+
kernelCI:
10+
uses: ctrliq/kernel-src-tree/.github/workflows/kernel-build-and-test-multiarch.yml@main
11+
with:
12+
architectures: 'x86_64'
13+
skip_kselftests: true
14+
secrets: inherit

0 commit comments

Comments
 (0)