Bug 1466077 - Don't schedule test-verify on any ccov build. r=jmaher

This commit is contained in:
Marco Castelluccio
2018-06-01 12:15:03 +02:00
parent f078244dbc
commit 82e80cb75f
2 changed files with 5 additions and 10 deletions
+3 -6
View File
@@ -99,8 +99,7 @@ test-verify:
run-on-projects:
by-test-platform:
# do not run on ccov; see also the enable_code_coverage transform
linux64-ccov/.*: []
windows10-64-ccov/debug: []
.*-ccov/.*: []
# do not run on beta or release: usually just confirms earlier results
default: ['trunk', 'try']
tier:
@@ -142,8 +141,7 @@ test-verify-gpu:
run-on-projects:
by-test-platform:
# do not run on ccov; see also the enable_code_coverage transform
linux64-ccov/.*: []
windows10-64-ccov/debug: []
.*-ccov/.*: []
# do not run on beta or release: usually just confirms earlier results
default: ['trunk', 'try']
tier:
@@ -182,8 +180,7 @@ test-coverage:
run-on-projects:
by-test-platform:
# only run on mozilla-central and try.
linux64-ccov/.*: ['mozilla-central', 'try']
windows10-64-ccov/debug: ['mozilla-central', 'try']
.*-ccov/.*: ['mozilla-central', 'try']
default: []
tier:
by-test-platform:
+2 -4
View File
@@ -142,8 +142,7 @@ test-verify-wpt:
run-on-projects:
by-test-platform:
# do not run on ccov; see also the enable_code_coverage transform
linux64-ccov/.*: []
windows10-64-ccov/debug: []
.*-ccov/.*: []
# do not run on beta or release: usually just confirms earlier results
default: ['trunk', 'try']
tier:
@@ -162,8 +161,7 @@ test-coverage-wpt:
run-on-projects:
by-test-platform:
# only run on mozilla-central and try.
linux64-ccov/.*: ['mozilla-central', 'try']
windows10-64-ccov/debug: ['mozilla-central', 'try']
.*-ccov/.*: ['mozilla-central', 'try']
default: []
tier:
by-test-platform: