Closed
Bug 1884991
Opened 2 years ago
Closed 2 years ago
try-c-c does not set target_tasks_method correctly
Categories
(Thunderbird :: Build Config, defect, P3)
Thunderbird
Build Config
Tracking
(thunderbird123 affected, thunderbird124 affected, thunderbird125 fixed)
RESOLVED
FIXED
125 Branch
People
(Reporter: rjl, Assigned: rjl)
Details
Attachments
(1 file)
When overriding target_tasks_method with a try_task_config.json file, it's always set to "try_cc_tasks" unless it's set to "codereview".
There are other legit methods that could be used and currently are not possible. Affects release promotion simulations on try-c-c.
| Assignee | ||
Comment 1•2 years ago
|
||
There are other legit target_tasks_methods that could be used on try-cc,
such as "release-simulation" which are not possible currently.
gecko_taskgraph will set target_tasks_method to "default" for try-c-c
pushes. Only set it to "try_cc_tasks" if that is the case.
| Assignee | ||
Updated•2 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 125 Branch
Pushed by daniel@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/7dd5cffaba0c
Only set target_tasks_method for try-c-c when it's unset. r=dandarnell
| Assignee | ||
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•