Mercurial > evolve
comparison .gitlab-ci.yml @ 5898:91207a1c4dfa mercurial-5.0
test-compat: merge mercurial-5.1 into mercurial-5.0
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 24 Apr 2021 21:34:57 +0800 |
parents | c2c85576ddfb 8accc5eb0aba |
children | 8bd3348c4150 df8df57a3ce3 |
comparison
equal
deleted
inserted
replaced
5897:888bed8033f1 | 5898:91207a1c4dfa |
---|---|
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: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc | 50 image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc |