From e17ca5f1b53b7362cc0e4c8cf03d1604d007d4b1 Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Fri, 3 Jul 2020 16:07:33 +0000 Subject: [PATCH] Bug 1585726 - Run mozlint on macosx64 and win64 too; r=ahal Differential Revision: https://phabricator.services.mozilla.com/D82200 --- taskcluster/ci/source-test/python.yml | 11 ++++++++++- tools/lint/test/python.ini | 1 - 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/taskcluster/ci/source-test/python.yml b/taskcluster/ci/source-test/python.yml index ea0e8dfaa29e..94ac8742e9d4 100644 --- a/taskcluster/ci/source-test/python.yml +++ b/taskcluster/ci/source-test/python.yml @@ -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/**' diff --git a/tools/lint/test/python.ini b/tools/lint/test/python.ini index be799a9bc49b..8f68ef2a5ed2 100644 --- a/tools/lint/test/python.ini +++ b/tools/lint/test/python.ini @@ -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'