Mercurial > evolve
comparison .gitlab-ci.yml @ 6184:b8a1743e7ff9 mercurial-5.3
test-compat: merge mercurial-5.4 into mercurial-5.3
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 22 Feb 2022 08:57:39 +0300 |
parents | 8accc5eb0aba |
children | df8df57a3ce3 8643272ade4c |
comparison
equal
deleted
inserted
replaced
6183:9cb94967890b | 6184:b8a1743e7ff9 |
---|---|
42 RUNTEST_ARGS: "--test-list /tmp/check-tests.txt" | 42 RUNTEST_ARGS: "--test-list /tmp/check-tests.txt" |
43 | 43 |
44 tests-py2-cext: | 44 tests-py2-cext: |
45 <<: *runtests | 45 <<: *runtests |
46 variables: | 46 variables: |
47 RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt" | 47 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" |
48 TEST_HGMODULEPOLICY: "c" | 48 TEST_HGMODULEPOLICY: "c" |
49 | 49 |
50 tests-py2-pure: | 50 tests-py2-pure: |
51 <<: *runtests | 51 <<: *runtests |
52 variables: | 52 variables: |
56 tests-py3-cext: | 56 tests-py3-cext: |
57 <<: *runtests | 57 <<: *runtests |
58 variables: | 58 variables: |
59 PY: py3 | 59 PY: py3 |
60 PYTHON: python3 | 60 PYTHON: python3 |
61 RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt" | 61 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" |
62 TEST_HGMODULEPOLICY: "c" | 62 TEST_HGMODULEPOLICY: "c" |
63 | 63 |
64 tests-py3-pure: | 64 tests-py3-pure: |
65 <<: *runtests | 65 <<: *runtests |
66 variables: | 66 variables: |