Skip to content

Commit 4918413

Browse files
committed
Revert "ci: add Metallb webhook & ArgoCD CRD wait steps for e2e stability"
This reverts commit 80f9d54. Signed-off-by: yeonsoo <[email protected]>
1 parent cd473a9 commit 4918413

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,20 +183,9 @@ jobs:
183183
run: |
184184
curl -L -o vcluster "https://github.com/loft-sh/vcluster/releases/latest/download/vcluster-linux-amd64" && sudo install -c -m 0755 vcluster /usr/local/bin && rm -f vcluster
185185
vcluster --version
186-
- name: Wait for Metallb webhook
187-
run: |
188-
kubectl rollout status deployment/webhook-service -n metallb-system --timeout=120s
189-
190-
- name: Install ArgoCD CRDs
191-
run: kubectl apply -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/crds.yaml
192-
- name: Wait for CRDs to be established
193-
run: kubectl wait --for=condition=Established crd/appprojects.argoproj.io --timeout=60s
194-
195186
- name: Download Go dependencies
196187
run: |
197188
go mod download
198-
199-
200189
- name: Set up the test environment
201190
run: |
202191
make setup-e2e

0 commit comments

Comments
 (0)