Mercurial > evolve
changeset 6905:9b9116f6c293 mercurial-6.2
ci: downgrade images for older compatibility branches
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 24 Oct 2024 19:16:15 +0400 |
parents | b77363ea9d63 |
children | 67b8a57200f4 |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Thu Oct 24 19:12:16 2024 +0400 +++ b/.gitlab-ci.yml Thu Oct 24 19:16:15 2024 +0400 @@ -20,7 +20,7 @@ TEST_HGMODULEPOLICY: "allow" .runtests_template: &runtests - image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd:v2.1 + image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd before_script: - (cd tests; ls -1 test-check-*.t > /tmp/check-tests.txt) script: @@ -30,7 +30,7 @@ checks-py3: <<: *runtests - image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd:v2.0 + image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd variables: RUNTEST_ARGS: "--test-list /tmp/check-tests.txt" CI_CLEVER_CLOUD_FLAVOR: S