comparison .gitlab-ci.yml @ 6648:9ceca9a4fb52

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.
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 05 Jan 2024 13:38:37 -0300
parents 15ba756c5d28
children 9c329a7a5922
comparison
equal deleted inserted replaced
6647:15ba756c5d28 6648:9ceca9a4fb52
14 - hg -R /tmp/mercurial-ci/ update "$hg_rev" 14 - hg -R /tmp/mercurial-ci/ update "$hg_rev"
15 - make -C /tmp/mercurial-ci/ local PYTHON=$PYTHON 15 - make -C /tmp/mercurial-ci/ local PYTHON=$PYTHON
16 - $PYTHON -m pip install --user --break-system-packages --upgrade pytype==2023.11.21 16 - $PYTHON -m pip install --user --break-system-packages --upgrade pytype==2023.11.21
17 - (cd /tmp/mercurial-ci/ && ./contrib/setup-pytype.sh) 17 - (cd /tmp/mercurial-ci/ && ./contrib/setup-pytype.sh)
18 - pytype --version 18 - pytype --version
19 - pytype --keep-going --jobs auto -P /tmp/mercurial-ci/:hgext3rd hgext3rd || true 19 - pytype --keep-going --jobs auto -P /tmp/mercurial-ci/:hgext3rd hgext3rd
20 when: manual 20 when: manual
21 21
22 variables: 22 variables:
23 PY: py3 23 PY: py3
24 PYTHON: python3 24 PYTHON: python3