-
Notifications
You must be signed in to change notification settings - Fork 818
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
Integrates upgrades tests into Cloud Build #4037
base: main
Are you sure you want to change the base?
Conversation
Build Failed 😭 Build Id: a87125df-ffe9-4923-b8a1-64d777648220 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 🥳 Build Id: 78bead89-d9f0-49ee-8584-48d67165b2f9 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: 824ef53b-7110-4070-9c13-f011d59add5c Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
18dd6f8
to
f264223
Compare
Build Failed 😭 Build Id: d9982ce5-87ee-4bf0-8329-3b39eeb74ef7 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😭 Build Id: 93b2a488-08c0-492a-8c0b-3ed45fae46b5 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
f264223
to
1df7ed0
Compare
Build Failed 😭 Build Id: 33282874-f60f-4520-ac96-33ae555bfa21 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
1df7ed0
to
44756f4
Compare
Build Failed 😭 Build Id: a3514a3a-08e8-4940-bafe-1795133abc3b Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
44756f4
to
26010de
Compare
Build Failed 😭 Build Id: 70c6a664-728c-482c-b9dc-a3bbc46dc52c Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
26010de
to
f56d250
Compare
Build Failed 😭 Build Id: 46ebd711-db56-4f46-bdf0-46fa65c16381 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
f56d250
to
2371cb0
Compare
Build Failed 😭 Build Id: 979dd3fe-2774-4b89-b7ab-3c550b933070 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
2371cb0
to
d95f1df
Compare
Build Failed 😭 Build Id: 90781c0c-1ede-4cc0-85e2-24b09dc2acc0 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
554a867
to
2e4f2ec
Compare
Build Succeeded 🥳 Build Id: 88d19424-f9de-4619-92cd-589ef8097f94 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:
|
f834aa9
to
9f64d99
Compare
Build Failed 😭 Build Id: c9ca05de-9173-4084-81a3-6b96f3fc671a Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
9f64d99
to
5e62c26
Compare
Build Failed 😭 Build Id: 0604a19d-e93c-4aeb-bff4-fac3fc6d4992 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
5e62c26
to
7168dd3
Compare
Build Succeeded 🥳 Build Id: c3fa65df-9c7b-442b-a673-9fa49a52540b 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:
|
a66cc44
to
971aa82
Compare
Build Failed 😭 Build Id: f063a6e1-8da8-446a-aee6-4e7f8cc20b7a Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
971aa82
to
75a42c5
Compare
Build Failed 😭 Build Id: a500691b-e080-48e2-a16c-5c11019bb209 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
75a42c5
to
280ccb9
Compare
Build Succeeded 🥳 Build Id: 00a863ef-291d-49b4-a63a-7ede70293bb4 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: 98183a9b-72f0-4e43-bdee-1c4c6c53f79e Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😭 Build Id: 2658950a-9bf4-45ef-9f43-e8a59a3fb47c Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
cc41308
to
296ef94
Compare
Build Failed 😭 Build Id: a49616a6-2f23-417f-87f9-ae843bb04f44 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
…g the upgrade test
296ef94
to
13b81c9
Compare
Build Failed 😭 Build Id: bb899c2d-fc81-4408-92bd-d806ca9b08b9 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
13b81c9
to
8c1c678
Compare
The same events are covered by AddFunc as by UpdateFunc with less overhead. Any container crashes are caught by the Game Server Unhealthy watch, and are not needed in this watch.
083bf3c
to
fa639b0
Compare
Build Succeeded 🥳 Build Id: 4f0207dd-dae7-4724-9635-2a511f8fcf09 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:
|
What type of PR is this?
/kind feature
What this PR does / Why we need it:
This PR integrates the in place upgrades tests into the Cloud Build CI / CD pipeline. Once these tests are in place they will run in parallel with the e2e tests for each build.
Which issue(s) this PR fixes:
Working on #3795
Special notes for your reviewer:
While writing this PR I discovered that when the test container exists correctly (sdk.shutdown is called and the container exits with status 0), the pod attached to the game server exits with status 2. This will require more investigation as to why the pod reports a non-zero exit code when the side car and main container were shut down correctly.