Skip to content

Commit

Permalink
CI: wait after deploying the operator
Browse files Browse the repository at this point in the history
We must ensure the operator is running and can serve the webhook before
applying the metallb resource.

Signed-off-by: Federico Paolinelli <fpaoline@redhat.com>
  • Loading branch information
fedepaol committed Oct 14, 2022
1 parent d58f294 commit c3ff4a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -303,6 +303,7 @@ jobs:
sed -i 's/quay.io\/metallb\/controller:main/quay.io\/metallb\/controller:dev-amd64/g' bin/metallb-operator.yaml
sed -i 's/native/frr/g' bin/metallb-operator.yaml
kubectl apply -f bin/metallb-operator.yaml
sleep 30s
- name: MetalLB E2E Tests with Operator Deployment
Expand Down

0 comments on commit c3ff4a6

Please sign in to comment.