Bug 1802567 - Increase task selection limit in mach try perf to 600. r=perftest-reviewers,kshampur DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D186047
This commit is contained in:
Greg Mierzwinski 2023-08-11 21:18:49 +00:00
parent 28b2a633a2
commit 7fbc7b5648

View File

@ -47,7 +47,7 @@ TREEHERDER_TRY_BASE_URL = "https://treeherder.mozilla.org/jobs?repo=try&revision
# Prevent users from running more than 300 tests at once. It's possible, but
# it's more likely that a query is broken and is selecting far too much.
MAX_PERF_TASKS = 300
MAX_PERF_TASKS = 600
# Name of the base category with no variants applied to it
BASE_CATEGORY_NAME = "base"