heptapod-ci: enable pytype testing for all pipelines stable
authorRaphaël Gomès <rgomes@octobus.net>
Mon, 02 Aug 2021 16:23:45 +0200
branchstable
changeset 47792 6c86f96042c9
parent 47791 60ccc86a12f3
child 47796 16c60e90a496
heptapod-ci: enable pytype testing for all pipelines Now that pytype agrees with the codebase, let's run it by default to catch regressions. Differential Revision: https://phab.mercurial-scm.org/D11242
contrib/heptapod-ci.yml
--- a/contrib/heptapod-ci.yml	Mon Aug 02 16:21:54 2021 +0200
+++ b/contrib/heptapod-ci.yml	Mon Aug 02 16:23:45 2021 +0200
@@ -128,7 +128,6 @@
 
 check-pytype-py3:
     extends: .runtests_template
-    when: manual
     before_script:
       - hg clone . /tmp/mercurial-ci/ --noupdate --config phases.publish=no
       - hg -R /tmp/mercurial-ci/ update `hg log --rev '.' --template '{node}'`