gecko-dev/taskcluster/taskgraph/util
Andrew Halberstadt 5ad7af589e Bug 1633866 - [taskgraph] Refactor logic around manifest chunking, r=egao
This sets things up to be a little bit easier and cleaner to modify going
forward. The taskgraph before/after this change is identical.

Differential Revision: https://phabricator.services.mozilla.com/D74452
2020-05-21 15:58:24 +00:00
..
__init__.py
attributes.py Bug 1614998 - Allow copy attributes in taskgraph to have a denylist. r=aki 2020-02-12 22:39:53 +00:00
bugbug.py Bug 1635444 - Bump timeout when querying bugbug service, r=marco 2020-05-05 14:33:56 +00:00
cached_tasks.py Bug 1569059 - Run 'mach bootstrap' with Python 3 r=firefox-build-system-reviewers,mshal,Callek 2020-02-07 18:12:23 +00:00
chunking.py Bug 1633866 - [taskgraph] Refactor logic around manifest chunking, r=egao 2020-05-21 15:58:24 +00:00
declarative_artifacts.py Followup to Bug 1623355 - Part 1, specifically fix typo in 'nightly'. CLOSED TREE 2020-05-21 18:07:22 +00:00
docker.py Bug 1632429: Improve py3-compatiblity of taskgraph; r=tomprince,ahal 2020-05-07 04:47:17 +00:00
hash.py Bug 1636797 - Don't include .pyc, .pyd, or .pyo files in hash in taskgraph r=tomprince,glandium 2020-05-14 00:15:40 +00:00
hg.py No bug: Don't get full changesets when getting pushlog info; r=aki 2020-04-10 22:19:03 +00:00
keyed_by.py Bug 1569059 - Run 'mach bootstrap' with Python 3 r=firefox-build-system-reviewers,mshal,Callek 2020-02-07 18:12:23 +00:00
parameterization.py
partials.py Bug 1617481 - Remove most of nightly attribute from taskcluster/taskgraph. r=aki 2020-05-21 16:31:04 +00:00
partners.py Bug 1562642 - add missing license in taskcluster r=dustin 2019-11-11 22:16:37 +00:00
perfile.py Bug 1610886 - Make it easier to run test-verify on try; r=bc 2020-03-25 19:32:42 +00:00
platforms.py
python_path.py Bug 1568277 - [taskgraph] Move 'taskgraph.transforms.job.import_all' to a utility function r=tomprince 2019-08-16 14:25:40 +00:00
schema.py Bug 1637383 - [taskgraph.optimize] Simply run fuzzing builds every 10th push on autoland, r=jmaher 2020-05-19 19:29:28 +00:00
scriptworker.py Bug 1617481 - Remove most of nightly attribute from taskcluster/taskgraph. r=aki 2020-05-21 16:31:04 +00:00
signed_artifacts.py Bug 1562412 - build-signing multi_dep. r=Callek 2020-02-25 03:31:29 +00:00
taskcluster.py Bug 1603459 - [taskgraph] Add an optimizer that queries the bugbug /push/schedules endpoint, r=tomprince 2020-03-13 20:30:34 +00:00
taskgraph.py Bug 1626795: Use revision rather than push-id to look up existing tasks; r=aki 2020-04-10 22:29:39 +00:00
templates.py Bug 1569059 - Run 'mach bootstrap' with Python 3 r=firefox-build-system-reviewers,mshal,Callek 2020-02-07 18:12:23 +00:00
time.py
treeherder.py Bug 1632429: Improve py3-compatiblity of taskgraph; r=tomprince,ahal 2020-05-07 04:47:17 +00:00
verify.py Bug 1617481 - Remove most of nightly attribute from taskcluster/taskgraph. r=aki 2020-05-21 16:31:04 +00:00
workertypes.py Bug 1623081 - Remove unused Fennec-only android release/nightly tasks. r=jlorenzo 2020-05-18 14:37:12 +00:00
yaml.py