bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

there is no task id for one of the tasks defined in `.taskcluster.yml`

Open YBCS opened this issue 1 year ago • 3 comments

first in tasks_for == "github-push" && head_branch[:10] == "refs/tags/" has no task id https://github.com/mozilla/bugbug/blob/ca69cc3448f0cc6b3f5d4434c8f316573cf576f0/.taskcluster.yml#L271

YBCS avatar Feb 07 '24 15:02 YBCS

@YBCS , thank you for your work! This line is not a task, the line is rather is a conditional statement that dictates which tasks are run when changes are pushed to a GitHub branch as part of the CI flow.

jpangas avatar Feb 11 '24 11:02 jpangas

thank you for your work! This line is not a task, the line is rather is a conditional statement that dictates which tasks are run when changes are pushed to a GitHub branch as part of the CI flow.

The task after this conditional statement does not have a taskId.

suhaibmujahid avatar Feb 12 '24 13:02 suhaibmujahid

Oh right! My bad! I didn't read it correctly. This task is indeed missing one: https://github.com/mozilla/bugbug/blob/ca69cc3448f0cc6b3f5d4434c8f316573cf576f0/.taskcluster.yml#L283-L303

jpangas avatar Feb 12 '24 16:02 jpangas