heptapod-ci: run the --pure test too stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sat, 16 Nov 2019 12:26:54 +0100
branchstable
changeset 44254 6733c565ca46
parent 44253 8814308e83bb
child 44255 541a509a47a8
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
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Sat Jan 25 14:56:36 2020 +0100
+++ b/contrib/heptapod-ci.yml	Sat Nov 16 12:26:54 2019 +0100
@@ -49,3 +49,14 @@
     variables:
         RUNTEST_ARGS: "--blacklist /tmp/check-tests.txt"
         PYTHON: python3
+
+test-py2-pure:
+    <<: *runtests
+    variables:
+        RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
+
+test-py3-pure:
+    <<: *runtests
+    variables:
+        RUNTEST_ARGS: "--pure --blacklist /tmp/check-tests.txt"
+        PYTHON: python3