Bug 1718274 - don't run GTest on Windows Shippable. r=jmaher DONTBUILD

The rules to not run GTest for Windows Shippable didn't get updated when the
platform name got the '-qr' suffix in bug 1715515 and the gtest test bundle was
missing. The generation of the GTest bundle takes too long with Windows pgo
(see bug 1200311), hence it's kept disabled on these platforms.

Differential Revision: https://phabricator.services.mozilla.com/D120343
This commit is contained in:
Sebastian Hengst 2021-07-20 16:30:35 +00:00
parent be05f05157
commit 5e64e39ac3

View File

@ -51,8 +51,8 @@ gtest:
instance-size: xlarge
run-on-projects:
by-test-platform:
windows.*-shippable/.*: [] # permafails on shippable
windows.*-nightly/.*: [] # permafails on nightly too
windows.*-shippable-qr/.*: [] # permafails on shippable
windows.*-nightly-qr/.*: [] # permafails on nightly too
.*-devedition/.*: [] # don't run on devedition
linux1804-32-qr/debug: ['mozilla-central'] # try and m-c
linux1804-32-qr/opt: [] # try only, shippable on m-c