Skip to content

Commit

Permalink
CI: Use the latest tagged ci-images
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed May 10, 2019
1 parent b4568bd commit af40603
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
image: registry.gitlab.com/certik/ci-images:conda_base

stages:
- tarball
- build
Expand All @@ -10,7 +8,7 @@ before_script:

prepare tarball:
stage: tarball
image: registry.gitlab.com/lfortran/ci-images:prepare-1.2.0
image: registry.gitlab.com/lfortran/ci-images:prepare-1.4.0
script:
- export CLASSPATH="$HOME/antlr-4.7-complete.jar:$CLASSPATH"
- ./build0.sh
Expand All @@ -27,7 +25,7 @@ prepare tarball:
# GitHub mirror
mirror:
stage: tarball
image: registry.gitlab.com/lfortran/ci-images/ci-test:mirror-94126a6
image: registry.gitlab.com/lfortran/ci-images:mirror-1.4.0
script:
- ci/github_mirror.sh
allow_failure: true
Expand All @@ -37,7 +35,7 @@ mirror:
# Azure
azure:
stage: tarball
image: registry.gitlab.com/lfortran/ci-images/ci-test:mirror-94126a6
image: registry.gitlab.com/lfortran/ci-images:mirror-1.4.0
script:
- ci/azure_mirror.sh
only:
Expand All @@ -48,7 +46,7 @@ azure:
# Test full dependencies when a C compiler is available and used for linking
full:
stage: build
image: registry.gitlab.com/lfortran/ci-images/ci-test:full-d23cff9
image: registry.gitlab.com/lfortran/ci-images:full-1.4.0
script:
- export PATH="$HOME/conda_root/bin:$PATH"
- tar xzf dist/lfortran-${lfortran_version}.tar.gz
Expand All @@ -72,7 +70,7 @@ full:
# Build and upload documentation
documentation:
stage: build
image: registry.gitlab.com/lfortran/ci-images/ci-test:documentation-4c00d7e
image: registry.gitlab.com/lfortran/ci-images:documentation-1.4.0
script:
- tar xzf dist/lfortran-${lfortran_version}.tar.gz
- cd lfortran-${lfortran_version}
Expand All @@ -93,7 +91,7 @@ documentation:
# compilers, just the linker `ld` and the musl C library.
minimal:
stage: build
image: registry.gitlab.com/lfortran/ci-images:minimal-1.2.0
image: registry.gitlab.com/lfortran/ci-images:minimal-1.4.0
script:
- export PATH="$HOME/conda_root/bin:$PATH"
- tar xzf dist/lfortran-${lfortran_version}.tar.gz
Expand All @@ -112,7 +110,7 @@ minimal:
# Test Jupyter notebooks
jupyter:
stage: build
image: registry.gitlab.com/lfortran/ci-images:jupyter-1.2.0
image: registry.gitlab.com/lfortran/ci-images:jupyter-1.4.0
script:
- export PATH="$HOME/conda_root/bin:$PATH"
- tar xzf dist/lfortran-${lfortran_version}.tar.gz
Expand Down

0 comments on commit af40603

Please sign in to comment.