Bug 1413349: Remove oboslete comments about missing taskcluster mozharness support on windows; r=dustin

MozReview-Commit-ID: KGnWttzs6lt

--HG--
extra : rebase_source : fcfbeecc8f41dc24b4598d5888e4acf96fcd373c
This commit is contained in:
Tom Prince 2017-10-31 16:29:06 -06:00
Родитель 37d7c47eef
Коммит 2a56ce242b
1 изменённых файлов: 3 добавлений и 5 удалений

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

@ -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.