We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a079c1 commit 599eab8Copy full SHA for 599eab8
.buildkite/pipeline.yml
@@ -105,6 +105,7 @@ steps:
105
- 'ln -s /var/lib/fc-ci/vmlinux.bin testdata/vmlinux'
106
- 'ln -s /var/lib/fc-ci/rootfs.ext4 testdata/root-drive.img'
107
- 'mkdir -p $(pwd)/testdata/bin'
108
+ - 'GOBIN=$(pwd)/testdata/bin go get github.com/awslabs/tc-redirect-tap/cmd/tc-redirect-tap'
109
- "sudo PATH=$PATH FC_TEST_TAP=fc-root-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1 -race' DISABLE_ROOT_TESTS="
110
agents:
111
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
0 commit comments