`shipping-product` is inconsistent in firefox for android tasks
Categories
(Firefox Build System :: Task Configuration, defect, P3)
Tracking
(Not tracked)
People
(Reporter: bhearsum, Unassigned)
References
(Blocks 1 open bug)
Details
We have some tasks like shippable builds that use fennec
as their shipping-product
. Other tasks, such as build-apk use fenix
or firefox-android
.
The last one is correct at this point AFAICT, seeing as it is what is used by release promotion methods. I suspect we'll end up including a bunch of tasks if we simply swap to this shipping-product
for everything; probably some adjustments to target task methods would be necessary at the same time.
As far as I can tell this doesn't break anything, but it is confusing.
Updated•29 days ago
|
Comment 1•28 days ago
|
||
For extra confusion, fenix
is used in the shipping-product
attribute, not as the task's shipping-product
, and those are not the same thing (the task's shipping-product
in yaml gets turned into the shipping_product
attribute, with underscore instead of hyphen).
Description
•