Skip to content

Commit

Permalink
[ci] bump images
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Jul 13, 2020
1 parent 7dc91be commit 7253cda
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# the container, local dev needs it in path from mounted src
# we trick docker into fulfilling both roles via a conditional ONBUILD
# if you want to use the local dev setup, see docker/docker-compose.yml
ARG BASE=pymor/jupyter_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
ARG BASE=pymor/jupyter_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
ARG BUILD_ENV=binder

FROM $BASE as image_binder
Expand Down
78 changes: 39 additions & 39 deletions .ci/gitlab/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ stages:
except:
- /^staging/.*$/i
variables:
PYPI_MIRROR_TAG: b59ac79e36381fb509ec5a90cfaae5cec4be3a60
CI_IMAGE_TAG: b59ac79e36381fb509ec5a90cfaae5cec4be3a60
PYPI_MIRROR_TAG: ddee8587b87cf80243c18d7196a94adf14c1ae60
CI_IMAGE_TAG: ddee8587b87cf80243c18d7196a94adf14c1ae60
PYMOR_HYPOTHESIS_PROFILE: ci

.pytest:
Expand Down Expand Up @@ -138,7 +138,7 @@ stages:

.sanity_checks:
extends: .test_base
image: pymor/ci_sanity:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/ci_sanity:ddee8587b87cf80243c18d7196a94adf14c1ae60
stage: sanity
#******** end definition of base jobs *********************************************************************************#

Expand All @@ -163,18 +163,18 @@ minimal_cpp_demo:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
script: ./.ci/gitlab/cpp_demo.bash
mpi 3 6:
extends: .pytest
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -190,9 +190,9 @@ mpi 3 7:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -208,9 +208,9 @@ mpi 3 8:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -226,9 +226,9 @@ notebooks_dir 3 6:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -244,9 +244,9 @@ notebooks_dir 3 7:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -262,9 +262,9 @@ notebooks_dir 3 8:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -280,9 +280,9 @@ pip_installed 3 6:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -298,9 +298,9 @@ pip_installed 3 7:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -316,9 +316,9 @@ pip_installed 3 8:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -334,9 +334,9 @@ vanilla 3 6:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -352,9 +352,9 @@ vanilla 3 7:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -370,9 +370,9 @@ vanilla 3 8:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -388,9 +388,9 @@ numpy_git 3 8:
except:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -406,9 +406,9 @@ oldest 3 6:
except:
- schedules
services:
- name: pymor/pypi-mirror_oldest_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_oldest_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
script:
- |
if [[ "$CI_COMMIT_REF_NAME" == *"github/"* ]]; then
Expand All @@ -425,9 +425,9 @@ ci_weekly 3 6:
only:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.6:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.6:ddee8587b87cf80243c18d7196a94adf14c1ae60

script: ./.ci/gitlab/test_vanilla.bash
ci_weekly 3 7:
Expand All @@ -436,9 +436,9 @@ ci_weekly 3 7:
only:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.7:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.7:ddee8587b87cf80243c18d7196a94adf14c1ae60

script: ./.ci/gitlab/test_vanilla.bash
ci_weekly 3 8:
Expand All @@ -447,9 +447,9 @@ ci_weekly 3 8:
only:
- schedules
services:
- name: pymor/pypi-mirror_stable_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
- name: pymor/pypi-mirror_stable_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60
alias: pypi_mirror
image: pymor/testing_py3.8:b59ac79e36381fb509ec5a90cfaae5cec4be3a60
image: pymor/testing_py3.8:ddee8587b87cf80243c18d7196a94adf14c1ae60

script: ./.ci/gitlab/test_vanilla.bash
submit vanilla 3 6:
Expand Down
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ DOCKER_BASE_PYTHON=3.7
PYMOR_TEST_SCRIPT=vanilla
PYPI_MIRROR=stable
PYMOR_TEST_OS=debian_buster
PYPI_MIRROR_TAG=b59ac79e36381fb509ec5a90cfaae5cec4be3a60
CI_IMAGE_TAG=b59ac79e36381fb509ec5a90cfaae5cec4be3a60
PYPI_MIRROR_TAG=ddee8587b87cf80243c18d7196a94adf14c1ae60
CI_IMAGE_TAG=ddee8587b87cf80243c18d7196a94adf14c1ae60
PYMOR_HYPOTHESIS_PROFILE=dev

0 comments on commit 7253cda

Please sign in to comment.