-
Notifications
You must be signed in to change notification settings - Fork 813
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
Workaround for bullseye release CI blockage #2225
Workaround for bullseye release CI blockage #2225
Conversation
Build Failed 😱 Build Id: c6358771-ba02-497d-907b-e25e83b08f20 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Switch out `apt-get update` commands that are run in CI to being `apt-get --allow-releaseinfo-change update` to ignore the error on new release change. Workaround for googleforgames#2224 until we can upgrade everything to bullseye.
34b7c82
to
69ada6c
Compare
Build Failed 😱 Build Id: 519014a1-97cb-4fe1-a521-bbb4fbb3d002 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Looks like the workaround worked, but got caught here instead:
Which is weird, since I can open the url from here just fine. Will retry. |
Ah, Vela is giving us a CloudFlare 403. I'll add a |
Build Failed 😱 Build Id: c0984a01-889d-416a-96d0-d951611f12e4 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Thank you Mark! I kept getting the hugo-test error before locally. I will merger your fix to my branch! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Looks like a flake: ``
|
Build Failed 😱 Build Id: 8235d346-bd8d-436f-8746-697859ce6dcb To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
I can't see why the last build failed 🤔 looks like everything passed on the test step, as far as I can see |
Aha found it!
|
Getting a cloudflare 403 captcha with this url.
82c11b1
to
3a850ec
Compare
New changes are detected. LGTM label has been removed. |
Think I got it this time. The nodejs installation script was calling |
Build Succeeded 👏 Build Id: a5563ec7-102a-4bf9-b702-5b9081b96c5a The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind bug
What this PR does / Why we need it:
Switch out
apt-get update
commands that are run in CI to beingapt-get --allow-releaseinfo-change update
to ignore the error on new release change.Which issue(s) this PR fixes:
Workaround for #2224 until we can upgrade everything to bullseye.
Special notes for your reviewer:
🤞🏻