|
97 | 97 |
|
98 | 98 | eks-test:
|
99 | 99 | name: Test helm install in EKS - credentials needed
|
100 |
| - needs: kubernetes-test |
101 | 100 | if: |
|
102 | 101 | (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
|
103 | 102 | (github.ref == 'refs/heads/main')
|
@@ -133,7 +132,6 @@ jobs:
|
133 | 132 |
|
134 | 133 | eks-upgrade-test:
|
135 | 134 | name: Test helm upgrade in EKS - credentials needed
|
136 |
| - needs: kubernetes-test |
137 | 135 | if: |
|
138 | 136 | (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
|
139 | 137 | (github.ref == 'refs/heads/main')
|
@@ -187,7 +185,6 @@ jobs:
|
187 | 185 |
|
188 | 186 | gke-autopilot-test:
|
189 | 187 | name: Test helm install in GKE/Autopilot - credentials needed
|
190 |
| - needs: kubernetes-test |
191 | 188 | if: |
|
192 | 189 | (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
|
193 | 190 | (github.ref == 'refs/heads/main')
|
@@ -225,7 +222,6 @@ jobs:
|
225 | 222 |
|
226 | 223 | gke-autopilot-upgrade-test:
|
227 | 224 | name: Test helm upgrade in GKE/Autopilot - credentials needed
|
228 |
| - needs: kubernetes-test |
229 | 225 | if: |
|
230 | 226 | (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
|
231 | 227 | (github.ref == 'refs/heads/main')
|
@@ -281,7 +277,6 @@ jobs:
|
281 | 277 |
|
282 | 278 | aks-windows-test:
|
283 | 279 | name: Test helm install in AKS - credentials needed
|
284 |
| - needs: kubernetes-test |
285 | 280 | if: |
|
286 | 281 | (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
|
287 | 282 | (github.ref == 'refs/heads/main')
|
@@ -320,7 +315,6 @@ jobs:
|
320 | 315 |
|
321 | 316 | gce-autopilot-test:
|
322 | 317 | name: Test helm install in GCE (kops) - credentials needed
|
323 |
| - needs: kubernetes-test |
324 | 318 | if: |
|
325 | 319 | (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) ||
|
326 | 320 | (github.ref == 'refs/heads/main')
|
|
0 commit comments