Bug 1657192 - Add a 'tests_grouped' tag to tasks for suites that are chunked in the taskgraph. r=ahal DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D85908
This commit is contained in:
Marco Castelluccio 2020-08-05 14:27:31 +00:00
Родитель 186ad0d7c3
Коммит eea7750416
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1449,6 +1449,10 @@ def set_test_manifests(config, tasks):
yield task
continue
# Set 'tests_grouped' to "1", so we can differentiate between suites that are
# chunked at the test runtime and those that are chunked in the taskgraph.
task.setdefault("tags", {})["tests_grouped"] = "1"
if taskgraph.fast:
# We want to avoid evaluating manifests when taskgraph.fast is set. But
# manifests are required for dynamic chunking. Just set the number of