From 2a56ce242b6ae7a483dc03f0e527465724142511 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Tue, 31 Oct 2017 16:29:06 -0600 Subject: [PATCH] Bug 1413349: Remove oboslete comments about missing taskcluster mozharness support on windows; r=dustin MozReview-Commit-ID: KGnWttzs6lt --HG-- extra : rebase_source : fcfbeecc8f41dc24b4598d5888e4acf96fcd373c --- taskcluster/taskgraph/transforms/job/mozharness.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/taskcluster/taskgraph/transforms/job/mozharness.py b/taskcluster/taskgraph/transforms/job/mozharness.py index b4d8114fa0f9..e932ac430062 100644 --- a/taskcluster/taskgraph/transforms/job/mozharness.py +++ b/taskcluster/taskgraph/transforms/job/mozharness.py @@ -38,15 +38,13 @@ mozharness_run_schema = Schema({ # testing/mozharness/configs and using forward slashes even on Windows Required('config'): [basestring], - # any additional actions to pass to the mozharness command; not supported - # on Windows + # any additional actions to pass to the mozharness command Optional('actions'): [basestring], - # any additional options (without leading --) to be passed to mozharness; - # not supported on Windows + # any additional options (without leading --) to be passed to mozharness Optional('options'): [basestring], - # --custom-build-variant-cfg value (not supported on Windows) + # --custom-build-variant-cfg value Optional('custom-build-variant-cfg'): basestring, # Extra metadata to use toward the workspace caching.