File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
- ' ln -s /var/lib/fc-ci/rootfs.ext4 testdata/root-drive.img'
50
50
- ' ln -s /usr/local/bin/firecracker-v0.19.0 testdata/firecracker'
51
51
- ' ln -s /usr/local/bin/jailer-v0.19.0 testdata/jailer'
52
- - " DISABLE_ROOT_TESTS=true FC_TEST_TAP=fc-test-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1'"
52
+ - " FC_TEST_TAP=fc-test-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1' DISABLE_ROOT_TESTS=true "
53
53
agents :
54
54
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
55
55
60
60
- ' cp /usr/local/bin/firecracker-v0.19.0 testdata/firecracker'
61
61
- ' cp /usr/local/bin/jailer-v0.19.0 testdata/jailer'
62
62
- ' make -C cni install CNI_BIN_ROOT=$(pwd)/testdata/bin'
63
- - " sudo FC_TEST_TAP=fc-root-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1'"
63
+ - " sudo FC_TEST_TAP=fc-root-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1' DISABLE_ROOT_TESTS= "
64
64
agents :
65
65
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
66
66
You can’t perform that action at this time.
0 commit comments