diff --git a/tools/tryselect/selectors/perfselector/classification.py b/tools/tryselect/selectors/perfselector/classification.py index 1aaf4732ba6c..2cf0d270cbd4 100644 --- a/tools/tryselect/selectors/perfselector/classification.py +++ b/tools/tryselect/selectors/perfselector/classification.py @@ -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: { diff --git a/tools/tryselect/test/test_perf.py b/tools/tryselect/test/test_perf.py index 2b17b25c4409..02b9622990d4 100644 --- a/tools/tryselect/test/test_perf.py +++ b/tools/tryselect/test/test_perf.py @@ -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", ],