Skip to content
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

Feature gates for advanced Allocation filtering #2143

Merged
merged 2 commits into from
Jun 21, 2021

Conversation

markmandel
Copy link
Member

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug
/kind cleanup
/kind documentation

/kind feature

/kind hotfix

What this PR does / Why we need it:

Adding the feature gates for the upcoming features.

Which issue(s) this PR fixes:

Work on #1239

Special notes for your reviewer:

Specifically didn't add the gates to either the Makefile for the cloudbuild.yaml until the full feature has all it's functionality in place and it will pass tests.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 1c9e70bf-1d2a-4b92-a010-7faa4b7f58cb

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

markmandel added a commit to markmandel/agones that referenced this pull request Jun 21, 2021
When refactoring the allocator code for googleforgames#2143 I noticed that this
function was never actually utilised for anything, so figured it made
sense to remove it.
@markmandel
Copy link
Member Author

Already have image (with digest): gcr.io/cloud-builders/gsutil
Copying file://agonessdk-server-1.16.0-e7d5bb6.zip [Content-Type=application/zip]...
ResumableUploadAbortException: Upload complete with 1536 additional bytes left in stream; this can happen if a file changes size while being uploaded
CommandException: 1 file/object could not be transferred.
/ [0/1 files][    0.0 B/125.4 MiB]   0% Done                                    

That's a new one!

Adding the feature gates for the upcoming features. Specifically didn't
add the gates to either the Makefile for the cloudbuild.yaml until the
full feature has all it's functionality in place and it will pass tests.

Work on googleforgames#1239
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 2e6c5725-a896-41fc-9a84-c9833aedaefc

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2143/head:pr_2143 && git checkout pr_2143
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.16.0-53563f0

FeatureSDKWatchSendOnExecute: true,
FeatureRollingUpdateOnReady: true,
NodeExternalDNS: false,
FeatureExample: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if we should keep these sorted somehow (alphabetical and/or based on true/false). Since they end up in a map the order they are inserted doesn't matter, but it may be useful to humans to have them in a logical ordering.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 they are currently in order of initial implementation (I think?).

I don't have strong opinions here tbh. Happy to take advice?

@google-oss-robot
Copy link

[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:
  • OWNERS [markmandel,roberthbailey]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

roberthbailey pushed a commit that referenced this pull request Jun 21, 2021
When refactoring the allocator code for #2143 I noticed that this
function was never actually utilised for anything, so figured it made
sense to remove it.
@google-oss-robot
Copy link

New changes are detected. LGTM label has been removed.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 74b05da0-7822-462e-a370-d2c412eec188

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2143/head:pr_2143 && git checkout pr_2143
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.16.0-9e6cce9

@markmandel markmandel merged commit dd0b3c1 into googleforgames:main Jun 21, 2021
@markmandel markmandel deleted the feature/allocation-gates branch June 21, 2021 17:45
@markmandel markmandel added this to the 1.16.0 milestone Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants