Skip to content

Commit 0531376

Browse files
authored
[check] Do not block tests in the cloud account (#1714)
Given that the concurrency is not an issue anymore, there is no reason to block tests in the cloud accounts until the generic functional tests are done
1 parent 0e8443c commit 0531376

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/functional_test_v2.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797

9898
eks-test:
9999
name: Test helm install in EKS - credentials needed
100-
needs: kubernetes-test
101100
if: |
102101
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
103102
(github.ref == 'refs/heads/main')
@@ -133,7 +132,6 @@ jobs:
133132
134133
eks-upgrade-test:
135134
name: Test helm upgrade in EKS - credentials needed
136-
needs: kubernetes-test
137135
if: |
138136
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
139137
(github.ref == 'refs/heads/main')
@@ -187,7 +185,6 @@ jobs:
187185
188186
gke-autopilot-test:
189187
name: Test helm install in GKE/Autopilot - credentials needed
190-
needs: kubernetes-test
191188
if: |
192189
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
193190
(github.ref == 'refs/heads/main')
@@ -225,7 +222,6 @@ jobs:
225222
226223
gke-autopilot-upgrade-test:
227224
name: Test helm upgrade in GKE/Autopilot - credentials needed
228-
needs: kubernetes-test
229225
if: |
230226
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
231227
(github.ref == 'refs/heads/main')
@@ -281,7 +277,6 @@ jobs:
281277
282278
aks-windows-test:
283279
name: Test helm install in AKS - credentials needed
284-
needs: kubernetes-test
285280
if: |
286281
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
287282
(github.ref == 'refs/heads/main')
@@ -320,7 +315,6 @@ jobs:
320315
321316
gce-autopilot-test:
322317
name: Test helm install in GCE (kops) - credentials needed
323-
needs: kubernetes-test
324318
if: |
325319
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
326320
(github.ref == 'refs/heads/main')

0 commit comments

Comments
 (0)