зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1577013 - turn off reftest-gpu jobs as they are not testing what they intend to and are being deprecated in the short term. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D112091
This commit is contained in:
Родитель
e8085e7ecb
Коммит
ff43e8acc0
|
@ -222,26 +222,6 @@ reftest-qr:
|
|||
default: virtual
|
||||
|
||||
|
||||
reftest-gpu:
|
||||
description: "Reftest GPU run"
|
||||
treeherder-symbol: R(Rg)
|
||||
chunks:
|
||||
by-test-platform:
|
||||
windows.*/opt: 2
|
||||
default: 4
|
||||
run-on-projects:
|
||||
by-variant:
|
||||
fission: []
|
||||
default:
|
||||
by-test-platform:
|
||||
windows10-64.*: []
|
||||
default: built-projects
|
||||
instance-size: default
|
||||
virtualization: virtual-with-gpu
|
||||
max-run-time: 3600
|
||||
mozharness:
|
||||
chunked: true
|
||||
|
||||
reftest-no-accel:
|
||||
description: "Reftest not accelerated run"
|
||||
treeherder-symbol: R(Ru)
|
||||
|
|
|
@ -159,19 +159,16 @@ linux1804-64-ccov/opt:
|
|||
windows7-32/debug:
|
||||
build-platform: win32/debug
|
||||
test-sets:
|
||||
- windows-reftest-gpu
|
||||
- windows-7-tests
|
||||
|
||||
windows7-32/opt:
|
||||
build-platform: win32/opt
|
||||
test-sets:
|
||||
- windows-reftest-gpu
|
||||
- windows-7-tests
|
||||
|
||||
windows7-32-shippable/opt:
|
||||
build-platform: win32-shippable/opt
|
||||
test-sets:
|
||||
- windows-reftest-gpu
|
||||
- windows-7-tests
|
||||
|
||||
# win7 qr builds for try purposes
|
||||
|
@ -239,7 +236,6 @@ windows10-64-ccov-qr/opt:
|
|||
build-platform: win64-ccov/opt
|
||||
test-sets:
|
||||
- desktop-screenshot-capture
|
||||
- windows-reftest-gpu
|
||||
- windows-tests
|
||||
- windows-ccov-tests
|
||||
- windows10-tests
|
||||
|
|
|
@ -311,9 +311,6 @@ windows32-qr-tests:
|
|||
- mochitest-plain-gpu
|
||||
- test-verify
|
||||
|
||||
windows-reftest-gpu:
|
||||
- reftest-gpu
|
||||
|
||||
windows-7-tests:
|
||||
- cppunit
|
||||
- gtest
|
||||
|
|
|
@ -92,7 +92,6 @@ UNITTEST_ALIASES = {
|
|||
"reftest-no-accel": alias_matches(r"^(plain-)?reftest-no-accel.*$"),
|
||||
"reftests": alias_matches(r"^(plain-)?reftest.*$"),
|
||||
"reftests-e10s": alias_matches(r"^(plain-)?reftest-e10s.*$"),
|
||||
"reftest-gpu": alias_matches(r"^(plain-)?reftest-gpu.*$"),
|
||||
"robocop": alias_prefix("robocop"),
|
||||
"web-platform-test": alias_prefix("web-platform-tests"),
|
||||
"web-platform-tests": alias_prefix("web-platform-tests"),
|
||||
|
|
|
@ -188,14 +188,6 @@ config = {
|
|||
"options": ["--suite=reftest", "--topsrcdir=tests/reftest/tests"],
|
||||
"tests": ["tests/reftest/tests/layout/reftests/reftest.list"],
|
||||
},
|
||||
"reftest-gpu": {
|
||||
"options": [
|
||||
"--suite=reftest",
|
||||
"--setpref=layers.gpu-process.force-enabled=true",
|
||||
"--topsrcdir=tests/reftest/tests",
|
||||
],
|
||||
"tests": ["tests/reftest/tests/layout/reftests/reftest.list"],
|
||||
},
|
||||
"reftest-no-accel": {
|
||||
"options": [
|
||||
"--suite=reftest",
|
||||
|
|
|
@ -45,7 +45,6 @@ MOZHARNESS_SCRIPTS = {
|
|||
"jittest2",
|
||||
"jsreftest",
|
||||
"mochitest-valgrind-plain",
|
||||
"reftest-gpu",
|
||||
"reftest-no-accel",
|
||||
],
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче