Mercurial > evolve
comparison .gitlab-ci.yml @ 6922:f4f5ae0bfc29 mercurial-4.9
ci: let's not run checks-py2 on hg older than 5.0 due to missing zstd
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 25 Oct 2024 19:31:25 +0400 |
parents | df546ef8d75f |
children |
comparison
equal
deleted
inserted
replaced
6921:4b843ae726de | 6922:f4f5ae0bfc29 |
---|---|
28 script: | 28 script: |
29 - *prepare_hg | 29 - *prepare_hg |
30 - ($PYTHON --version) | 30 - ($PYTHON --version) |
31 - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" $PYTHON /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS) | 31 - (cd tests; set -x; HGMODULEPOLICY="$TEST_HGMODULEPOLICY" $PYTHON /ci/repos/mercurial/tests/run-tests.py --color=always $RUNTEST_ARGS) |
32 | 32 |
33 checks-py2: | |
34 <<: *runtests | |
35 variables: | |
36 PY: py2 | |
37 PYTHON: prlimit --nofile=1024:1024 python2 | |
38 RUNTEST_ARGS: "--test-list /tmp/check-tests.txt --blacklist /tmp/compat-blacklist.txt" | |
39 CI_CLEVER_CLOUD_FLAVOR: S | |
40 | |
41 tests-py2-cext: | 33 tests-py2-cext: |
42 <<: *runtests | 34 <<: *runtests |
43 variables: | 35 variables: |
44 PY: py2 | 36 PY: py2 |
45 PYTHON: prlimit --nofile=1024:1024 python2 | 37 PYTHON: prlimit --nofile=1024:1024 python2 |