gecko-dev/taskcluster/ci/source-test/mocha.yml
Mark Banner 68fc105e54 Bug 1434396 - Promote eslint-plugin-mozilla (epm) tests to be tier 1. r=ahal
MozReview-Commit-ID: GqPUWEIodKz

--HG--
extra : rebase_source : 1c85d6c9c9542fcc284c0344fadcfab8606b59c8
2018-01-31 17:08:09 +00:00

22 lines
683 B
YAML

eslint-plugin-mozilla:
description: eslint-plugin-mozilla integration tests
platform: linux64/opt
treeherder:
symbol: mocha(epm)
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/tools/lint/eslint/eslint-plugin-mozilla &&
cp -r /build/node_modules_eslint-plugin-mozilla node_modules &&
npm run test
when:
files-changed:
- 'tools/lint/eslint/eslint-plugin-mozilla/**'