Open
Bug 1771753
Opened 3 years ago
Updated 3 years ago
provide a command/possibility to schedule/run all tasks for a Try push which would run for central
Categories
(Developer Infrastructure :: Try, task)
Developer Infrastructure
Try
Tracking
(Not tracked)
NEW
People
(Reporter: aryx, Unassigned)
References
Details
Bug 1771744 got missed in recent version increase simulations because the Version increase simulation try: -b do -p all -u all -t none
stopped scheduling xpcshell tasks.
Code sheriffs and potentially release engineering need a way to schedule the same tasks for a Try push like a push to mozilla-central does (ideally with option to drop some tasks like performance tasks).
Comment 1•3 years ago
|
||
Maybe something like:
$ ./mach try fuzzy -q "^test- !browsertime !raptor"
Probably worth creating a preset for this in:
https://searchfox.org/mozilla-central/source/tools/tryselect/try_presets.yml
Then it would just be:
$ ./mach try --preset central-simulation
You may or may not also want to specify --disable-target-task-filter
depending on use case.
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•