comparison contrib/heptapod-ci.yml @ 48813:2bb75c65fa6c stable

ci: use the `v1.0` flavor of the docker images in the CI This new versioning will help us to maintain backward compatibility in the docker image. This will be useful to deal with mismatch between default/stable in version and the re-run CI on older changesets in the future. Once this changeset land on stable, we will have to merge it in default. Then we can start make backward incompatible changes in a new image version. Differential Revision: https://phab.mercurial-scm.org/D12388
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 18 Mar 2022 18:09:46 +0100
parents fba2d7fab11e
children 0ddd5e1f5f67 c80544aa4971
comparison
equal deleted inserted replaced
48812:e2f8ed37201c 48813:2bb75c65fa6c
5 image: registry.heptapod.net/mercurial/ci-images/mercurial-core:$HG_CI_IMAGE_TAG 5 image: registry.heptapod.net/mercurial/ci-images/mercurial-core:$HG_CI_IMAGE_TAG
6 6
7 variables: 7 variables:
8 PYTHON: python 8 PYTHON: python
9 TEST_HGMODULEPOLICY: "allow" 9 TEST_HGMODULEPOLICY: "allow"
10 HG_CI_IMAGE_TAG: "latest" 10 HG_CI_IMAGE_TAG: "v1.0"
11 TEST_HGTESTS_ALLOW_NETIO: "0" 11 TEST_HGTESTS_ALLOW_NETIO: "0"
12 12
13 .all_template: &all 13 .all_template: &all
14 when: always 14 when: always
15 15