Skip to content

Commit

Permalink
Temporarily run the new mc test instead of old one
Browse files Browse the repository at this point in the history
  • Loading branch information
ymesika committed Mar 22, 2019
1 parent fbd49b7 commit 8634ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prow/istio-pilot-multicluster-e2e.sh
Expand Up @@ -23,4 +23,5 @@ CLUSTERREG_DIR="${CLUSTERREG_DIR:-$(mktemp -d /tmp/clusterregXXX)}"
export CLUSTERREG_DIR

#echo 'Running pilot multi-cluster e2e tests (v1alpha1, noauth)'
./prow/e2e-suite.sh --timeout 50 --cluster_registry_dir="$CLUSTERREG_DIR" --single_test e2e_pilotv2_v1alpha3 "$@"
#./prow/e2e-suite.sh --timeout 50 --cluster_registry_dir="$CLUSTERREG_DIR" --single_test e2e_pilotv2_v1alpha3 "$@"
./prow/e2e-suite.sh --timeout 50 --cluster_registry_dir="$CLUSTERREG_DIR" --single_test e2e_multicluster_split_horizon "$@"

0 comments on commit 8634ae1

Please sign in to comment.