We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7efdd5 + 19d0704 commit c68a5daCopy full SHA for c68a5da
1 file changed
tests/e2e/scenarios/aws-lb-controller/test.sh
@@ -49,13 +49,13 @@ fi
49
# shellcheck disable=SC2086
50
git clone ${CLONE_ARGS} https://github.com/kubernetes-sigs/aws-load-balancer-controller .
51
52
-ginkgo -v -r test/e2e/ingress -- \
+ginkgo -v -p -r test/e2e/ingress -- \
53
-cluster-name="${CLUSTER_NAME}" \
54
-aws-region="${REGION}" \
55
-aws-vpc-id="$VPC" \
56
-ginkgo.junit-report="${REPORT_DIR}/junit-ingress.xml"
57
58
-ginkgo -v -r test/e2e/service -- \
+ginkgo -v -p -r test/e2e/service -- \
59
60
61
0 commit comments