Bug 1521752 - Run other DevTools jest tests on try;r=jlast,ahal

Depends on D24145.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2019-03-26 17:20:48 +00:00
Родитель 344ba632d2
Коммит 051a5b258f
1 изменённых файлов: 24 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,30 @@ debugger-tests:
files-changed:
- 'devtools/client/debugger/new/**'
devtools-tests:
description: devtools node-based tests (for instance jest)
platform: linux64/opt
treeherder:
symbol: node(devtools)
kind: test
tier: 1
worker-type: aws-provisioner-v1/gecko-t-linux-xlarge
worker:
docker-image: {in-tree: "lint"}
max-run-time: 1800
run:
using: run-task
cache-dotcache: true
command: >
cd /builds/worker/checkouts/gecko/ &&
npm install &&
cd /builds/worker/checkouts/gecko/devtools/client/framework/test/jest &&
yarn &&
yarn test
when:
files-changed:
- 'devtools/client/framework/components/**'
eslint-plugin-mozilla:
description: eslint-plugin-mozilla integration tests
platform: linux64/opt