Actions
action #133454
closedbot-ng - pipelines in GitLab fail to pull qam-ci-leap:latest size:M
Start date:
Due date:
2023-09-08
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
The the following recent failures:
WARNING: Failed to pull image with policy "always": Error response from daemon: unknown: SSL_connect error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number (manager.go:237:0s)
ERROR: Job failed: failed to pull image "registry.suse.de/qa/maintenance/containers/qam-ci-leap:latest" with specified policies [always]: Error response from daemon: unknown: SSL_connect error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number (manager.go:237:0s)
Acceptance criteria¶
- AC1: bot-ng pipelines are executed successfully repeatedly
Suggestions¶
- The jobs fail well before any script execution so nothing we control within .gitlab-ci.yml, or can we?
- Research upstream what can be done if the initial container image download fails. Maybe we can specify a retry for what the executor is trying to pull. Or we spawn an internal super-mini image and in there call the container pull nested
- Report SD ticket that they should fix the infrastructure
Actions