Closed
Bug 1251144
Opened 10 years ago
Closed 10 years ago
Don't merge release promotion builders
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(2 files)
|
788 bytes,
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
|
478 bytes,
patch
|
catlee
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
https://tools.taskcluster.net/task-inspector/#UfFy9QnqTzSmGKy-YMRBzg/ uses BBB to pass properties to buildbot builders.
When I look at "artifactsTaskId" in the tasks definition I see:
"artifactsTaskId": "ZhKq8am-SN6uKlG9rcEG6g"
If I look at the actual properties.json file at https://public-artifacts.taskcluster.net/UfFy9QnqTzSmGKy-YMRBzg/0/public/properties.json I see:
"artifactsTaskId": ["Rb0zcXvARxa-2-i1oo_o-Q", "bbb"]
Also
"taskId": ["CfxvrAPDR8uKw_199dzcqA", "bbb"]
which is not the same with the original one.
As a result, the artifacts task is scheduled, but not processed, and there are no artifacts attached to the expected artifacts task.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rail
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8723591 -
Flags: review?(catlee)
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8723606 -
Flags: review?(catlee)
Updated•10 years ago
|
Attachment #8723606 -
Flags: review?(catlee) → review+
Updated•10 years ago
|
Attachment #8723591 -
Flags: review?(catlee) → review+
| Assignee | ||
Updated•10 years ago
|
Summary: BBB sets properties incorrectly → Don't merge release promotion builders
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8723606 [details] [diff] [review]
nomerge_relpro.diff
https://hg.mozilla.org/build/buildbotcustom/rev/0cbca385a7e2
Attachment #8723606 -
Flags: checked-in+
| Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8723591 [details] [diff] [review]
nomerge_date.diff
https://hg.mozilla.org/build/buildbot-configs/rev/1668779e0c88
Attachment #8723591 -
Flags: checked-in+
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
In production: https://hg.mozilla.org/build/buildbotcustom/rev/0cbca385a7e2
| Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•