ci: use the `v1.0` flavor of the docker images in the CI stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 18 Mar 2022 18:09:46 +0100
branchstable
changeset 48974 2bb75c65fa6c
parent 48973 e2f8ed37201c
child 48975 e3c75d65d589
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
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Fri Mar 18 16:15:44 2022 +0100
+++ b/contrib/heptapod-ci.yml	Fri Mar 18 18:09:46 2022 +0100
@@ -7,7 +7,7 @@
 variables:
     PYTHON: python
     TEST_HGMODULEPOLICY: "allow"
-    HG_CI_IMAGE_TAG: "latest"
+    HG_CI_IMAGE_TAG: "v1.0"
     TEST_HGTESTS_ALLOW_NETIO: "0"
 
 .all_template: &all