gecko-dev/taskcluster/taskgraph/util
Edwin Takahashi 4db89d4e49 Bug 1634554 - Part 3. simplify chunking of web-platform-tests suites r=ahal
Changes:
  - stop using runtime information for the chunking process of web-platform-tests
  - remove the wpt_group_translation workaround as it is no longer necessary
  - simplify chunking process to iterate and assign test paths to chunks in order

Simply assigning test paths (stand-in for manifests in other suites) is now possible because other patches in the stack now prevent the web-platform-tests harness (when an external process handles the grouping) from loading all tests in a given path.

Differential Revision: https://phabricator.services.mozilla.com/D78321
2020-06-15 19:38:39 +00:00
..
__init__.py
attributes.py Backed out 3 changesets (bug 1640278) for verify lint failure CLOSED TREE 2020-06-05 22:59:20 +03:00
bugbug.py Bug 1641283 - [taskgraph] Upload bugbug push schedules API data to an artifact rather than the log, r=marco 2020-05-29 14:39:38 +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 1634554 - Part 3. simplify chunking of web-platform-tests suites r=ahal 2020-06-15 19:38:39 +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 Bug 1641971: Allow references to decision task via task-reference/artifact-reference; r=Callek 2020-06-03 02:43:34 +00:00
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
schema.py Bug 1641131 - [taskgraph] Fix the 'push-interval-*' schema to not require an argument, r=jmaher 2020-06-05 15:38:24 +00:00
scriptworker.py Bug 1635525 - fix broken nazgul links and deps. r=rail 2020-06-10 14:17:02 +00:00
signed_artifacts.py Bug 1562412 - build-signing multi_dep. r=Callek 2020-02-25 03:31:29 +00:00
taskcluster.py No bug: Don't use proxy for accessing taskcluster index; r=Callek 2020-05-29 21:37:46 +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 Backed out 3 changesets (bug 1640278) for verify lint failure CLOSED TREE 2020-06-05 22:59:20 +03: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