# HG changeset patch # User Anton Shestakov # Date 1704472717 10800 # Node ID 9ceca9a4fb525ff9bd1b52f5e86ef9d02e39360c # Parent 15ba756c5d2823e50b85329a9636a42a80120b73 ci: now pytype job is almost 100% green, so we don't need to ignore exit code Also the job is manual at the moment, and because of that it's implicitly allowed to fail. diff -r 15ba756c5d28 -r 9ceca9a4fb52 .gitlab-ci.yml --- a/.gitlab-ci.yml Thu Jan 04 14:52:47 2024 -0300 +++ b/.gitlab-ci.yml Fri Jan 05 13:38:37 2024 -0300 @@ -16,7 +16,7 @@ - $PYTHON -m pip install --user --break-system-packages --upgrade pytype==2023.11.21 - (cd /tmp/mercurial-ci/ && ./contrib/setup-pytype.sh) - pytype --version - - pytype --keep-going --jobs auto -P /tmp/mercurial-ci/:hgext3rd hgext3rd || true + - pytype --keep-going --jobs auto -P /tmp/mercurial-ci/:hgext3rd hgext3rd when: manual variables: