Mercurial > evolve
comparison .gitlab-ci.yml @ 6812:ff7a9ad270b2 mercurial-5.3
test-compat: merge mercurial-5.4 into mercurial-5.3
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 26 Jun 2024 21:08:30 +0400 |
parents | e51dfd0e1a88 5376963ea1d9 |
children | cde3f4bc3075 a7929709e89f |
comparison
equal
deleted
inserted
replaced
6811:6ea8c0a16d83 | 6812:ff7a9ad270b2 |
---|---|
44 tests-py2-cext: | 44 tests-py2-cext: |
45 <<: *runtests | 45 <<: *runtests |
46 variables: | 46 variables: |
47 PY: py2 | 47 PY: py2 |
48 PYTHON: prlimit --nofile=1024:1024 python2 | 48 PYTHON: prlimit --nofile=1024:1024 python2 |
49 RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt" | 49 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" |
50 TEST_HGMODULEPOLICY: "c" | 50 TEST_HGMODULEPOLICY: "c" |
51 | 51 |
52 tests-py2-pure: | 52 tests-py2-pure: |
53 <<: *runtests | 53 <<: *runtests |
54 variables: | 54 variables: |
58 TEST_HGMODULEPOLICY: "py" | 58 TEST_HGMODULEPOLICY: "py" |
59 | 59 |
60 tests-py3-cext: | 60 tests-py3-cext: |
61 <<: *runtests | 61 <<: *runtests |
62 variables: | 62 variables: |
63 RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt" | 63 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" |
64 TEST_HGMODULEPOLICY: "c" | 64 TEST_HGMODULEPOLICY: "c" |
65 | 65 |
66 tests-py3-pure: | 66 tests-py3-pure: |
67 <<: *runtests | 67 <<: *runtests |
68 variables: | 68 variables: |