RFC 0051 - Optimize Taskcluster retriggers to avoid Action tasks cong…#51
RFC 0051 - Optimize Taskcluster retriggers to avoid Action tasks cong…#51JohanLorenzo wants to merge 1 commit into
Conversation
|
The backlog was caused by https://bugzilla.mozilla.org/show_bug.cgi?id=1992376. If it wasn't for that bug, retrigger action tasks would have taken a minute or two each, and running 1000 wouldn't have been a problem. So I don't think we should design for that. |
|
Understood. I believe we make the experience faster in terms of retriggering tests. Instead of having developers wait for:
We can shave a few minutes for developers. What do you think @jcristau? |
|
I don't understand how you expect that to work. For one thing, we don't grant people the scopes to retrigger tasks directly, and I would be very wary of changing that, the implications are quite broad. For another, attributes are a taskgraph thing, they're not part of the actual tasks. |
I understand that, at the moment, retriggering a task requires scopes like
I see retrigger attributes can get converted into a task tag. We can leverage task tags. What do you think? |
3242e7f to
aa3e85b
Compare
|
Converting PR back to draft while I flesh out the proposal more. At the moment, I compiled the history of Action tasks and retriggers for the sake of understanding what the problem to solve back then. |
aa3e85b to
208aa42
Compare
…estion