Skip to content

Commit ef7b633

Browse files
roypatzulinx86
authored andcommitted
ci: pass --no-build to devtool test in dev container sanity build
this step reuses the precompiled firecracker binaries, so we needt o pass --no-build to avoid needlessly recompiling firecracker. Signed-off-by: Patrick Roy <[email protected]>
1 parent 73b5df9 commit ef7b633

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
@@ -36,7 +36,7 @@
3636
if any(x.parent.name == "devctr" for x in changed_files):
3737
pipeline.build_group_per_arch(
3838
"🐋 Dev Container Sanity Build",
39-
"./tools/devtool -y build_devctr && DEVCTR_IMAGE_TAG=latest ./tools/devtool test -- integration_tests/functional/test_api.py",
39+
"./tools/devtool -y build_devctr && DEVCTR_IMAGE_TAG=latest ./tools/devtool test --no-build -- integration_tests/functional/test_api.py",
4040
)
4141

4242
if any(

0 commit comments

Comments
 (0)