Closed
Bug 1299869
Opened 9 years ago
Closed 9 years ago
Android Gradle deps build broken with /home/worker/workspace/build/src/taskcluster/scripts/builder/build-linux.sh: line 7: /home/worker/scripts/xvfb.sh: No such file or directory
Categories
(Taskcluster :: General, defect)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla51
People
(Reporter: nalexander, Unassigned)
References
Details
Attachments
(1 file)
/home/worker/workspace/build/src/taskcluster/scripts/builder/build-linux.sh: line 7: /home/worker/scripts/xvfb.sh: No such file or directory
https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=2922384
I think the underlying Docker image has moved underneath the task. It's not needed right now, but we need to fix this so that we can move the Android dependencies forward easily in the future.
| Reporter | ||
Comment 2•9 years ago
|
||
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 4•9 years ago
|
||
(In reply to Nick Alexander :nalexander from comment #3)
> Created attachment 8787316 [details]
> Bug 1299869 - Track desktop-build xfvb changes.
>
> When I wrote this initially, I was told it was not possible to inherit
> from desktop-build. That may have changed, but I still don't know how
> to inherit, so we duplicate the logic here, inviting bugs of this
> class. The underlying logic moves slowly so this is an acceptable
> approach.
>
> Review commit: https://reviewboard.mozilla.org/r/76126/diff/#index_header
> See other reviews: https://reviewboard.mozilla.org/r/76126/
garndt: I see a typo in the commit message (should be "xvfb"); I'll update before landing.
Comment 5•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8787316 [details]
Bug 1299869 - Track desktop-build xfvb changes.
https://reviewboard.mozilla.org/r/76126/#review74106
::: testing/docker/android-gradle-build/Dockerfile:7
(Diff revision 1)
> +FROM taskcluster/centos6-build-upd:0.1.6.20160329195300
> MAINTAINER Nick Alexander <nalexander@mozilla.com>
>
> # BEGIN ../desktop-build/Dockerfile
>
> +# TODO remove when base image is updated
Is there a reason why we're adding this volume stuff in this patch? Maybe it's needed for something I'm overlooking.
Comment 6•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8787316 [details]
Bug 1299869 - Track desktop-build xfvb changes.
https://reviewboard.mozilla.org/r/76126/#review74108
Thanks for taking this by the way. I think it looks good, easy enough. I was just unsure about the addition of the volume stuff.
Attachment #8787316 -
Flags: review?(garndt) → review+
| Reporter | ||
Comment 7•9 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8787316 [details]
Bug 1299869 - Track desktop-build xfvb changes.
https://reviewboard.mozilla.org/r/76126/#review74106
> Is there a reason why we're adding this volume stuff in this patch? Maybe it's needed for something I'm overlooking.
No -- I was just tracking the desktop-build changes as closely as possible.
Pushed by nalexander@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2677e17bd4d8
Track desktop-build xfvb changes. r=garndt
Comment 9•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•