gecko-dev/tools/tryselect
Andrew Halberstadt 099b9cc785 Bug 1928709 - Convert tryselect cram tests to python tests, r=jmaher
The cram tests are slow to run and difficult to maintain. There's also
nothing they offer that we can't accomplish with pytest.

Finally, the later commits in this stack are going to break the
mechanism we were using to mock the expected results (it was relying on
tryselects caching mechanism). Rather than attempting to fix this, just
convert the tests to pytest.

Differential Revision: https://phabricator.services.mozilla.com/D227704
2024-11-06 19:03:15 +00:00
..
docs Bug 1898051 - Add the ability to run tasks that match a tag specified in the manifest. r=ahal,taskgraph-reviewers 2024-06-13 16:00:12 +00:00
selectors Bug 1925007 - [tryselect] Use 'filters' parameter rather than 'target_tasks_method' for tryselect, r=taskgraph-reviewers,jmaher 2024-10-30 14:07:11 +00:00
test Bug 1928709 - Convert tryselect cram tests to python tests, r=jmaher 2024-11-06 19:03:15 +00:00
util Bug 1752677 - Add a task config to set the 'existing_tasks' parameter, r=releng-reviewers,bhearsum,jcristau 2024-02-03 02:29:38 +00:00
__init__.py
cli.py Bug 1923647: make `--push-to-lando` the default behaviour of `mach try` r=ahochheiden,ahal,perftest-reviewers,sparky 2024-10-21 15:00:15 +00:00
lando.py Bug 1904777 - Add missing changed_files argument to try_commit for push_to_lando_try after bug 1500188. r=sheehan 2024-06-28 14:32:37 +00:00
mach_commands.py Bug 1928709 - Convert tryselect cram tests to python tests, r=jmaher 2024-11-06 19:03:15 +00:00
preset.py
push.py Bug 1923647: make `--push-to-lando` the default behaviour of `mach try` r=ahochheiden,ahal,perftest-reviewers,sparky 2024-10-21 15:00:15 +00:00
task_config.py Bug 1903320 - Create a dedicated task route for pernosco, r=taskgraph-reviewers,jcristau 2024-07-10 15:01:38 +00:00
tasks.py Bug 1928709 - Convert tryselect cram tests to python tests, r=jmaher 2024-11-06 19:03:15 +00:00
try_presets.yml Bug 1911163 - Add browser/base/content/test/webextensions/ to the webextensions try preset. r=willdurand 2024-10-03 16:36:19 +00:00
watchman.json