-
Notifications
You must be signed in to change notification settings - Fork 817
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
Promote allocation to v1 #881
Promote allocation to v1 #881
Conversation
Build Failed 😱 Build Id: aaea0182-0dca-479d-943d-4f6f88dfb5aa To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Looks like you need a |
Yes.... sometimes it's hard to tell which files are edited and which are generated. |
This is likely to need another helm reset too. |
Build Failed 😱 Build Id: 3e8b2c75-701c-4b94-964a-6e9099918e6d To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
The last cloud build failed on helm like the previous PR. |
63931ae
to
553868b
Compare
Build Failed 😱 Build Id: a8277404-4972-4d03-841d-9f79ada6a29f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small things, but overall look good 👍
@@ -236,11 +236,11 @@ $ curl http://localhost:8001/apis/stable.agones.dev/v1alpha1/namespaces/default/ | |||
|
|||
# allocate a gameserver from a fleet named 'simple-udp', with GameServerAllocation | |||
|
|||
$ curl -d '{"apiVersion":"allocation.agones.dev/v1alpha1","kind":"GameServerAllocation","spec":{"required":{"matchLabels":{"stable.agones.dev/fleet":"simple-udp"}}}}' -H "Content-Type: application/json" -X POST http://localhost:8001/apis/allocation.agones.dev/v1alpha1/namespaces/default/gameserverallocations | |||
$ curl -d '{"apiVersion":"allocation.agones.dev/v1","kind":"GameServerAllocation","spec":{"required":{"matchLabels":{"stable.agones.dev/fleet":"simple-udp"}}}}' -H "Content-Type: application/json" -X POST http://localhost:8001/apis/allocation.agones.dev/v1/namespaces/default/gameserverallocations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll need to {{< feature >}} this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Fixed.
Deleting the helm install, and rerunning! |
63245de
to
a2fc27d
Compare
Build Failed 😱 Build Id: 8e31cb19-5d58-4d31-b31c-15af45e72be7 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: bcdaa85b-5d38-415e-a9ca-936cba3585df To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: c8c773ad-7ac8-4bce-b644-047b1d743dea To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
a2fc27d
to
baf054c
Compare
Build Succeeded 👏 Build Id: 116af778-52a6-4056-8d10-61f13a33fd1c 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:
|
baf054c
to
4b6f3f9
Compare
Build Failed 😱 Build Id: eddad440-1c4b-4a1e-8b06-f28234e204b1 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
4b6f3f9
to
549d248
Compare
I'm seeing a weird error on the e2e tests:
This doesn't seem related to my change and I'm not sure how to fix it. |
I think Cloud Build is having a sad. Will retry shortly. |
Build Failed 😱 Build Id: 5326b151-4ec2-4765-9433-50cd23482c7d To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 65672089-5f34-41f6-9dc6-0b7cf6dfb421 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Yep,, definite sad. |
Build Failed 😱 Build Id: f3795921-3f1b-49c2-bbd7-bfdf93424a10 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 1367c36f-d8ce-4eda-9334-1ee448b3b402 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 6c7faa2b-94a9-403c-bace-b8eb9dc81af5 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:
|
I was having trouble reproducing this failure locally:
and for some reason after a few re-tries cloud build is now working too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 awesome.
Build Succeeded 👏 Build Id: 8b666f00-09ad-4e38-a3be-6037cdbc3560 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:
|
This is part of #703.
/assign @markmandel
/label kind/breaking