Skip to content

Commit 6e28d9d

Browse files
committed
buildkite: run kani if devctr is modified
rebuilding the docker container can upgrade kani, and we'd like to know at the PR stage if that causes issues (such as timeouts). Signed-off-by: Patrick Roy <[email protected]>
1 parent ac08ab0 commit 6e28d9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/pipeline_pr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
if not pipeline.args.no_kani and (
5252
not changed_files
5353
or any(x.suffix in [".rs", ".toml", ".lock"] for x in changed_files)
54+
or any(x.parent.name == "devctr" for x in changed_files)
5455
):
5556
kani_grp = pipeline.build_group(
5657
"🔍 Kani",

0 commit comments

Comments
 (0)