File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments