(In reply to Kyle Lahnakoski [:ekyle] from comment #12) > :igoldan What property (or properties) are used to identify a retrigger? Even if this is associated with one task, we can accumulate all the other tasks in the group the get the total machine time. At the moment, the `taskcluster_metadata.task_id` associated to a `job` is the starting point. It allows us to query Taskcluster using that task_id and get task_ids of the dependencies. If among those dependencies we find an AC(rt) retriggering job, then the `job` was retriggered.
Bug 1562162 Comment 15 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Kyle Lahnakoski [:ekyle] from comment #12) > :igoldan What property (or properties) are used to identify a retrigger? Even if this is associated with one task, we can accumulate all the other tasks in the group the get the total machine time. At the moment, the `taskcluster_metadata.task_id` associated to a `job` is the starting point. It allows us to query Taskcluster using that `task_id` and get `task_id`s of the dependencies. If among those dependencies we find an AC(rt) job, then the `job` was retriggered.