gecko-dev/taskcluster/taskgraph/test
Armen Zambrano G. a97dfc7c07 Bug 1422133 - Generate runnable-jobs.json.gz file as part of the Gecko decision task run. r=dustin
The runnable jobs API on Treeherder is timing out quite frequently.
This is due that it downloads the full-task-graph.json artifact from the Gecko decision task.

This file has grown to be massive (over 30MB) and that takes too long to fetch. The API times out after 20 seconds.

The data we need from the artifact is minimal. We can generate a file with just the minimum amount of data needed.

This code change adds logic to generate a runnable-jobs.json.gz file after the full-task-graph.json artifact is generated.

MozReview-Commit-ID: 9u2H7HbUAcl

--HG--
extra : rebase_source : f450527e7dd565e29cfe2e04dc52761e77827cc0
2017-11-30 16:05:53 -05:00
..
__init__.py
automationrelevance.json
python.ini Bug 1422133 - Generate runnable-jobs.json.gz file as part of the Gecko decision task run. r=dustin 2017-11-30 16:05:53 -05:00
test_create.py
test_cron_util.py
test_decision.py
test_files_changed.py
test_generator.py Bug 1415199: Move some logic for loading taskgraph kinds from mozbuild.mach_bootstrap to taskgraph. r=dustin 2017-11-07 10:08:49 -07:00
test_graph.py
test_morph.py Bug 1414919 - [taskgraph] Create a 'rebuild' morph template, r=dustin 2017-11-07 10:22:35 -05:00
test_optimize.py
test_parameters.py
test_target_tasks.py Bug 1410513: Move ridealong build configuration to ci/config.yml; r=dustin 2017-11-02 14:34:47 -06:00
test_taskgraph.py
test_transforms_base.py
test_try_option_syntax.py Bug 1410513: Move ridealong build configuration to ci/config.yml; r=dustin 2017-11-02 14:34:47 -06:00
test_util_attributes.py
test_util_docker.py
test_util_parameterization.py
test_util_python_path.py
test_util_runnable_jobs.py Bug 1422133 - Generate runnable-jobs.json.gz file as part of the Gecko decision task run. r=dustin 2017-11-30 16:05:53 -05:00
test_util_schema.py
test_util_templates.py
test_util_time.py
test_util_treeherder.py
test_util_yaml.py