зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1432872 - Stop running test-verify on beta and release; r=ryanvm
test-verify failures on merges are low-value: They usually just repeat/confirm the test results from the origin branch.
This commit is contained in:
Родитель
2d91a596e6
Коммит
84ebbf0452
|
@ -70,7 +70,8 @@ test-verify:
|
|||
by-test-platform:
|
||||
# do not run on ccov; see also the enable_code_coverage transform
|
||||
linux64-ccov/.*: []
|
||||
default: built-projects
|
||||
# do not run on beta or release: usually just confirms earlier results
|
||||
default: ['trunk', 'try']
|
||||
tier:
|
||||
by-test-platform:
|
||||
windows10-64-asan.*: 3
|
||||
|
|
|
@ -137,7 +137,8 @@ test-verify-wpt:
|
|||
by-test-platform:
|
||||
# do not run on ccov; see also the enable_code_coverage transform
|
||||
linux64-ccov/.*: []
|
||||
default: built-projects
|
||||
# do not run on beta or release: usually just confirms earlier results
|
||||
default: ['trunk', 'try']
|
||||
tier:
|
||||
by-test-platform:
|
||||
windows10-64-asan.*: 3
|
||||
|
|
Загрузка…
Ссылка в новой задаче