Bug 1568938 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

The Quickstart tool in the new UI has to produce valid v1 `.taskcluster.yml` (current problems: the list of actions for PR event is incorrect; the task definition doesn't satisfy the task definition schema; some variables that come from the github event webhook are incorrect for the event; the command format is incorrect).

In order to fix all the issues, I'd suggest to re-think and re-design the component so that it generates valid v1 yml, and the code is easy to read.
The Quickstart tool in the new UI has to produce valid v1 `.taskcluster.yml` (current problems: the list of actions for PR event is incorrect; the task definition doesn't satisfy the task definition schema; some variables that come from the github event webhook are incorrect for the event; the command format is incorrect). Also, the repo check tool is broken.

In order to fix all the issues, I'd suggest to re-think and re-design the component so that it generates valid v1 yml, and the code is easy to read.

Back to Bug 1568938 Comment 0