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 10
10
# on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
11
11
# express or implied. See the License for the specific language governing
12
12
# permissions and limitations under the License.
13
+ env :
14
+ PATH : " /usr/lib/go-1.13/bin:/usr/bin"
13
15
14
16
steps :
15
17
- label : ' :ec2: environment'
94
96
- ' ln -s /var/lib/fc-ci/rootfs.ext4 testdata/root-drive.img'
95
97
- ' mkdir -p $(pwd)/testdata/bin'
96
98
- ' 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="
98
100
agents :
99
101
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
100
102
distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
@@ -116,7 +118,7 @@ steps:
116
118
- ' chmod +x testdata/firecracker-master'
117
119
- ' buildkite-agent artifact download testdata/jailer-master .'
118
120
- ' 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="
120
122
agents :
121
123
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
122
124
distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
You can’t perform that action at this time.
0 commit comments