gecko-dev/taskcluster/taskgraph/util
Edwin Takahashi 7bdb90fc43 Bug 1623462 - fix incorrect check of windows platform value in chunking.py r=ahal
Changes:

While stepping through the debugger for Bug 1608837, it was found that for `platform = windows` the conditional was always evaluating to `False` thereby loading the fallback `unix` runtimes.

Differential Revision: https://phabricator.services.mozilla.com/D67390

--HG--
extra : moz-landing-system : lando
2020-03-19 00:32:54 +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
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 1623462 - fix incorrect check of windows platform value in chunking.py r=ahal 2020-03-19 00:32:54 +00:00
declarative_artifacts.py Bug 1562642 - add missing license in taskcluster r=dustin 2019-11-11 22:16:37 +00:00
docker.py Bug 1569059 - Run 'mach bootstrap' with Python 3 r=firefox-build-system-reviewers,mshal,Callek 2020-02-07 18:12:23 +00:00
hash.py Bug 1569059 - Run 'mach bootstrap' with Python 3 r=firefox-build-system-reviewers,mshal,Callek 2020-02-07 18:12:23 +00:00
hg.py Bug 1524639: [taskgraph] Enforce unicode strings in schemas r=tomprince 2020-01-21 17:12:08 +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 1607857 Change platform field used in partials tasks r=mtabara 2020-01-09 15:37:35 +00:00
partners.py Bug 1562642 - add missing license in taskcluster r=dustin 2019-11-11 22:16:37 +00:00
perfile.py
platforms.py
python_path.py
schema.py Bug 1618622 - Use fuzzing-builds optimization strategy fuzzing builds, r=aki. 2020-03-06 01:21:35 +00:00
scriptworker.py Bug 1605275: [taskgraph] Use worker aliases for beetmover and balrog workers; r=Callek 2020-01-23 16:54:13 +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 1605275: [taskgraph] Provide a function to get all tasks from a previous set of graphs; r=Callek 2020-01-07 18:08:42 +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
verify.py Bug 1609987 - Allow checking additional paths in verify_docs. r=tomprince 2020-02-28 18:32:19 +00:00
workertypes.py Bug 1605275: [taskgraph] Use worker aliases for beetmover and balrog workers; r=Callek 2020-01-23 16:54:13 +00:00
yaml.py