Closed
Bug 1275622
Opened 9 years ago
Closed 9 years ago
Artifact builds busted due to updater name change on OSX
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox49 fixed)
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: spohl, Assigned: spohl)
References
Details
Attachments
(1 file)
|
1.18 KB,
patch
|
chmanchester
:
review+
|
Details | Diff | Splinter Review |
I just heard on IRC that artifact builds appear to be busted after landing bug 394984. We had to change the updater binary name from "updater" to "org.mozilla.updater".
While I was typing this, Gijs pointed me to artifacts.py[1], which, sure enough, references the old updater name. Patch coming up.
[1] https://dxr.mozilla.org/mozilla-central/source/python/mozbuild/mozbuild/artifacts.py#296
| Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → spohl.mozilla.bugs
Status: NEW → ASSIGNED
Attachment #8756429 -
Flags: review?(nalexander)
Comment 2•9 years ago
|
||
Comment on attachment 8756429 [details] [diff] [review]
Patch
Review of attachment 8756429 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks, Stephen! I'm fine with this but going to redirect to chmanchester, who is much more involved in this right now.
Attachment #8756429 -
Flags: review?(nalexander) → review?(cmanchester)
Comment 3•9 years ago
|
||
Comment on attachment 8756429 [details] [diff] [review]
Patch
Review of attachment 8756429 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you for the patch. I don't have my macbook on hand to test, but looks good to me assuming it's seen some local testing.
Attachment #8756429 -
Flags: review?(cmanchester) → review+
Comment 4•9 years ago
|
||
I'll land this on oak (where the updater work was tested) for verification.
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
It doesn't look like this runs properly on project branches... can someone confirm?
Comment 7•9 years ago
|
||
(In reply to Robert Strong [:rstrong] (use needinfo to contact me) from comment #6)
> It doesn't look like this runs properly on project branches... can someone
> confirm?
We only run the artifact builds in automation on Linux right now... the Linux artifact build on that push is failing for some reason, but for this fix I'll just verify it later tonight and land it if everything looks ok.
Comment 9•9 years ago
|
||
(In reply to Chris Manchester (:chmanchester) from comment #7)
> (In reply to Robert Strong [:rstrong] (use needinfo to contact me) from
> comment #6)
> > It doesn't look like this runs properly on project branches... can someone
> > confirm?
>
> We only run the artifact builds in automation on Linux right now... the
> Linux artifact build on that push is failing for some reason, but for this
> fix I'll just verify it later tonight and land it if everything looks ok.
For my own information, do these run on project branches? I went through treeherder for all of the project branches and only saw AB builds on oak Linux where it failed for me.
Flags: needinfo?(cmanchester)
Comment 10•9 years ago
|
||
(In reply to Robert Strong [:rstrong] (use needinfo to contact me) from comment #9)
> (In reply to Chris Manchester (:chmanchester) from comment #7)
> > (In reply to Robert Strong [:rstrong] (use needinfo to contact me) from
> > comment #6)
> > > It doesn't look like this runs properly on project branches... can someone
> > > confirm?
> >
> > We only run the artifact builds in automation on Linux right now... the
> > Linux artifact build on that push is failing for some reason, but for this
> > fix I'll just verify it later tonight and land it if everything looks ok.
> For my own information, do these run on project branches? I went through
> treeherder for all of the project branches and only saw AB builds on oak
> Linux where it failed for me.
They're scheduled by a taskcluster definition in the tree, so perhaps some other project branches are too far behind trunk to have them (I notice them on elm though).
Flags: needinfo?(cmanchester)
Comment 11•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•