action #133454
Updated by okurz over 1 year ago
## Observation The the following recent failures: - https://gitlab.suse.de/qa-maintenance/openQABot/-/jobs/1714549 ``` 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 -