action #119938
openQABot | Failed pipeline for master | 9b1b1857: ERROR: Connection error during reading from IBS: HTTP Error 403: Forbidden size:M
Start date:
2022-11-04
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
ERROR: Connection error during reading from IBS: HTTP Error 403: Forbidden
https://gitlab.suse.de/qa-maintenance/openQABot/-/jobs/1222215
This only seems to be a temporary issue, but maybe we can find a way to make this even more reliable
or at least provide more log output when it happens the next time.
Acceptance Criteria¶
AC1: HTTP 403 from IBS isn't causing openQABot to fail
Suggestions¶
- Look at the older upstream https://gitlab.suse.de/qa-maintenance/openQABot/
- Handle 403 as "already approved", similar to https://github.com/openSUSE/qem-bot/blob/master/openqabot/approver.py#L163
- See if we can show the response body on non 2xx/3xx return codes
- See if we can disambiguate via the response body
Out of scope¶
- Migrate to the latest fork
Related issues
History
#2
Updated by jbaier_cz 3 months ago
See https://github.com/openSUSE/qem-bot/blob/master/openqabot/approver.py#L163
Code 403 means "already approved"
#3
Updated by jbaier_cz 3 months ago
- Related to action #109977: qem-bot - approve pipeline failed with 403 forbidden size:M added
#4
Updated by cdywan 3 months ago
- Subject changed from openQABot | Failed pipeline for master | 9b1b1857: ERROR: Connection error during reading from IBS: HTTP Error 403: Forbidden to openQABot | Failed pipeline for master | 9b1b1857: ERROR: Connection error during reading from IBS: HTTP Error 403: Forbidden size:M
- Description updated (diff)
- Status changed from New to Workable