Mercurial > evolve
comparison .gitlab-ci.yml @ 5632:ee18173c54a2 mercurial-5.3
test-compat: merge mercurial-5.4 into mercurial-5.3
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 31 Oct 2020 18:37:12 +0800 |
parents | 0e23393dda9c |
children | eed42a183d46 6ce036cb7fd4 |
comparison
equal
deleted
inserted
replaced
5631:72d88e491a19 | 5632:ee18173c54a2 |
---|---|
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: |