-
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
Update Debian image version for SDK base #1511
Update Debian image version for SDK base #1511
Conversation
1db143c
to
e86f308
Compare
For example container analysis of CPP image. After the fix:
Before:
|
There is a need to push fresh
https://console.cloud.google.com/cloud-build/builds/951c30b5-9779-4ae0-9230-ec51404cc23a?project=agones-images |
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.
Need to do the manual work, but this looks good 👍
I feel like we ran into this before, (See top of page: Timed out: 951c30b5) We might want to allow builds to run for longer than an hour, but I'll manually build this image for now. |
Hmnn, I can't get this to build. Here's the tail end of the build output from
|
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.
Looks like grpc/grpc#18819 (comment) solves this issue
export CFLAGS=-Wno-error" and "export CXXFLAGS=-Wno-error
I figure we try adding those to the image, as well as try expanding the build time to 2h (maybe it'll build on cloud build!). Sound good?
Well I will try the proposed fix. |
e86f308
to
0c811be
Compare
1 hour is not enough to build all these images. |
Should we try changing the timeout in cloudbuild.yaml to 2h ? |
0c811be
to
7bba4b5
Compare
This Dockerfile builds pretty fast on a small Compute Engine with Docker 18.09.3:
2 hours still not enough. |
I would recommend breaking this PR apart into separate PRs that can be tested individually, so that we can work out the root cause, and also so we can distribute the workload. |
protocolbuffers/protobuf#3930 |
All SDKs images, CPP and Rust examples update.
Cloud build stucks because it ran out of memory in case of 8 parallel jobs run libtool.
eb0f35b
to
10ca26d
Compare
Build Failed 😱 Build Id: a95288df-7218-44e9-8b89-cf79b600d0e5 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Congrats, now build of image is working. But SDK conformance test is failing.
|
Moving |
Build Succeeded 👏 Build Id: 3d71bf6a-ff64-4bd6-9fc9-49b6f3a2b419 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:
|
Curious, would Nice find on the issue with nproc, I wonder what causes that. Something like |
Would be reviewed separately.
71b861e
to
05792d4
Compare
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!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, markmandel 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 |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: acefdc42-fc8a-471c-8416-eefec80cc8ff 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:
|
* Update Debian image version for SDK base, examples * Fix base image build * Increasing timeout of Cloud build to 2h * Add supported version of Java for Rest SDK test Co-authored-by: Mark Mandel <markmandel@google.com>
Update SDK base image.
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
There are some critical vulnerabilities which can be detected in
Stretch
release and are fixed inBuster
, Debian v10 release.Which issue(s) this PR fixes:
For #1154
Closes #1488
Special notes for your reviewer: