Bug 1539814 - An initial pair of try presets for SpiderMonkey r=jandem,ahal

- sm-shell: Selects shell only test cases that shouldn't require a full browser build.
- sm-all: Selects test cases that may require a full browser build.

Differential Revision: https://phabricator.services.mozilla.com/D28994

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Matthew Gaudet 2019-05-07 13:40:06 +00:00
parent 7be18f3d26
commit 69feb249f9

View File

@ -64,3 +64,24 @@ sample-suites:
# Only run a single talos + raptor suite per platform
- ^test- !1$ !2$ !3$ !4$ !5$ !6$ !7$ !8$ !9$ !0$ !raptor !talos
- ^test- 'raptor-speedometer | 'talos-g1
sm-shell:
selector: fuzzy
description: <-
Runs a set of tests aimed to give a reasonable level of confidence for
basic SpiderMonkey changes (shell only)
query:
- "'spidermonkey | 'shell-haz"
- "!shippable !android 'jittest" # macosx64 jittests
sm-all:
selector: fuzzy
description: <-
Runs a set of tests aimed to give a reasonable level of confidence for
basic SpiderMonkey changes, including those that would require a
browser build.
query:
- "'spidermonkey | 'hazard"
- "!android !asan !shippable 'xpcshell"
- "!android !asan !shippable 'jsreftest"
- "!shippable !android 'jittest" # macosx64 jittests