Project

General

Profile

action #119938

Updated by livdywan over 1 year ago

## 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

Back