Skip to content

Commit 5681ec0

Browse files
roypatkalyazin
authored andcommitted
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). (cherry picked from commit 0fff2c8) Signed-off-by: Patrick Roy <[email protected]>
1 parent 8812502 commit 5681ec0

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)