Skip to content

Commit

Permalink
Bug 1617684 - Run existing fission web-platform tests as tier 1; r=jm…
Browse files Browse the repository at this point in the history
…aher

For all fission web-platform tests currently running on mozilla-central as tier 2,
promote to tier 1 and run on all trunk trees.

Differential Revision: https://phabricator.services.mozilla.com/D85512
  • Loading branch information
gbrownmozilla committed Aug 4, 2020
1 parent ece2db2 commit 949f30c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 8 additions & 3 deletions taskcluster/ci/test/web-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ job-defaults:
fission-run-on-projects:
by-test-platform:
linux.*64-qr/debug: ['trunk']
linux.*64-shippable-qr/opt: ['mozilla-central']
windows10-64-shippable-qr/opt: ['mozilla-central']
linux.*64(-shippable)?-qr/opt: ['trunk']
windows10-64(-shippable)?-qr/opt: ['trunk']
default: []
fission-tier: 2
fission-tier:
by-test-platform:
linux.*64-qr/debug: 1
linux.*64(-shippable)?-qr/opt: 1
windows10-64(-shippable)?-qr/opt: 1
default: 2
mozharness:
script: web_platform_tests.py
config:
Expand Down
1 change: 0 additions & 1 deletion taskcluster/taskgraph/target_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
# Linux tasks
r'linux-', # hide all linux32 tasks by default - bug 1599197
r'linux1804-32', # hide linux32 tests - bug 1599197
r'linux.*web-platform-tests.*-fis-', # hide wpt linux fission tests - bug 1610879
# Test tasks
r'web-platform-tests.*backlog', # hide wpt jobs that are not implemented yet - bug 1572820
r'-ccov/',
Expand Down

0 comments on commit 949f30c

Please sign in to comment.