# HG changeset patch # User Pierre-Yves David # Date 1647623386 -3600 # Node ID 2bb75c65fa6c8444f3802782833e834d0cec2360 # Parent e2f8ed37201ce2be0b11721898a45964f75f0963 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 diff -r e2f8ed37201c -r 2bb75c65fa6c 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