Closed
Bug 1430037
Opened 7 years ago
Closed 7 years ago
Use sparse checkouts for docker image builds
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla59
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8942124 [details]
Bug 1430037 - Use sparse checkouts for docker image builds.
https://reviewboard.mozilla.org/r/212388/#review218918
Attachment #8942124 -
Flags: review?(dustin) → review+
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8942123 [details]
Bug 1430037 - Use the in-tree image builder image to build docker images.
https://reviewboard.mozilla.org/r/212386/#review218912
This is a great idea :)
::: taskcluster/taskgraph/transforms/docker_image.py:154
(Diff revision 1)
> },
> }
>
> + worker = taskdesc['worker']
> +
> + if image_name == 'image_builder':
A comment here might be good
Attachment #8942123 -
Flags: review?(dustin) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/800640c0dc3f
Use the in-tree image builder image to build docker images. r=dustin
https://hg.mozilla.org/integration/autoland/rev/8b80471c1d79
Use sparse checkouts for docker image builds. r=dustin
Comment 8•7 years ago
|
||
Backed out 2 changesets (bug 1430037) for bustage on beta
https://hg.mozilla.org/integration/autoland/rev/2781837e440437e7d7240c4dd6711f87f47bdd3e
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=2781837e440437e7d7240c4dd6711f87f47bdd3e&filter-classifiedState=unclassified&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 11•7 years ago
|
||
Comment on attachment 8942123 [details]
Bug 1430037 - Use the in-tree image builder image to build docker images.
I made a change that avoids this change to propagate to other branches at land time.
Attachment #8942123 -
Flags: review+ → review?(dustin)
Comment 12•7 years ago
|
||
mozreview-review |
Comment on attachment 8942123 [details]
Bug 1430037 - Use the in-tree image builder image to build docker images.
https://reviewboard.mozilla.org/r/212386/#review219394
Attachment #8942123 -
Flags: review?(dustin) → review+
Comment 13•7 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/1227e2800bd8
Use the in-tree image builder image to build docker images. r=dustin
https://hg.mozilla.org/integration/autoland/rev/63351f0612b4
Use sparse checkouts for docker image builds. r=dustin
Comment 14•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1227e2800bd8
https://hg.mozilla.org/mozilla-central/rev/63351f0612b4
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Comment 15•7 years ago
|
||
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/comm-central/rev/b68fd8f127d1
Port Bug 1430037: Use the in-tree image builder image to build docker images; rs=bustage-fix
Updated•7 years ago
|
Product: TaskCluster → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•