Bug 1585726 - Run mozlint on macosx64 and win64 too; r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D82200
This commit is contained in:
Geoff Brown 2020-07-03 16:07:33 +00:00
Родитель 3bc44b4a60
Коммит e17ca5f1b5
2 изменённых файлов: 10 добавлений и 2 удалений

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

@ -190,7 +190,16 @@ mozlint:
subsuite: mozlint
fetches:
toolchain:
- linux64-clang-tidy
by-platform:
linux1804-64/opt:
- linux64-clang-tidy
- linux64-node
macosx1014-64/opt:
- macosx64-clang-tidy
- macosx64-node
windows10-64/opt:
- win64-clang-tidy
- win64-node
when:
files-changed:
- 'python/mozlint/**'

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

@ -3,7 +3,6 @@ subsuite = mozlint
skip-if = python == 2
[test_eslint.py]
skip-if = os == "win" || os == "mac" # node not installed on worker
[test_flake8.py]
requirements = tools/lint/python/flake8_requirements.txt
skip-if = os == "mac" # pip unable to find 'flake8==3.5.0'