From c5599e009c995fbdf8c1caea66209b2d1ea5346d Mon Sep 17 00:00:00 2001 From: ahochheiden Date: Fri, 28 Jan 2022 17:04:33 +0000 Subject: [PATCH] Bug 1750638 - Update the mozversioncontrol test CI job to run also run on Mac and Windows r=firefox-build-system-reviewers,mhentges The platform(s) were not specified, and it seems when that is the case that it will only run on linux by default. The platforms are now explicitly set to include Windows, Linux, and Mac. Differential Revision: https://phabricator.services.mozilla.com/D136214 --- taskcluster/ci/source-test/python.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/taskcluster/ci/source-test/python.yml b/taskcluster/ci/source-test/python.yml index 8f349e57993a..942db5b6a595 100644 --- a/taskcluster/ci/source-test/python.yml +++ b/taskcluster/ci/source-test/python.yml @@ -249,6 +249,10 @@ mozterm: mozversioncontrol: description: python/mozversioncontrol unit tests + platform: + - linux1804-64/opt + - macosx1015-64/opt + - windows10-64/opt python-version: [3] treeherder: symbol: vcs