Closed
Bug 1879439
Opened 2 years ago
Closed 2 years ago
Try time estimates are missing (since end of 2024Jan)
Categories
(Developer Infrastructure :: Try, defect)
Developer Infrastructure
Try
Tracking
(firefox-esr115 unaffected, firefox122 unaffected, firefox123 unaffected, firefox124 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox122 | --- | unaffected |
| firefox123 | --- | unaffected |
| firefox124 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
I believe this is due to the switch to try_task_config v2 in bug 1608026.
Comment 1•2 years ago
|
||
Set release status flags based on info from the regressing bug 1608026
status-firefox122:
--- → unaffected
status-firefox123:
--- → unaffected
status-firefox124:
--- → affected
status-firefox-esr115:
--- → unaffected
| Assignee | ||
Comment 2•2 years ago
|
||
Adding some logging in tools/tryselect/push.py in task_labels_from_try_config, I see:
[git@ptah gecko1]$ ./mach try again
try_task_config = {'version': 2, 'parameters': {'optimize_target_tasks': False, 'try_task_config': {'env': {'TRY_SELECTOR': 'fuzzy'}, 'tasks': ['artifact-build-linux64-artifact/opt']}}}
parameters = {'optimize_target_tasks': False, 'try_task_config': {'env': {'TRY_SELECTOR': 'fuzzy'}, 'tasks': ['artifact-build-linux64-artifact/opt']}}
I think the v2 branch is just not working quite right.
| Assignee | ||
Comment 3•2 years ago
|
||
V2 became the default in bug 1608026.
| Assignee | ||
Updated•2 years ago
|
Summary: Try time estimates are missing → Try time estimates are missing (since end of 2023Jan)
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b482405e893
Try time estimates fix for try_task_config v2. r=ahal
Comment 5•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•2 years ago
|
Summary: Try time estimates are missing (since end of 2023Jan) → Try time estimates are missing (since end of 2024Jan)
You need to log in
before you can comment on or make changes to this bug.
Description
•