File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 21
21
commands :
22
22
- ' sudo ip tuntap add fc-test-tap${BUILDKITE_BUILD_NUMBER} mode tap user $(sudo id -u buildkite-agent)'
23
23
- ' sudo ip tuntap add fc-root-tap${BUILDKITE_BUILD_NUMBER} mode tap user $(sudo id -u buildkite-agent)'
24
+ agents :
25
+ queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
24
26
25
27
# We use a "wait" step here, because Go's module logic freaks out when
26
28
# multiple go builds are downloading to the same cache.
37
39
- ' ln -s /usr/local/bin/firecracker-v0.15.0 testdata/firecracker'
38
40
- ' ln -s /usr/local/bin/jailer-v0.15.0 testdata/jailer'
39
41
- " DISABLE_ROOT_TESTS=true FC_TEST_TAP=fc-test-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1'"
42
+ agents :
43
+ queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
40
44
41
45
- label : ' :hammer: root tests'
42
46
commands :
55
59
commands :
56
60
- ' sudo ip tuntap del fc-test-tap${BUILDKITE_BUILD_NUMBER} mode tap'
57
61
- ' sudo ip tuntap del fc-root-tap${BUILDKITE_BUILD_NUMBER} mode tap'
62
+ agents :
63
+ queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
58
64
You can’t perform that action at this time.
0 commit comments