зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7be18f3d26
Коммит
69feb249f9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче