Bug 1466578 - do not run test-verify on ASAN builds. r=gbrown

This commit is contained in:
Joel Maher 2018-06-06 14:35:43 -04:00
parent ca7840b070
commit 81aa9c0648
2 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,7 @@ test-verify:
# do not run on ccov or jsdcov
.*-ccov/.*: []
.*-jsdcov/.*: []
.*-asan/.*: []
# do not run on beta or release: usually just confirms earlier results
default: ['trunk', 'try']
tier: 2
@ -141,6 +142,7 @@ test-verify-gpu:
# do not run on ccov or jsdcov
.*-ccov/.*: []
.*-jsdcov/.*: []
.*-asan/.*: []
# do not run on beta or release: usually just confirms earlier results
default: ['trunk', 'try']
tier: 2

View File

@ -144,6 +144,7 @@ test-verify-wpt:
# do not run on ccov or jsdcov
.*-ccov/.*: []
.*-jsdcov/.*: []
.*-asan/.*: []
# do not run on beta or release: usually just confirms earlier results
default: ['trunk', 'try']
tier: 2