mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Bug 1466578 - do not run test-verify on ASAN builds. r=gbrown
This commit is contained in:
parent
ca7840b070
commit
81aa9c0648
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user