Mercurial > evolve
comparison .gitlab-ci.yml @ 6833:547ab21d31ad
ci: use v1.0 image for tests-py2-6.1, there's no python2 in newer branches
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 01 Aug 2024 16:08:18 +0400 |
parents | 64056ade712c |
children | 83a8122cfd8c |
comparison
equal
deleted
inserted
replaced
6832:64056ade712c | 6833:547ab21d31ad |
---|---|
50 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" | 50 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" |
51 TEST_HGMODULEPOLICY: "py" | 51 TEST_HGMODULEPOLICY: "py" |
52 | 52 |
53 tests-py2-6.1: | 53 tests-py2-6.1: |
54 <<: *runtests | 54 <<: *runtests |
55 image: registry.heptapod.net/mercurial/ci-images/py2-hgext3rd | 55 image: registry.heptapod.net/mercurial/ci-images/py2-hgext3rd:v1.0 |
56 variables: | 56 variables: |
57 PYTHON: prlimit --nofile=1024:1024 python2 | 57 PYTHON: prlimit --nofile=1024:1024 python2 |
58 RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt" | 58 RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt" |
59 TEST_HGMODULEPOLICY: "c" | 59 TEST_HGMODULEPOLICY: "c" |
60 HG_BRANCH: 'max(tag("re:^6\.1"))' | 60 HG_BRANCH: 'max(tag("re:^6\.1"))' |