Skip to content

Commit

Permalink
Bug 1713232 - Don't run tests for isolated process builds on autoland…
Browse files Browse the repository at this point in the history
… r=aryx

Differential Revision: https://phabricator.services.mozilla.com/D116492
  • Loading branch information
owlishDeveloper committed Jun 1, 2021
1 parent ab46934 commit 2afeb78
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions taskcluster/ci/test/mochitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ mochitest-plain:
default:
by-test-platform:
.*-tsan/opt: ['trunk']
android-em-7.0-x86_64/debug-isolated-process: []
default: built-projects
chunks:
by-test-platform:
Expand Down Expand Up @@ -337,6 +338,7 @@ mochitest-plain-gpu:
default:
by-test-platform:
.*-tsan/opt: ['trunk']
android-em-7.0-x86_64/debug-isolated-process: []
default: built-projects
virtualization:
by-test-platform:
Expand Down Expand Up @@ -434,6 +436,7 @@ mochitest-media:
.*-tsan/opt: ['trunk']
android-hw-.*(?<!-shippable)(-qr)?/opt: ['autoland']
android-hw-.*-api-16(-qr)?/(?:debug)?: ['trunk', 'mozilla-beta', 'mozilla-release']
android-em-7.0-x86_64/debug-isolated-process: []
android-hw-.*-api-16-shippable(-qr)?/opt: ['trunk', 'mozilla-beta', 'mozilla-release']
windows10-aarch64/.*: ['mozilla-central', 'mozilla-beta', 'mozilla-release']
default: built-projects
Expand Down
2 changes: 2 additions & 0 deletions taskcluster/ci/test/reftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ crashtest:
default:
by-test-platform:
windows10-aarch64/.*: ['mozilla-central', 'mozilla-beta', 'mozilla-release']
android-em-7.0-x86_64/debug-isolated-process: []
default: built-projects
max-run-time: 3600
tier:
Expand Down Expand Up @@ -181,6 +182,7 @@ reftest:
default:
by-test-platform:
windows10-aarch64/.*: ['mozilla-central', 'mozilla-beta', 'mozilla-release']
android-em-7.0-x86_64/debug-isolated-process: []
default: built-projects
max-run-time:
by-test-platform:
Expand Down
2 changes: 2 additions & 0 deletions taskcluster/ci/test/web-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ web-platform-tests:
linux.*-qr/.*: ['release'] # skip on integration branches due to high load
windows.*-qr/.*: ['release'] # skip on integration branches due to high load
.*-tsan/opt: ['trunk']
android-em-7.0-x86_64/debug-isolated-process: []
default: built-projects
mozharness:
chunked: true
Expand Down Expand Up @@ -174,6 +175,7 @@ web-platform-tests-reftest:
default:
by-test-platform:
.*-tsan/opt: ['trunk']
android-em-7.0-x86_64/debug-isolated-process: []
default: built-projects
tier:
by-variant:
Expand Down
1 change: 1 addition & 0 deletions taskcluster/ci/test/xpcshell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ xpcshell:
default:
by-test-platform:
.*-tsan/opt: ['trunk']
android-em-7.0-x86_64/debug-isolated-process: []
windows10-64-asan/opt: [] # No XPCShell on ASAN yet
default: built-projects
chunks:
Expand Down

0 comments on commit 2afeb78

Please sign in to comment.