Run preloaded images release script in jenkins

pull/7042/head
Priya Wadhwa 2020-03-16 10:44:01 -07:00
parent 8b364befc0
commit 316eef44d1
2 changed files with 5 additions and 2 deletions

View File

@ -19,7 +19,6 @@ jobs:
run : |
make minikube-linux-amd64
make e2e-linux-amd64
make upload-preloaded-images-tar
cp -r test/integration/testdata ./out
whoami
echo github ref $GITHUB_REF

View File

@ -39,7 +39,11 @@ declare -rx TAG="${ghprbActualCommit}"
docker kill $(docker ps -q) || true
docker rm $(docker ps -aq) || true
make -j 16 all && failed=$? || failed=$?
make -j 16 all && failed=$? || failed=$?
echo "Running preloaded images release script..."
make upload-preloaded-images-tar
"out/minikube-$(go env GOOS)-$(go env GOARCH)" version