Actions
action #119938
closedopenQABot | Failed pipeline for master | 9b1b1857: ERROR: Connection error during reading from IBS: HTTP Error 403: Forbidden size:M
Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
Target version:
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
Updated by okurz about 2 years ago
- Priority changed from Normal to Urgent
- Target version set to Ready
Updated by jbaier_cz about 2 years ago
See https://github.com/openSUSE/qem-bot/blob/master/openqabot/approver.py#L163
Code 403 means "already approved"
Updated by jbaier_cz about 2 years ago
- Related to action #109977: qem-bot - approve pipeline failed with 403 forbidden size:M added
Updated by livdywan about 2 years 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
Updated by dheidler about 2 years ago
- Status changed from Workable to In Progress
- Assignee set to dheidler
Updated by dheidler about 2 years ago
- Status changed from In Progress to Feedback
Updated by dheidler about 2 years ago
- Status changed from Feedback to Resolved
Merged and pipeline still runs.
Actions