зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1692890
- Disable talos-webgl-profiling-gli tests on windows. r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D105219
This commit is contained in:
Родитель
3963c2761d
Коммит
a2ac1a082e
|
@ -587,7 +587,7 @@ talos-webgl-profiling:
|
|||
.*-ccov.*/.*: []
|
||||
android.*: []
|
||||
windows7-32.*: []
|
||||
default: ['webgl-ipc']
|
||||
default: ['webgl-ipc-profiling']
|
||||
max-run-time: 1800
|
||||
mozharness:
|
||||
extra-options:
|
||||
|
|
|
@ -327,6 +327,18 @@ TEST_VARIANTS = {
|
|||
},
|
||||
},
|
||||
},
|
||||
"webgl-ipc-profiling": {
|
||||
# TODO: After 2021-02-01, verify this variant is still needed.
|
||||
"description": "{description} with WebGL IPC process enabled",
|
||||
"suffix": "gli",
|
||||
"merge": {
|
||||
"mozharness": {
|
||||
"extra-options": [
|
||||
"--setpref=webgl.out-of-process=true",
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче