# HG changeset patch # User Anton Shestakov # Date 1592066197 -28800 # Node ID 06b5e43ac29c50bd4c7c1d1d64f62bb2de80d2ae # Parent 2295818ec738c99f5a62b205e61ef9a115ed8fd5 ci: print the exact version of pytype diff -r 2295818ec738 -r 06b5e43ac29c .gitlab-ci.yml --- a/.gitlab-ci.yml Sun Jun 07 18:38:22 2020 +0800 +++ b/.gitlab-ci.yml Sun Jun 14 00:36:37 2020 +0800 @@ -4,6 +4,7 @@ - hg pull -R /ci/repos/mercurial/ - hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')") - hg -R /ci/repos/mercurial/ update "$hg_rev" + - pytype --version - jobs=$(python -c 'import multiprocessing; print multiprocessing.cpu_count()') - pytype -P /ci/repos/mercurial/:hgext3rd -k hgext3rd -x hgext3rd/evolve/thirdparty -j $jobs || true when: manual