Skip to content

Commit

Permalink
Update Prow job based on istio/test-infra#306 (#499)
Browse files Browse the repository at this point in the history
Former-commit-id: 64d469a
  • Loading branch information
sebastienvas committed Jul 26, 2017
1 parent e7ca33b commit 5326b5c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions prow/istio-presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ if [ "${CI}" == 'bootstrap' ]; then
LOG_HOST="stackdriver"
PROJ_ID="istio-testing"
E2E_ARGS+=(--test_logs_path="${ARTIFACTS_DIR}" --log_provider=${LOG_HOST} --project_id=${PROJ_ID})

# We are running e2e tests in a specific cluster.
# Using volume mount from istio-presubmit job's pod spec
mkdir -p ${HOME}/.kube
ln -s /etc/e2e-testing-kubeconfig/e2e-testing-kubeconfig ${HOME}/.kube/config
fi

echo 'Running Linters'
Expand Down

0 comments on commit 5326b5c

Please sign in to comment.