Bug 1801283 - Fix eslint-build tester running from cron, and make sure it doesn't run at other times. r=releng-reviewers,ahal

Differential Revision: https://phabricator.services.mozilla.com/D162385
This commit is contained in:
Mark Banner
2022-11-23 23:21:46 +00:00
parent 3b4b753a88
commit 1efad74dfb
3 changed files with 78 additions and 7 deletions

View File

@@ -1398,5 +1398,5 @@ def target_tasks_eslint_build(full_task_graph, parameters, graph_config):
for name, task in full_task_graph.tasks.items():
if task.kind != "source-test":
continue
if name == "eslint-build":
if "eslint-build" in name:
yield name