Skip to content

Commit e3e7103

Browse files
roypatzulinx86
authored andcommitted
test: extend devctr sanity build to also run something inside docker
Have the sanity build also run a very small subset of our integration tests inside the new docker container, to validate that the resulting docker container at least roughly works. Signed-off-by: Patrick Roy <[email protected]>
1 parent 29e3e9f commit e3e7103

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
@@ -31,7 +31,7 @@
3131
if any(x.parent.name == "devctr" for x in changed_files):
3232
pipeline.build_group_per_arch(
3333
"🐋 Dev Container Sanity Build",
34-
"./tools/devtool -y build_devctr",
34+
"./tools/devtool -y build_devctr && DEVCTR_IMAGE_TAG=latest ./tools/devtool test -- integration_tests/functional/test_api.py",
3535
)
3636

3737
if any(

0 commit comments

Comments
 (0)