From 6221e6a4bfe11727049bec4a7a59b3e81e46d6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fritze?= Date: Tue, 7 Jul 2020 08:43:54 +0200 Subject: [PATCH] [ci] turing.mybinder.org is offline, but the ovh one is back --- .ci/gitlab/ci.yml | 2 +- .ci/gitlab/template.ci.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/gitlab/ci.yml b/.ci/gitlab/ci.yml index 6b0b68b064..27c1c8666b 100644 --- a/.ci/gitlab/ci.yml +++ b/.ci/gitlab/ci.yml @@ -588,7 +588,7 @@ trigger_binder 2/3: - apk --update add bash python3 - pip3 install requests script: - - python3 .ci/gitlab/trigger_binder.py "https://turing.mybinder.org/build/gh/pymor/pymor/${CI_COMMIT_REF}" + - python3 .ci/gitlab/trigger_binder.py "https://ovh.mybinder.org/build/gh/pymor/pymor/${CI_COMMIT_REF}" trigger_binder 3/3: extends: .test_base diff --git a/.ci/gitlab/template.ci.py b/.ci/gitlab/template.ci.py index f8f98f482a..d1b81a32cd 100755 --- a/.ci/gitlab/template.ci.py +++ b/.ci/gitlab/template.ci.py @@ -344,7 +344,7 @@ test_scripts = [("mpi", pythons, 1), ("notebooks_dir", pythons, 1), ("pip_installed", pythons, 1), ("vanilla", pythons, 1), ("numpy_git", newest, 1), ("oldest", oldest, 1),] # these should be all instances in the federation -binder_urls = [f'https://{sub}.mybinder.org/build/gh/pymor/pymor' for sub in ('gke', 'turing', 'gesis')] +binder_urls = [f'https://{sub}.mybinder.org/build/gh/pymor/pymor' for sub in ('gke', 'ovh', 'gesis')] testos = ['centos_8', 'debian_buster', 'debian_testing'] env_path = Path(os.path.dirname(__file__)) / '..' / '..' / '.env'