-
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
Suppress full e2e logs so the per-configuration links are obvious #3164
Conversation
Build Succeeded 👏 Build Id: 2b2c7ecd-023a-4072-950f-c41f67d46d2f 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: 6b685bbd-4f72-4432-b7f7-778e28c8a038 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
31f2d54
to
a2a0df6
Compare
Build Failed 😱 Build Id: 5c30ac3d-d97f-4fbf-9928-33f1429c4615 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: ac2a6e88-bea4-4d62-8ac4-42308c62396e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 03e89a9d-2e47-4ce2-8847-29f2f0820b60 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
With our per-configuration sub-builds, it's easier to go to the per-configuration log than it is look at the firehose of interleaved logs. Suppress the logs at the top level. Alogn the way, enable line-oriented buffering using `stdbuf` so output streams well - if we don't and e2es fail, the other e2e log links aren't even printed.
Build Succeeded 👏 Build Id: c43ac6ca-8f7e-4d42-80e7-53608eb6e336 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:
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gongmax, zmerlynn 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 |
Suppress
gcloud builds submit
logs - this should make it more obvious where to find the separate e2e logs and which configuration is failing.Example failure: https://console.cloud.google.com/cloud-build/builds/03e89a9d-2e47-4ce2-8847-29f2f0820b60;step=24?jsmode=o&mods=logs_tg_prod&project=agones-images
Towards #3010