Mercurial > evolve
comparison .gitlab-ci.yml @ 6193:e58e4af1a730
ci: run test suite on py2 using hg 6.1, but allow it to fail
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 07 Mar 2022 13:33:57 +0300 |
parents | 47f1a6bea77f |
children | fb19577e2506 f1dd77073bca |
comparison
equal
deleted
inserted
replaced
6192:47f1a6bea77f | 6193:e58e4af1a730 |
---|---|
44 tests-py3-pure: | 44 tests-py3-pure: |
45 <<: *runtests | 45 <<: *runtests |
46 variables: | 46 variables: |
47 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" | 47 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt" |
48 TEST_HGMODULEPOLICY: "py" | 48 TEST_HGMODULEPOLICY: "py" |
49 | |
50 tests-py2-6.1: | |
51 <<: *runtests | |
52 variables: | |
53 PY: py2 | |
54 PYTHON: python2 | |
55 RUNTEST_ARGS: "--no-rust --blacklist /tmp/check-tests.txt" | |
56 TEST_HGMODULEPOLICY: "c" | |
57 HG_BRANCH: 'max(tag("re:^6\.1"))' | |
58 allow_failure: true | |
49 | 59 |
50 doc: | 60 doc: |
51 image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc | 61 image: registry.heptapod.net/mercurial/ci-images/py3-evolve-doc |
52 script: | 62 script: |
53 - make doc | 63 - make doc |