File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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.
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"
You can’t perform that action at this time.
0 commit comments