Add try preset for testing full Android stack
Categories
(Firefox for Android :: Tooling, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: olivia, Assigned: jonalmeida)
References
Details
(Whiteboard: [fxdroid][group6][quickwins])
Attachments
(2 files)
We have the following presets:
./mach try --preset firefox-android - Fenix + AC
./mach try --preset fenix - Fenix
./mach try --preset android-geckoview - GeckoView
Request:
It would be nice to have ./mach try --preset fullstack-android or something that is Fenix + AC + GV. We sometimes get patches (ex1, ex2) that touch all layers and would benefit from easily being able to run all three without combining two presets or manually adding tasks to one of the other presets.
| Assignee | ||
Updated•4 months ago
|
Updated•4 months ago
|
| Assignee | ||
Comment 1•4 months ago
|
||
When working across the Android stack, we want a build job that
considers all our lints, builds, and tests. This preset combines them
all into one so that we don't have to fire off individual ones.
| Assignee | ||
Comment 2•4 months ago
|
||
Updated•4 months ago
|
| Assignee | ||
Updated•3 months ago
|
Comment 4•3 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/6741709e7d7b
https://hg.mozilla.org/mozilla-central/rev/c0b24182ecd4
Description
•