File tree Expand file tree Collapse file tree 3 files changed +0
-35
lines changed
images/federation-redirect Expand file tree Collapse file tree 3 files changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -226,14 +226,6 @@ jobs:
226226 # https://github.com/jupyterhub/mybinder.org-deploy/issues/2252
227227 experimental : true
228228
229- - federation_member : ovh
230- binder_url : https://ovh.mybinder.org
231- hub_url : https://hub-binder.mybinder.ovh
232- # image-prefix should match ovh registry config in secrets/config/ovh.yaml
233- chartpress_args : " --push --image-prefix=3i2li627.gra7.container-registry.ovh.net/binder/mybinder-"
234- helm_version : " "
235- experimental : false
236-
237229 - federation_member : ovh2
238230 binder_url : https://ovh2.mybinder.org
239231 hub_url : https://hub.ovh2.mybinder.org
@@ -293,15 +285,6 @@ jobs:
293285 env :
294286 GIT_CRYPT_KEY : ${{ secrets.GIT_CRYPT_KEY }}
295287
296- # Action Repo: https://github.com/Azure/docker-login
297- - name : " Stage 3: Login to Docker registry (OVH)"
298- if : matrix.federation_member == 'ovh'
299- uses : azure/docker-login@v1
300- with :
301- login-server : 3i2li627.gra7.container-registry.ovh.net
302- username : ${{ secrets.DOCKER_USERNAME_OVH }}
303- password : ${{ secrets.DOCKER_PASSWORD_OVH }}
304-
305288 - name : " Stage 3: Run chartpress to update values.yaml"
306289 run : |
307290 chartpress ${{ matrix.chartpress_args || '--skip-build' }}
Original file line number Diff line number Diff line change 4040 versions = "https://gke.mybinder.org/versions" ,
4141 prime = True ,
4242 ),
43- "ovh" : dict (
44- url = "https://ovh.mybinder.org" ,
45- weight = 1 ,
46- health = "https://ovh.mybinder.org/health" ,
47- # health="https://httpbin.org/status/404",
48- versions = "https://ovh.mybinder.org/versions" ,
49- ),
50- "gesis" : dict (
51- url = "https://gesis.mybinder.org" ,
52- weight = 200 ,
53- health = "https://gesis.mybinder.org/health" ,
54- versions = "https://gesis.mybinder.org/versions" ,
55- ),
5643 },
5744}
5845
Original file line number Diff line number Diff line change @@ -614,11 +614,6 @@ federationRedirect:
614614 weight : 0
615615 health : https://gesis.mybinder.org/health
616616 versions : https://gesis.mybinder.org/versions
617- ovh :
618- url : https://ovh.mybinder.org
619- weight : 100
620- health : https://ovh.mybinder.org/health
621- versions : https://ovh.mybinder.org/versions
622617 ovh2 :
623618 url : https://ovh2.mybinder.org
624619 weight : 100
You can’t perform that action at this time.
0 commit comments