gecko-dev/tools/tryselect
Andrew Halberstadt 82e328843f Bug 1717427 - [tryselect] Use 'raise_for_status' when downloading estimates data, r=mhentges
These requests had except blocks to catch all requests exceptions. But because
we weren't calling 'raise_for_status', exceptions were never raised, resulting
in bizarre error tracebacks later on.

Depends on D118356

Differential Revision: https://phabricator.services.mozilla.com/D118357
2021-06-22 20:54:19 +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 1717691 - [tryselect] Ensure we re-compute the cache key for target_task_set after '--full', r=mhentges 2021-06-22 20:53:08 +00:00
util Bug 1717427 - [tryselect] Use 'raise_for_status' when downloading estimates data, r=mhentges 2021-06-22 20:54:19 +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 1717427 - [tryselect] Don't allow 'display_estimates' to fail the whole |mach try| run, r=mhentges 2021-06-22 20:54:19 +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 1717691 - [tryselect] Ensure we re-compute the cache key for target_task_set after '--full', r=mhentges 2021-06-22 20:53:08 +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