We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa02475 commit 4963542Copy full SHA for 4963542
hack/local-run-e2e.sh
@@ -91,6 +91,7 @@ if [ "${PFNET_MODE}" = true ]; then
91
kubectl -n hnc-system wait --for=condition=available deployment/hnc-controller-manager --timeout=5m
92
ginkgo run -p --label-filter pfnet ./test/e2e/...
93
else
94
+ kubectl -n hnc-system wait --for=condition=available deployment/hnc-controller-manager --timeout=5m
95
go clean -testcache
96
if [ -z "${HNC_FOCUS+x}" ]; then
97
echo "Running all e2e tests..."
0 commit comments