Adds the build environment image to the pre_cloudbuild pipeline#4372
Merged
igooch merged 1 commit intoagones-dev:mainfrom Dec 3, 2025
Merged
Adds the build environment image to the pre_cloudbuild pipeline#4372igooch merged 1 commit intoagones-dev:mainfrom
igooch merged 1 commit intoagones-dev:mainfrom
Conversation
markmandel
approved these changes
Dec 3, 2025
Collaborator
|
Build Succeeded 🥳 Build Id: 5c91c767-bd85-4089-ab83-3b9c4dbc28bc 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: |
igooch
added a commit
that referenced
this pull request
Dec 3, 2025
* Adds back the build environment image to the precloudbuild pipeline (#4372) * Release v1.54.0 * update pre cloudbuild file --------- Co-authored-by: igooch <igooch@google.com>
Merged
igooch
added a commit
that referenced
this pull request
Dec 4, 2025
mnthe
pushed a commit
to mnthe/agones
that referenced
this pull request
Mar 23, 2026
mnthe
pushed a commit
to mnthe/agones
that referenced
this pull request
Mar 23, 2026
* Adds back the build environment image to the precloudbuild pipeline (agones-dev#4372) * Release v1.54.0 * update pre cloudbuild file --------- Co-authored-by: igooch <igooch@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
/kind hotfix
What this PR does / Why we need it:
When running
make pre-build-release VERSION=1.54.0the Cloudbuild run gives the error:Looks like this is due to the
make test-examples-on-garbeing dependent on having the build environment image available in the Cloudbuild environment. We fix this by adding back thepull-build-imagethat had been removed in a previous PR. We also add in theensure-build-imageas thepull-build-imagewill fail silently if it cannot pull the image.Which issue(s) this PR fixes:
NA
Special notes for your reviewer: