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:
Greg Mierzwinski 2024-01-10 16:49:34 +00:00
parent 744949ca4f
commit 4fded98c31

View File

@ -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: []},