Allow to produce artifact builds from signed automation builds
Categories
(Firefox Build System :: General, enhancement)
Tracking
(firefox98 fixed)
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: nalexander, Assigned: nalexander)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidedi-multilocale])
Attachments
(3 files)
I have been investigating whether we can replace single-locale repacks with artifact builds, and one of the things that can't be done right now is to produce an artifact build that consumes a signed automation build. (I.e., a Bs
job rather than a B
job.) This ticket tracks ticking off a few small blockers to that.
Assignee | ||
Comment 1•3 years ago
|
||
This avoids processing .asc
files when consuming signed builds.
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
This keeps the shape of the package produced by mach package
in the
artifact build like that of the input Bs
package.
Depends on D136670
Assignee | ||
Comment 3•3 years ago
|
||
When consuming artifacts from Bs
jobs, there is no test archive.
The consumer still needs to specify "no tests", but this at least
allows the artifact build to proceed.
Depends on D136671
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3352c1db0380
https://hg.mozilla.org/mozilla-central/rev/0d37c3c092c6
https://hg.mozilla.org/mozilla-central/rev/f24c60505182
Description
•