-
Notifications
You must be signed in to change notification settings - Fork 811
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
Fixes, more e2e tests and logging for multi-cluster allocation #1077
Conversation
Build Failed 😱 Build Id: f6177acd-ad20-4ac1-ba9e-99b803698f3c To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 2ade384e-0844-4f4c-b515-7b9150781313 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
@markmandel e2e tests are failing because, the test cannot add a rolebinding to a newly created namespace:
Can we give the account permission to create rolebinding to allow tests run on randomly created namespaces? |
@pooneh-m you should have access to the project to make the appropriate changes. Let me know if you don't, and I'll take a look. |
Build Succeeded 👏 Build Id: ea0c299a-d57a-47c7-b3d0-f3b0848b571b 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:
|
@markmandel thanks, changing cloudbuild account role to k8s admin fixed the issue. |
Build Failed 😱 Build Id: 359451b0-4c05-42d1-b51c-42719fc0f24f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: e7b8e5b3-9582-4e6d-85bf-b871829fe6cb 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:
|
Friendly ping. |
…ation and more testing
Build Succeeded 👏 Build Id: d1b42a16-cb78-4f3b-8341-0e534ce2ea10 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:
|
LGTM |
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.
LGTM
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.
Extra approved
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ilkercelikyilmaz, markmandel, pooneh-m The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 86eafbb6-a897-4bc2-8956-081f9e648f92 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:
|
Build Succeeded 👏 Build Id: fee29745-4691-461c-b774-6ef58927cd6d 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:
|
Improvements and bug fixed for multi-cluster allocation #597
The feature is on v1alpha1.
Bug fixed:
Logging:
Testing: