mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1873925 - Remove tp6-bench from mach-try-perf categories. r=perftest-reviewers,aglavic DONTBUILD
This patch removes the tp6-bench from all mach-try-perf categories since it's not a test that we should be running anywhere. It's still in development. Differential Revision: https://phabricator.services.mozilla.com/D198159
This commit is contained in:
parent
744949ca4f
commit
4fded98c31
@ -275,7 +275,7 @@ class ClassificationProvider:
|
||||
return {
|
||||
"Pageload": {
|
||||
"query": {
|
||||
Suites.RAPTOR.value: ["'browsertime 'tp6"],
|
||||
Suites.RAPTOR.value: ["'browsertime 'tp6 !tp6-bench"],
|
||||
},
|
||||
"suites": [Suites.RAPTOR.value],
|
||||
"tasks": [],
|
||||
@ -312,7 +312,7 @@ class ClassificationProvider:
|
||||
},
|
||||
"Benchmarks": {
|
||||
"query": {
|
||||
Suites.RAPTOR.value: ["'browsertime 'benchmark"],
|
||||
Suites.RAPTOR.value: ["'browsertime 'benchmark !tp6-bench"],
|
||||
},
|
||||
"suites": [Suites.RAPTOR.value],
|
||||
"variant-restrictions": {Suites.RAPTOR.value: []},
|
||||
|
Loading…
Reference in New Issue
Block a user