diff --git a/taskcluster/ci/test/misc.yml b/taskcluster/ci/test/misc.yml index eedcfb5f41ee..7e1369bb4ea8 100644 --- a/taskcluster/ci/test/misc.yml +++ b/taskcluster/ci/test/misc.yml @@ -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: diff --git a/taskcluster/ci/test/web-platform.yml b/taskcluster/ci/test/web-platform.yml index 097199cf9cd4..1be0260f7044 100644 --- a/taskcluster/ci/test/web-platform.yml +++ b/taskcluster/ci/test/web-platform.yml @@ -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: