-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure test sometimes fails when downloading azure-cli #204
Comments
Update: restarted job failed with a timeout https://gitlab.com/osbuild/ci/image-builder/-/jobs/1355122426 Might be a bigger issue then... |
I found logs from another job in osbuild-composer repo, it was trying to get azure-cli for an hour before giving up...
There are more azure jobs that failed on this step in the pipeline and this was around the same time this issue first appeared. |
I'm wondering how to best solve this issue, would introducing retry logic be enough? I think there was a conversation in the past, that making our own mirror for the azure-cli repo might be a good solution, would probably even increase the speed of download because it's terrible from the official repo. This applies for tests in all repositories that use azure-cli... |
I guess we can snapshot it? https://www.osbuild.org/rpmrepo/ |
Failed job: https://gitlab.com/osbuild/ci/image-builder/-/jobs/1354688824
I've seen this several times, when trying manually or in osbuild-composer repository and I think it's the same issue. The way it's being installed is provided in official documentation so that should be fine. Usually a restart fixes it, so I guess adding some retry before failing the test could solve this easily...
The text was updated successfully, but these errors were encountered: