Skip to content

Commit ff94f45

Browse files
jstudlerhenrybear327
authored andcommitted
Remove duplicate start kind cluster (kind cluster implicitly created in make test-e2e-*
1 parent e099af3 commit ff94f45

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
- name: Import environment variables from file
2626
run: |
2727
cat ".github/env" >> "$GITHUB_ENV"
28-
- name: Start kind cluster
29-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
30-
with:
31-
version: ${{ env.kind-version }}
32-
node_image: ${{ env.kind-image }}
33-
wait: 300s
34-
config: ./tests/e2e/kind-config.yaml
35-
cluster_name: e2e
3628
- name: Wait for cluster to finish bootstraping
3729
run: |
3830
echo "Waiting for all nodes to be ready..."
@@ -57,14 +49,6 @@ jobs:
5749
- name: Import environment variables from file
5850
run: |
5951
cat ".github/env" >> "$GITHUB_ENV"
60-
- name: Start kind cluster
61-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
62-
with:
63-
version: ${{ env.kind-version }}
64-
node_image: ${{ env.kind-image }}
65-
wait: 300s
66-
config: ./tests/e2e/kind-config.yaml
67-
cluster_name: e2e
6852
- name: Wait for cluster to finish bootstraping
6953
run: |
7054
echo "Waiting for all nodes to be ready..."
@@ -89,14 +73,6 @@ jobs:
8973
- name: Import environment variables from file
9074
run: |
9175
cat ".github/env" >> "$GITHUB_ENV"
92-
- name: Start kind cluster
93-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
94-
with:
95-
version: ${{ env.kind-version }}
96-
node_image: ${{ env.kind-image }}
97-
wait: 300s
98-
config: ./tests/e2e/kind-config.yaml
99-
cluster_name: e2e
10076
- name: Wait for cluster to finish bootstraping
10177
run: |
10278
echo "Waiting for all nodes to be ready..."

0 commit comments

Comments
 (0)