-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Create a new bionic image with clang9 #36187
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
Conversation
💊 Build failures summary and remediationsAs of commit 8e8cb80 (more details on the Dr. CI page):
XLA failureJob pytorch_xla_linux_xenial_py3_6_clang7_build is failing. Please create an issue with title prefixed by This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker. This comment has been revised 46 times. |
00d35d0
to
b2126af
Compare
597eef0
to
a70c11b
Compare
43fe862
to
8083234
Compare
Marked it as WIP since I realized that I didn't wait all 16 image build jobs finish... |
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.
@ailzhang has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@@ -10,7 +10,7 @@ | |||
- ecr_gc_job: | |||
name: ecr_gc_job_for_pytorch | |||
project: pytorch | |||
tags_to_keep: "271,262,256,278,282,291,300,323,327,347,389,401,402,403,405,a8006f9a-272d-4478-b137-d121c6f05c83,6e7b11da-a919-49e5-b2ba-da66e3d4bb0a,f990c76a-a798-42bb-852f-5be5006f8026,e43973a9-9d5a-4138-9181-a08a0fc55e2f" | |||
tags_to_keep: "271,262,256,278,282,291,300,323,327,347,389,401,402,403,405,a8006f9a-272d-4478-b137-d121c6f05c83,6e7b11da-a919-49e5-b2ba-da66e3d4bb0a,f990c76a-a798-42bb-852f-5be5006f8026,e43973a9-9d5a-4138-9181-a08a0fc55e2f,8fcf46ef-4a34-480b-a8ee-b0a30a4d3e59" |
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.
Why do we need to keep e43973a9-9d5a-4138-9181-a08a0fc55e2f
? For the sake of release branches?
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.
Yes we don’t want to remove the docker images for the release branch just yet
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.
Just to clarify: another reason that we don't want to remove previous tag because there might be PRs (which are not rebased on top of this) using those dockers?
@seemethere can you give it a glance as well? |
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.
I’m not seeing where the bionic image is defined here. I see a lot of references to it but I’m failing to see the Dockerfile
@seemethere It's reusing the exisiting Dockerfile https://github.com/pytorch/pytorch/blob/master/.circleci/docker/ubuntu/Dockerfile#L1. |
Oh I see, the That's... interesting. |
New images are already available at http://docker.pytorch.org/pytorch.html.