Actions
action #72316
closed[tests][ci] circleci can fail in `zypper ref` due to temporary repository problems
Description
Observation¶
+ sudo zypper --gpg-auto-import-keys ref
Retrieving repository 'devel' metadata [\]error]
Repository 'devel' is invalid.
[devel|http://download.opensuse.org/repositories/devel:openQA/openSUSE_Leap_15.1] Valid metadata not found at specified URL
History:
- [|] Error trying to read from 'http://download.opensuse.org/repositories/devel:openQA/openSUSE_Leap_15.1'
- Timeout exceeded when accessing 'http://download.opensuse.org/repositories/devel:openQA/openSUSE_Leap_15.1/content'.
Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'devel' because of the above error.
Retrieving repository 'openQA' metadata [|]error]
Repository 'openQA' is invalid.
Acceptance criteria¶
- AC1: Retries are conducted if refreshing the repository fails one time
Suggestions¶
- Add a retry for the
zypper ref
call
Updated by okurz about 4 years ago
- Copied from action #67855: [tests][ci] circleci often abort in "cache" unable to read container image from registry.opensuse.org added
Updated by okurz about 4 years ago
- Status changed from In Progress to Feedback
Updated by okurz about 4 years ago
- Status changed from Feedback to Resolved
PR merged. Unlikely we see this problem soon or would be able to find places where this happened. We would only see this if my approach was wrongly done or does not help in which case we should reopen the ticket.
Updated by okurz 11 months ago
- Related to action #152941: circleCI job runs into 20m timeout due to slow download from registry.opensuse.org added
Actions