Skip to content

Commit

Permalink
Set the test cluster-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Markus With committed May 13, 2021
1 parent c13a8f4 commit f3421fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/scenarios/aws-ebs-csi/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ go get github.com/onsi/ginkgo/ginkgo
git clone --branch v1.0.0 https://github.com/kubernetes-sigs/aws-ebs-csi-driver.git .
cd tests/e2e-kubernetes/

ginkgo --nodes=25 ./... -- -ginkgo.skip="\[Disruptive\]" -report-dir="${REPORT_DIR}" -gce-zone="${ZONE}"
ginkgo --nodes=25 ./... -- -cluster-tag="${CLUSTER_NAME}" -ginkgo.skip="\[Disruptive\]" -report-dir="${REPORT_DIR}" -gce-zone="${ZONE}"

0 comments on commit f3421fc

Please sign in to comment.