mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
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:
parent
be05f05157
commit
5e64e39ac3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user