File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1010# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
1111# express or implied. See the License for the specific language governing
1212# permissions and limitations under the License.
13+ env :
14+ PATH : " /usr/lib/go-1.13/bin:/usr/bin"
1315
1416steps :
1517 - label : ' :ec2: environment'
9496 - ' ln -s /var/lib/fc-ci/rootfs.ext4 testdata/root-drive.img'
9597 - ' mkdir -p $(pwd)/testdata/bin'
9698 - ' make -C cni install CNI_BIN_ROOT=$(pwd)/testdata/bin'
97- - " sudo FC_TEST_TAP=fc-root-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1 -race' DISABLE_ROOT_TESTS="
99+ - " sudo PATH=$PATH FC_TEST_TAP=fc-root-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1 -race' DISABLE_ROOT_TESTS="
98100 agents :
99101 queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
100102 distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
@@ -116,7 +118,7 @@ steps:
116118 - ' chmod +x testdata/firecracker-master'
117119 - ' buildkite-agent artifact download testdata/jailer-master .'
118120 - ' chmod +x testdata/jailer-master'
119- - " sudo -E FC_TEST_TAP=fc-mst-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1 -race' DISABLE_ROOT_TESTS="
121+ - " sudo -E PATH=$PATH FC_TEST_TAP=fc-mst-tap${BUILDKITE_BUILD_NUMBER} make test EXTRAGOARGS='-v -count=1 -race' DISABLE_ROOT_TESTS="
120122 agents :
121123 queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
122124 distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
You can’t perform that action at this time.
0 commit comments