Skip to content

Commit e4c0b9b

Browse files
committed
test: do not build firecracker before running kani
Kani has no use for pre-built binaries, and I'm fairly certain it cannot even reuse the build artifacts due to using a different toolchain. So pass `--no-build` to `devtool test` when running the kani test to safe a few more minutes there. Signed-off-by: Patrick Roy <[email protected]>
1 parent 599c48c commit e4c0b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
):
5252
kani_grp = pipeline.build_group(
5353
"🔍 Kani",
54-
"./tools/devtool -y test -- ../tests/integration_tests/test_kani.py -n auto",
54+
"./tools/devtool -y test --no-build -- ../tests/integration_tests/test_kani.py -n auto",
5555
# Kani step default
5656
# Kani runs fastest on m6a.metal
5757
instances=["m6a.metal"],

0 commit comments

Comments
 (0)