-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Unable to connect to azure.archive.ubuntu.com:http: [IP: 52.252.75.106 80] #7603
Comments
Seeing the same issue since yesterday. |
Ran into the same issue, but seems to be fixed by now. 👍🏼 |
Hello @archiewood, |
Getting this error on a recent PR: mlcommons/GaNDLF#706 Is this is a transient issue? |
Update: issue is still present (as of 20230808 1150 EST) for multiple PRs: |
Update: apparently Anyway, as long as it runs... 😄 |
"apt-get update" is required due to apt design: https://blog.packagecloud.io/you-need-apt-get-update-and-apt-get-upgrade/ |
Our doc build started failing due to a change in the azure images. The failure is the same as what is reported in this issue: actions/runner-images#7603. The fix described there is to call `sudo apt-get update`, which is the change here.
Our doc build started failing due to a change in the azure images. The failure is the same as what is reported in this issue: actions/runner-images#7603. The fix described there is to call `sudo apt-get update`, which is the change here.
Our doc build started failing due to a change in the azure images. The failure is the same as what is reported in this issue: actions/runner-images#7603. The fix described there is to call `sudo apt-get update`, which is the change here.
Description
Our CI tests are failing on all our PRs irrespective of changes made.
Specifically we are installing browsers to run Playwright
Link to failing workflow: https://github.com/evidence-dev/evidence/actions/runs/4993328730/jobs/8942317178?pr=735
Platforms affected
Runner images affected
Image version and build link
Runner Image
Image: ubuntu-22.04
Version: 20230507.1
Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230507.1/images/linux/Ubuntu2204-Readme.md
Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230507.1
Runner Image Provisioner
2.0.171.1
Is it regression?
Not clear, but this test suite has previously been running without issue until about an hour ago
Expected behavior
The browsers to install correctly and the CI tests to run
Actual behavior
The install is failing.
Repro steps
Rerun this workflow
The text was updated successfully, but these errors were encountered: