Skip to content

Commit cfd4d8b

Browse files
JackThomson2roypat
authored andcommitted
tests(bk): Run the kernel build in our nightly PR
Run the kernel build as part of our nightly tests so we can monitor it's success. Signed-off-by: Jack Thomson <[email protected]>
1 parent d6c671c commit cfd4d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline_pr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
for step in kani_grp["steps"]:
6969
step["label"] = "🔍 Kani"
7070

71-
if any(x.parent.name == "hiding_ci" for x in changed_files):
71+
if not changed_files or (any(x.parent.name == "hiding_ci" for x in changed_files)):
7272
pipeline.build_group_per_arch(
7373
"🕵️ Build Secret Hiding Kernel",
7474
pipeline.devtool_test(

0 commit comments

Comments
 (0)