Permafailing Android artifact Nightly jobs (only running on Try) Android 4.0 API16+ opt and Android 5.0 AArch64 opt
Categories
(Firefox Build System :: Task Configuration, defect)
Tracking
(firefox66 unaffected, firefox67 unaffected, firefox68 fixed)
Tracking | Status | |
---|---|---|
firefox66 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | fixed |
People
(Reporter: alexandrui, Assigned: chmanchester)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Comment 1•6 years ago
|
||
[task 2019-03-12T17:15:23.466Z] 17:15:23 INFO - 17:15:23 INFO - Multi-locale packaging requires the full (non-artifact) 'RecursiveMake' build backend; got ['FasterMake+RecursiveMake'].
[task 2019-03-12T17:15:23.481Z] 17:15:23 INFO - 17:15:23 ERROR - Return code: 1
Can running/requesting those jobs be prevented?
Updated•6 years ago
|
Comment 2•6 years ago
|
||
chmanchester, these Try errors appear to be related to Android PGO configuration.
Assignee | ||
Comment 3•6 years ago
|
||
The API16+ build is failing due to the PGO configuration, but the AArch64 build is failing for another reason. I don't think we've ever intended to replace Nightly builds with artifact builds in automation, the artifact code doesn't know to look for them, so we may end up with artifacts from an opt or pgo build. That might work ok, but I don't think we're expecting it. For shippable everything works alright, for Android nightlies for now I think we should just stop nightly builds from being converted into artifact builds.
Comment 4•6 years ago
|
||
(In reply to Chris Manchester (:chmanchester) from comment #3)
The API16+ build is failing due to the PGO configuration, but the AArch64 build is failing for another reason. I don't think we've ever intended to replace Nightly builds with artifact builds in automation, the artifact code doesn't know to look for them, so we may end up with artifacts from an opt or pgo build. That might work ok, but I don't think we're expecting it. For shippable everything works alright, for Android nightlies for now I think we should just stop nightly builds from being converted into artifact builds.
We used to have a flag for this, but I think post Bug 1530908 we do not. glandium, how do we manage this after your earlier work?
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
The new check is here: https://searchfox.org/mozilla-central/rev/8d78f219702286c873860f39f9ed78bad1a6d062/taskcluster/taskgraph/transforms/build.py#156
I have a patch that adds a nightly check there that looks fine on try.
Assignee | ||
Comment 6•6 years ago
|
||
Comment 8•6 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•