When pushing tags on that repository nothing happens... (instead of publishing to pypi then going on with debian packaging...).
It's stuck in january 2020 when the last tag was pushed manually.
the first part was fixed, the post-hook installed was the incorrect one (it was targetting the debian deps post hook so rendering a 404 in the phab logs [1]).
This is fixed [2] so now pushing tag does the right thing.
The documentation on configuring the post hook has been updated so this mixing up post-hooks no longer happens [3]
The second part is more tricky and is dealt with in !66 (closed) (details there).
quoting a bit:
Current build fails because of naming discrepancy:- the repository is named swh-icinga-plugins- the debian package is named python3-swh.icingaplugins- the python module is named swh.icinga-plugins- the archive pushed for the python module is name swh.icinga_plugins
Now back to "normal", the build (stable) fails (unstable is ok) but that's the "standard" possible
discrepancy between running tox/pytest alone and running those within the
debian chroot... ¯_(ツ)_/¯
Antoine R. Dumontchanged title from Unstuck swh-icinga-plugins jenkins state to Unstuck swh-icinga-plugins jenkins builds
changed title from Unstuck swh-icinga-plugins jenkins state to Unstuck swh-icinga-plugins jenkins builds