Bug 1393865 - Add try aliases for web-platform-tests-wdspec; r?dustin draft
authorMaja Frydrychowicz <mjzffr@gmail.com>
Fri, 25 Aug 2017 15:52:07 -0400
changeset 653267 b30d85894b0770a1ea9365f7bb89bb2ffb3ee37f
parent 652924 b6b8e616de32af50c9a174006b3a7ed914130aa5
child 728302 6855f2e3fceec8d8a8b1101ecc91e6eb5057d91c
push id76287
push userbmo:mjzffr@gmail.com
push dateFri, 25 Aug 2017 19:52:41 +0000
reviewersdustin
bugs1393865
milestone57.0a1
Bug 1393865 - Add try aliases for web-platform-tests-wdspec; r?dustin This fixes the issue where "-u web-platform-tests-wdspec" scheduled nothing. Now it will schedule a e10s-enabled run of wdspec tests. MozReview-Commit-ID: AdHZqtk1hLy
taskcluster/taskgraph/try_option_syntax.py
--- a/taskcluster/taskgraph/try_option_syntax.py
+++ b/taskcluster/taskgraph/try_option_syntax.py
@@ -102,16 +102,18 @@ UNITTEST_ALIASES = {
     'reftest-stylo': alias_matches(r'^(plain-)?reftest-stylo.*$'),
     'reftest-gpu': alias_matches(r'^(plain-)?reftest-gpu.*$'),
     'robocop': alias_prefix('robocop'),
     'web-platform-test': alias_prefix('web-platform-tests'),
     'web-platform-tests': alias_prefix('web-platform-tests'),
     'web-platform-tests-e10s': alias_prefix('web-platform-tests-e10s'),
     'web-platform-tests-reftests': alias_prefix('web-platform-tests-reftests'),
     'web-platform-tests-reftests-e10s': alias_prefix('web-platform-tests-reftests-e10s'),
+    'web-platform-tests-wdspec': alias_prefix('web-platform-tests-wdspec'),
+    'web-platform-tests-wdspec-e10s': alias_prefix('web-platform-tests-wdspec-e10s'),
     'xpcshell': alias_prefix('xpcshell'),
 }
 
 # unittest platforms can be specified by substring of the "pretty name", which
 # is basically the old Buildbot builder name.  This dict has {pretty name,
 # [test_platforms]} translations, This includes only the most commonly-used
 # substrings.  It is OK to add new test platforms to various shorthands here;
 # if you add a new Linux64 test platform for instance, people will expect that