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:
Geoff Brown 2018-01-24 13:59:43 -07:00
parent 2d91a596e6
commit 84ebbf0452
2 changed files with 4 additions and 2 deletions

View File

@ -70,7 +70,8 @@ test-verify:
by-test-platform: by-test-platform:
# do not run on ccov; see also the enable_code_coverage transform # do not run on ccov; see also the enable_code_coverage transform
linux64-ccov/.*: [] linux64-ccov/.*: []
default: built-projects # do not run on beta or release: usually just confirms earlier results
default: ['trunk', 'try']
tier: tier:
by-test-platform: by-test-platform:
windows10-64-asan.*: 3 windows10-64-asan.*: 3

View File

@ -137,7 +137,8 @@ test-verify-wpt:
by-test-platform: by-test-platform:
# do not run on ccov; see also the enable_code_coverage transform # do not run on ccov; see also the enable_code_coverage transform
linux64-ccov/.*: [] linux64-ccov/.*: []
default: built-projects # do not run on beta or release: usually just confirms earlier results
default: ['trunk', 'try']
tier: tier:
by-test-platform: by-test-platform:
windows10-64-asan.*: 3 windows10-64-asan.*: 3