Skip to content
Snippets Groups Projects
Commit 04d44016 authored by Georges Racinet's avatar Georges Racinet
Browse files

Heptapod CI: base image tag is now `default`

This was done in the stable branch, and gives us a nice uniformity.
The `default` tag of the base image is ready for this.
parents 0a78f4ff f8254617
No related branches found
No related tags found
No related merge requests found
Pipeline #14441 passed
Pipeline: hgitaly

#14442

    ......@@ -4,9 +4,7 @@
    - downstream
    variables:
    # has to be "stable" in the stable branch, and actually we should rename
    # "latest" as "default": this would let us just use $CI_COMMIT_HG_BRANCH
    BASE_IMAGES_TAG: latest
    BASE_IMAGES_TAG: $CI_COMMIT_HG_BRANCH
    BASE_IMAGES_COLLECTION: registry.heptapod.net:443/heptapod/ci-images/mercurial
    install:
    ......@@ -29,6 +27,11 @@
    variables:
    HEPTAPOD_CI_SKIP_LINT: "yes"
    .only_py_heptapod_default:
    rules:
    - if: '$CI_COMMIT_HG_BRANCH == "default"'
    - when: never
    tests-py3:
    extends:
    - .tests
    ......@@ -39,9 +42,10 @@
    tests-py3-hg-stable:
    extends:
    - .tests-no-lint
    - .only_py_heptapod_default
    stage: compat
    image: ${BASE_IMAGES_COLLECTION}/hg-stable:${BASE_IMAGES_TAG}
    tests-py3-hg-default:
    extends:
    - .tests-no-lint
    ......@@ -42,9 +46,10 @@
    stage: compat
    image: ${BASE_IMAGES_COLLECTION}/hg-stable:${BASE_IMAGES_TAG}
    tests-py3-hg-default:
    extends:
    - .tests-no-lint
    - .only_py_heptapod_default
    allow_failure: true
    stage: compat
    image: ${BASE_IMAGES_COLLECTION}/hg-default:${BASE_IMAGES_TAG}
    ......@@ -55,6 +60,7 @@
    HEPTAPOD_CI_HG_GIT_REVISION: default
    extends:
    - .tests-no-lint
    - .only_py_heptapod_default
    stage: compat
    image: ${BASE_IMAGES_COLLECTION}/hg-stable:${BASE_IMAGES_TAG}
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment