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 52
52
- ' ln -s /var/lib/fc-ci/rootfs.ext4 testdata/root-drive.img'
53
53
- ' ln -s /usr/local/bin/firecracker-v0.19.0 testdata/firecracker'
54
54
- ' ln -s /usr/local/bin/jailer-v0.19.0 testdata/jailer'
55
- - " FC_TEST_TAP=fc-test-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1' DISABLE_ROOT_TESTS=true"
55
+ - " FC_TEST_TAP=fc-test-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1 -race ' DISABLE_ROOT_TESTS=true"
56
56
agents :
57
57
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
58
58
63
63
- ' cp /usr/local/bin/firecracker-v0.19.0 testdata/firecracker'
64
64
- ' cp /usr/local/bin/jailer-v0.19.0 testdata/jailer'
65
65
- ' make -C cni install CNI_BIN_ROOT=$(pwd)/testdata/bin'
66
- - " sudo FC_TEST_TAP=fc-root-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1' DISABLE_ROOT_TESTS="
66
+ - " sudo FC_TEST_TAP=fc-root-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1 -race ' DISABLE_ROOT_TESTS="
67
67
agents :
68
68
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
69
69
You can’t perform that action at this time.
0 commit comments