Skip to content

Commit

Permalink
Revert "Revert "making integ-suite-k8s to also build istio images fir…
Browse files Browse the repository at this point in the history
…st before test (istio#14351)" (istio#14372)" (istio#14465)

This reverts commit b40e053.
  • Loading branch information
icygalz authored and istio-testing committed May 31, 2019
1 parent 752a4bd commit 99d1b08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions prow/integ-suite-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,16 @@ fi
export HUB=${HUB:-"gcr.io/istio-testing"}
export TAG="${TAG:-${GIT_SHA}}"

if [[ $HUB != *"istio-release"* ]]; then
export TAG="${TAG:-${GIT_SHA}}"-"$*"
fi

make init

if [[ $HUB != *"istio-release"* ]]; then
time ISTIO_DOCKER_HUB="${HUB}" make push HUB="${HUB}" TAG="${TAG}"
fi

setup_cluster

JUNIT_UNIT_TEST_XML="${ARTIFACTS_DIR}/junit_unit-tests.xml" \
Expand Down

0 comments on commit 99d1b08

Please sign in to comment.