Bug 1751485 - s/fission-webgl-ipc/webgl-ipc+fission/ and remove e10s versions of webgl tests. r=releng-reviewers,gbrown

Differential Revision: https://phabricator.services.mozilla.com/D137230
This commit is contained in:
Joel Maher 2022-01-28 19:08:31 +00:00
Родитель b08c5706ad
Коммит b42e4e313b
2 изменённых файлов: 19 добавлений и 33 удалений

Просмотреть файл

@ -819,9 +819,9 @@ mochitest-webgl1-core:
variants:
- dynamic-first-party-isolation+fission
- fission
- fission-webgl-ipc
- wayland
- webgl-ipc
- webgl-ipc+fission
- webrender-sw
- webrender-sw+fission
run-on-projects:
@ -835,7 +835,7 @@ mochitest-webgl1-core:
.*-tsan-qr/opt: ['trunk']
android.*: []
default: built-projects
fission-webgl-ipc:
webgl-ipc+fission:
by-test-platform:
.*-ccov.*: []
linux.*-64.*: ["trunk"]
@ -865,9 +865,9 @@ mochitest-webgl1-core:
by-test-platform:
android-hw-.*(?<!-shippable)(-qr)?/opt: ['mozilla-central', 'mozilla-beta', 'mozilla-release']
android-hw.*aarch.*-shippable-qr/opt: ['mozilla-central']
.*-tsan-qr/opt: []
.*ccov.*: []
android.*: built-projects
android-hw.*aarch.*-qr/debug: ['mozilla-central']
linux.*: ['trunk']
default: []
linux.*: ['trunk']
default: []
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
@ -892,7 +892,7 @@ mochitest-webgl1-ext:
variants:
- dynamic-first-party-isolation+fission
- fission
- fission-webgl-ipc
- webgl-ipc+fission
- wayland
- webgl-ipc
- webrender-sw
@ -908,7 +908,7 @@ mochitest-webgl1-ext:
.*-tsan-qr/opt: ['trunk']
android.*: []
default: built-projects
fission-webgl-ipc:
webgl-ipc+fission:
by-test-platform:
.*-ccov.*: []
linux.*-64.*: built-projects
@ -939,9 +939,9 @@ mochitest-webgl1-ext:
by-test-platform:
android-hw-.*(?<!-shippable)(-qr)?/opt: ['mozilla-central', 'mozilla-beta', 'mozilla-release']
android-hw.*aarch.*-shippable-qr/opt: ['mozilla-central']
.*-tsan-qr/opt: []
.*ccov.*: []
android.*: built-projects
android-hw.*aarch.*-qr/debug: ['mozilla-central']
linux.*: ['trunk']
default: []
linux.*: ['trunk']
default: []
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
@ -967,7 +967,7 @@ mochitest-webgl2-core:
variants:
- dynamic-first-party-isolation+fission
- fission
- fission-webgl-ipc
- webgl-ipc+fission
- wayland
- webgl-ipc
- webrender-sw
@ -983,7 +983,7 @@ mochitest-webgl2-core:
.*-tsan-qr/opt: ['trunk']
android.*: []
default: built-projects
fission-webgl-ipc:
webgl-ipc+fission:
by-test-platform:
.*-ccov.*/.*: []
android.*: []
@ -1014,9 +1014,9 @@ mochitest-webgl2-core:
by-test-platform:
android-hw-.*(?<!-shippable)(-qr)?/opt: ['mozilla-central', 'mozilla-beta', 'mozilla-release']
android-hw.*aarch.*-shippable-qr/opt: ['mozilla-central']
.*-tsan-qr/opt: []
.*ccov.*: []
android.*: built-projects
android-hw.*aarch.*-qr/debug: ['mozilla-central']
linux.*: ['trunk']
default: []
linux.*: ['trunk']
default: []
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
@ -1033,7 +1033,7 @@ mochitest-webgl2-ext:
variants:
- dynamic-first-party-isolation+fission
- fission
- fission-webgl-ipc
- webgl-ipc+fission
- webgl-ipc
- webrender-sw
- webrender-sw+fission
@ -1048,7 +1048,7 @@ mochitest-webgl2-ext:
by-test-platform:
android.*: []
default: built-projects
fission-webgl-ipc:
webgl-ipc+fission:
by-test-platform:
.*ccov.*/.*: []
linux.*-64.*: ["trunk"]
@ -1076,9 +1076,9 @@ mochitest-webgl2-ext:
default: []
default:
by-test-platform:
.*-tsan-qr/opt: []
.*ccov.*: []
linux.*: ['trunk']
android.*: built-projects
default: []
linux.*: ['trunk']
default: []
chunks: 4

Просмотреть файл

@ -102,20 +102,6 @@ fission-webrender-sw:
- "--setpref=gfx.webrender.software=true"
- "--setpref=fission.autostart=true"
# TODO: After 2022-01-01, verify this variant is still needed.
fission-webgl-ipc:
description: "{description} with fission and WebGL IPC process enabled"
contact: jgilbert
suffix: "fis-gli"
replace:
e10s: true
merge:
mozharness:
extra-options:
- "--setpref=fission.autostart=true"
- "--setpref=dom.serviceWorkers.parent_intercept=true"
- "--setpref=webgl.out-of-process=true"
socketprocess:
description: "{description} with socket process enabled"
contact: kershaw