Mercurial > evolve
comparison .gitlab-ci.yml @ 5637:eed42a183d46 mercurial-5.0
test-compat: merge mercurial-5.1 into mercurial-5.0
# no-check-commit
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 31 Oct 2020 19:33:42 +0800 |
parents | 868e7bc03b5f ee18173c54a2 |
children | 8d93e7fc0daa c2c85576ddfb |
comparison
equal
deleted
inserted
replaced
5636:3f9ef377e670 | 5637:eed42a183d46 |
---|---|
32 checks-py2: | 32 checks-py2: |
33 <<: *runtests | 33 <<: *runtests |
34 variables: | 34 variables: |
35 RUNTEST_ARGS: "--test-list /tmp/check-tests.txt" | 35 RUNTEST_ARGS: "--test-list /tmp/check-tests.txt" |
36 | 36 |
37 checks-py3: | |
38 <<: *runtests | |
39 variables: | |
40 PY: py3 | |
41 PYTHON: python3 | |
42 RUNTEST_ARGS: "--test-list /tmp/check-tests.txt" | |
43 | |
44 tests-py2-cext: | 37 tests-py2-cext: |
45 <<: *runtests | 38 <<: *runtests |
46 variables: | 39 variables: |
47 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" | 40 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" |
48 TEST_HGMODULEPOLICY: "c" | 41 TEST_HGMODULEPOLICY: "c" |
49 | 42 |
50 tests-py2-pure: | 43 tests-py2-pure: |
51 <<: *runtests | 44 <<: *runtests |
52 variables: | 45 variables: |
53 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" | |
54 TEST_HGMODULEPOLICY: "py" | |
55 | |
56 tests-py3-cext: | |
57 <<: *runtests | |
58 variables: | |
59 PY: py3 | |
60 PYTHON: python3 | |
61 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" | |
62 TEST_HGMODULEPOLICY: "c" | |
63 | |
64 tests-py3-pure: | |
65 <<: *runtests | |
66 variables: | |
67 PY: py3 | |
68 PYTHON: python3 | |
69 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" | 46 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" |
70 TEST_HGMODULEPOLICY: "py" | 47 TEST_HGMODULEPOLICY: "py" |
71 | 48 |
72 doc: | 49 doc: |
73 image: octobus/ci-py2-evolve-doc | 50 image: octobus/ci-py2-evolve-doc |