Skip to content

Commit 6e5d589

Browse files
authored
Merge pull request #2401 from manics/remove-turing
cd: Default `experimental: false` doesn't work
2 parents 2a45ef2 + b35b39c commit 6e5d589

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
strategy:
7575
fail-fast: false # Do not cancel all jobs if one fails
7676
matrix:
77-
experimental:
78-
- false
7977
include:
8078
# Now we have only one staging environment, but we have had two when
8179
# we transitioned from one k8s cluster to another.
@@ -90,6 +88,7 @@ jobs:
9088
hub_url: https://hub.gke2.staging.mybinder.org
9189
chartpress_args: ""
9290
helm_version: ""
91+
experimental: false
9392

9493
- federation_member: turing-staging
9594
binder_url: https://binder-staging.mybinder.turing.ac.uk
@@ -208,14 +207,13 @@ jobs:
208207
strategy:
209208
fail-fast: false # Do not cancel all jobs if one fails
210209
matrix:
211-
experimental:
212-
- false
213210
include:
214211
- federation_member: prod
215212
binder_url: https://gke.mybinder.org
216213
hub_url: https://hub.gke.mybinder.org
217214
chartpress_args: ""
218215
helm_version: ""
216+
experimental: false
219217

220218
- federation_member: turing
221219
binder_url: https://turing.mybinder.org
@@ -234,6 +232,7 @@ jobs:
234232
# image-prefix should match ovh registry config in secrets/config/ovh.yaml
235233
chartpress_args: "--push --image-prefix=3i2li627.gra7.container-registry.ovh.net/binder/mybinder-"
236234
helm_version: ""
235+
experimental: false
237236

238237
steps:
239238
- name: "Stage 0: Update env vars based on job matrix arguments"

0 commit comments

Comments
 (0)