gecko-dev/tools/tryselect
Mike Hommey bfae686c4d Bug 1905191 - Make get_hg_file return a str rather than bytes. r=releng-reviewers,hneiva
Before bug 1500188, push_to_try would normalize the file contents given
in `files_to_change`, but that doesn't happen anymore. While the new API
could be relaxed to alloy `bytes` in, `try scriptworker` is the only
script currently feeding `bytes` into `files_to_change`, and doesn't
actually require the contents to be `bytes`, as the files it pulls in
the first place are text.

Differential Revision: https://phabricator.services.mozilla.com/D215160
2024-06-27 22:43:36 +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 1905191 - Make get_hg_file return a str rather than bytes. r=releng-reviewers,hneiva 2024-06-27 22:43:36 +00:00
test 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
util
__init__.py
cli.py
lando.py Bug 1500188 - Change the API to create a try commit. r=releng-reviewers,sheehan,ahal 2024-06-24 23:07:29 +00:00
mach_commands.py 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
preset.py
push.py Bug 1500188 - Change the API to create a try commit. r=releng-reviewers,sheehan,ahal 2024-06-24 23:07:29 +00:00
task_config.py Bug 1904817 - Allow test selection --tag to support multiple tags. r=ahal,taskgraph-reviewers 2024-06-27 18:15:43 +00:00
tasks.py 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
try_presets.yml Bug 1900887 - Remove Windows 7 from the desktop-frontend Try preset and include 32-bit jobs. r=Gijs DONTBUILD 2024-06-05 23:14:23 +00:00
watchman.json