comparison contrib/heptapod-ci.yml @ 44254:6733c565ca46 stable

heptapod-ci: run the --pure test too These are usually rarely run by individual developper because they are slow. However it is important that they stay happy. Differential Revision: https://phab.mercurial-scm.org/D8016
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 16 Nov 2019 12:26:54 +0100
parents 8814308e83bb
children 541a509a47a8
comparison
equal deleted inserted replaced
44253:8814308e83bb 44254:6733c565ca46
47 test-py3: 47 test-py3:
48 <<: *runtests 48 <<: *runtests
49 variables: 49 variables:
50 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt" 50 RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
51 PYTHON: python3 51 PYTHON: python3
52
53 test-py2-pure:
54 <<: *runtests
55 variables:
56 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
57
58 test-py3-pure:
59 <<: *runtests
60 variables:
61 RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
62 PYTHON: python3