-
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
Run e2e tests on multiple clusters with different versions #2968
Conversation
Build Failed 😱 Build Id: f0b8dfe7-f457-4b45-bfdb-97442407bed8 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 1a8490d5-8912-4373-a175-6184dd9dab44 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 500580c1-5ec1-4e3d-9785-b1884fdaf7b1 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 607e604e-8447-47dc-bae3-c9cdb4e7a609 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: cd8cff5f-6b90-48fc-b99c-54acb57c5393 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 Failed 😱 Build Id: 24cc83a0-0e18-4fd0-8d6e-f468ceea0f72 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 33380f49-b513-4325-9fab-e105b60109dc To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: e2e50ffe-74bc-45bf-b5ef-b504b21adfe2 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: f7ca00b2-a2a4-4e84-8d9c-f23c6ef04cd6 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 Failed 😱 Build Id: 3bed76a0-19c4-4a01-8836-25362601a959 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 78e92276-1872-4a87-91e4-9be0e5d41c26 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: b3cd2858-4d3f-4719-9b05-12f2d3ba06d8 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: f59656ad-13c4-48d3-a0ed-b891a4a18346 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:
|
featureWithGate="CustomFasSyncInterval=false&SafeToEvict=false&SDKGracefulTermination=false&StateAllocationFilter=false&PlayerAllocationFilter=true&PlayerTracking=true&ResetMetricsOnDelete=true&PodHostname=true&SplitControllerAndExtensions=true&FleetAllocationOverflow=true&Example=true" | ||
featureWithoutGate="" | ||
testClusterLocation="${region}-c" | ||
testCluster="gke-standard-e2e-test-cluster-${version//./-}" |
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.
nit: Maybe something to consider in the future would be to name the clusters as "${cloudProduct}-e2e-test-cluster-${version//./-}"
. So we'd have names like generic-e2e-test-cluster-1-24
and gke-autopilot-e2e-test-cluster-1-24
.
I'm thinking that once a couple of feature gates get promoted to beta, we won't need the if/else here for feature gates based on the provider, and if we move to regional standard clusters then the only difference remaining is how we construct the test cluster names.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gongmax, 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 |
Here we go..... |
What type of PR is this?
/kind feature
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Closes #
Special notes for your reviewer: