зеркало из https://github.com/mozilla/treeherder.git
8c50b4fff2
We currently use `--option=arg` in the decision task [1], but
`--option arg` in treeherder actions. These are essentially equivalent.
In scriptworkers' chain of trust verification, we verify the
action or decision task's command is allowlisted. To do so, we ignore
options [2]. By specifying them as `--option=arg`, we're able to skip
verifying args as well as options.
We have plans to make this better, but until then, let's use
`--option=arg`.
[1] https://hg.mozilla.org/mozilla-central/file/ab2d700fda2b/.taskcluster.yml#l111
[2]
|
||
---|---|---|
.. | ||
annotations | ||
auto_classification | ||
failure_summary | ||
job_details | ||
perf_details | ||
similar_jobs | ||
controller.js | ||
pinboard.js | ||
pluginpanel.html | ||
tabs.js |