зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1585726 - Run mozlint on macosx64 and win64 too; r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D82200
This commit is contained in:
Родитель
3bc44b4a60
Коммит
e17ca5f1b5
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче