Bug 1662603 - Enable m-gli on Windows. r=ahal

Disable webgl-ipc variant on .*-ccov/.* platforms.

Differential Revision: https://phabricator.services.mozilla.com/D92816
This commit is contained in:
Jeff Gilbert
2020-10-28 00:14:18 +00:00
parent f9bc544f40
commit eb6fc48a96
2 changed files with 7 additions and 5 deletions

View File

@@ -313,8 +313,8 @@ mochitest-media:
default: built-projects
variants:
by-test-platform:
.*-ccov.*/.*: []
android.*: ['socketprocess']
macosx.*64-ccov.*/.*: []
default: ['fission', 'socketprocess', 'webgl-ipc']
loopback-video: true
instance-size:
@@ -396,8 +396,8 @@ mochitest-webgl1-core:
virtualization: virtual-with-gpu
variants:
by-test-platform:
.*-ccov.*/.*: []
android.*: []
macosx.*64-ccov.*/.*: []
default: ['webgl-ipc']
e10s: true
test-manifest-loader: null # don't load tests in the taskgraph
@@ -426,8 +426,8 @@ mochitest-webgl1-ext:
virtualization: virtual-with-gpu
variants:
by-test-platform:
.*-ccov.*/.*: []
android.*: []
macosx.*64-ccov.*/.*: []
default: ['webgl-ipc']
chunks:
by-test-platform:
@@ -458,8 +458,8 @@ mochitest-webgl2-core:
virtualization: virtual-with-gpu
variants:
by-test-platform:
.*-ccov.*/.*: []
android.*: []
macosx.*64-ccov.*/.*: []
default: ['webgl-ipc']
chunks:
by-test-platform:
@@ -488,8 +488,8 @@ mochitest-webgl2-ext:
virtualization: virtual-with-gpu
variants:
by-test-platform:
.*-ccov.*/.*: []
android.*: []
macosx.*64-ccov.*/.*: []
default: ['webgl-ipc']
chunks: 4
e10s: true
@@ -513,6 +513,7 @@ mochitest-webgl2-deqp:
virtualization: virtual-with-gpu
variants:
by-test-platform:
.*-ccov.*/.*: []
android.*: []
default: ['webgl-ipc']
chunks: 4

View File

@@ -274,6 +274,7 @@ TEST_VARIANTS = {
"run-on-projects": {
"by-test-platform": {
"mac.*": ["trunk"],
"win.*": ["trunk"],
"default": [],
},
},