gecko-dev/tools/tryselect
Andrew Halberstadt f9c69a3a90 Bug 1714178 - Don't hardcode the project to 'autoland/central' in 'try_select_tasks', r=taskgraph-reviewers,aki
The two 'target_tasks_try_select' target task methods use a hardcoded
"autoland" | "mozilla-central" as the project. This means that you get the set
of tasks for autoland/central even if you e.g, update to beta and pass in
'./mach try fuzzy --parameters project=mozilla-beta'.

This patch ensures we use the proper target tasks method if passing in
non-default parameters. It also fixes the caching to account for this
new project.

Differential Revision: https://phabricator.services.mozilla.com/D117941
2021-06-16 15:53:51 +00:00
..
docs Bug 1604531: Fix broken "Add try job to review" doc link r=sylvestre 2021-06-03 21:26:25 +00:00
selectors Bug 1715612 - Attempt to migrate try select to py3.r=mhentges 2021-06-09 20:01:22 +00:00
test Bug 1714178 - Don't hardcode the project to 'autoland/central' in 'try_select_tasks', r=taskgraph-reviewers,aki 2021-06-16 15:53:51 +00:00
util Bug 1715612 - Attempt to migrate try select to py3.r=mhentges 2021-06-09 20:01:22 +00:00
__init__.py
cli.py Bug 1715612 - Attempt to migrate try select to py3.r=mhentges 2021-06-09 20:01:22 +00:00
mach_commands.py Bug 1715612 - Attempt to migrate try select to py3.r=mhentges 2021-06-09 20:01:22 +00:00
preset.py Bug 1715612 - Attempt to migrate try select to py3.r=mhentges 2021-06-09 20:01:22 +00:00
push.py Bug 1715612 - Attempt to migrate try select to py3.r=mhentges 2021-06-09 20:01:22 +00:00
task_config.py Bug 1715612 - Attempt to migrate try select to py3.r=mhentges 2021-06-09 20:01:22 +00:00
tasks.py Bug 1714178 - Don't hardcode the project to 'autoland/central' in 'try_select_tasks', r=taskgraph-reviewers,aki 2021-06-16 15:53:51 +00:00
try_presets.yml Bug 1715969 - [devtools] Remove debugger-tests try preset r=bomsy 2021-06-11 12:55:32 +00:00
watchman.json