mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
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:
parent
28b2a633a2
commit
7fbc7b5648
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user