Skip to content

Commit

Permalink
waiting for admision jobs to complete to avoid flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
gabo1208 committed Oct 13, 2023
1 parent 2ccd12b commit 0532c92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ function knative_teardown() {
function setup_networking() {
echo ">> Installing Gateway API CRDs"
kubectl apply -f "${REPO_ROOT_DIR}/third_party/gateway-api/gateway-api.yaml" || return $?
kubectl wait --for=condition=complete --timeout=60s -n "gateway-system" job/gateway-api-admission
kubectl wait --for=condition=complete --timeout=60s -n "gateway-system" job/gateway-api-admission-patch

if [[ "${INGRESS}" == "contour" ]]; then
setup_contour
Expand Down

0 comments on commit 0532c92

Please sign in to comment.