Skip to content

Commit bcfb28a

Browse files
jstudlerhenrybear327
authored andcommitted
Remove duplicate wait for kind cluster
1 parent ff94f45 commit bcfb28a

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ jobs:
2525
- name: Import environment variables from file
2626
run: |
2727
cat ".github/env" >> "$GITHUB_ENV"
28-
- name: Wait for cluster to finish bootstraping
29-
run: |
30-
echo "Waiting for all nodes to be ready..."
31-
kubectl wait --for=condition=Ready nodes --all --timeout=120s
32-
kubectl get nodes
33-
echo "Waiting for all pods to be ready..."
34-
kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout=300s
35-
kubectl get pods -A
36-
echo "Cluster information"
37-
kubectl cluster-info
3828
- name: Run e2e tests
3929
run: |
4030
make test-e2e-3.7.8
@@ -49,16 +39,6 @@ jobs:
4939
- name: Import environment variables from file
5040
run: |
5141
cat ".github/env" >> "$GITHUB_ENV"
52-
- name: Wait for cluster to finish bootstraping
53-
run: |
54-
echo "Waiting for all nodes to be ready..."
55-
kubectl wait --for=condition=Ready nodes --all --timeout=120s
56-
kubectl get nodes
57-
echo "Waiting for all pods to be ready..."
58-
kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout=300s
59-
kubectl get pods -A
60-
echo "Cluster information"
61-
kubectl cluster-info
6242
- name: Run e2e tests
6343
run: |
6444
make test-e2e-4.0.11
@@ -73,16 +53,6 @@ jobs:
7353
- name: Import environment variables from file
7454
run: |
7555
cat ".github/env" >> "$GITHUB_ENV"
76-
- name: Wait for cluster to finish bootstraping
77-
run: |
78-
echo "Waiting for all nodes to be ready..."
79-
kubectl wait --for=condition=Ready nodes --all --timeout=120s
80-
kubectl get nodes
81-
echo "Waiting for all pods to be ready..."
82-
kubectl wait --for=condition=Ready pods --all --all-namespaces --timeout=300s
83-
kubectl get pods -A
84-
echo "Cluster information"
85-
kubectl cluster-info
8656
- name: Run e2e tests
8757
run: |
8858
make test-e2e-4.1.8

0 commit comments

Comments
 (0)