mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1911853 - Remove win 10 from try perf selector. r=perftest-reviewers,sparky
This patch prevents users from selecting tests available on Win 10. It is temporarily enabled (Bug 1906951) for running sp3, but we only want that to run in CI for data and not for users to run it. Differential Revision: https://phabricator.services.mozilla.com/D218670
This commit is contained in:
parent
9eee5e0a82
commit
b187bfcccc
@ -229,7 +229,7 @@ class ClassificationProvider:
|
||||
"platform": Platforms.ANDROID.value,
|
||||
},
|
||||
Platforms.WINDOWS.value: {
|
||||
"query": "!-32 'windows 'shippable",
|
||||
"query": "!-32 !10-64 'windows 'shippable",
|
||||
"platform": Platforms.DESKTOP.value,
|
||||
},
|
||||
Platforms.LINUX.value: {
|
||||
|
@ -546,7 +546,7 @@ def category_reset():
|
||||
"Benchmarks windows firefox": {
|
||||
"raptor": [
|
||||
"'browsertime 'benchmark",
|
||||
"!-32 'windows 'shippable",
|
||||
"!-32 !10-64 'windows 'shippable",
|
||||
"!chrom !geckoview !fenix !safari !m-car !safari-tp",
|
||||
"!bytecode",
|
||||
"!live",
|
||||
@ -756,7 +756,7 @@ def category_reset():
|
||||
"Responsiveness windows firefox": {
|
||||
"raptor": [
|
||||
"'browsertime 'responsive",
|
||||
"!-32 'windows 'shippable",
|
||||
"!-32 !10-64 'windows 'shippable",
|
||||
"!chrom !geckoview !fenix !safari !m-car !safari-tp",
|
||||
"!bytecode",
|
||||
"!live",
|
||||
@ -778,7 +778,7 @@ def category_reset():
|
||||
"Responsiveness windows firefox": {
|
||||
"raptor": [
|
||||
"'browsertime 'responsive",
|
||||
"!-32 'windows 'shippable",
|
||||
"!-32 !10-64 'windows 'shippable",
|
||||
"!chrom !geckoview !fenix !safari !m-car !safari-tp",
|
||||
"!bytecode",
|
||||
"!profil",
|
||||
@ -787,7 +787,7 @@ def category_reset():
|
||||
"Pageload windows live-sites": {
|
||||
"raptor": [
|
||||
"'browsertime 'tp6",
|
||||
"!-32 'windows 'shippable",
|
||||
"!-32 !10-64 'windows 'shippable",
|
||||
"'live",
|
||||
"!bytecode",
|
||||
"!profil",
|
||||
@ -800,7 +800,7 @@ def category_reset():
|
||||
"Graphics, & Media Playback windows": {
|
||||
"raptor": [
|
||||
"'browsertime 'youtube-playback",
|
||||
"!-32 'windows 'shippable",
|
||||
"!-32 !10-64 'windows 'shippable",
|
||||
"!bytecode",
|
||||
"!profil",
|
||||
"!chrom",
|
||||
@ -810,7 +810,7 @@ def category_reset():
|
||||
],
|
||||
"talos": [
|
||||
"'talos 'svgr | 'bcv | 'webgl",
|
||||
"!-32 'windows 'shippable",
|
||||
"!-32 !10-64 'windows 'shippable",
|
||||
"!profil",
|
||||
"!swr",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user