Closed
Bug 1373647
Opened 8 years ago
Closed 8 years ago
Releasetasks changes to support multiple signoffs
Categories
(Release Engineering :: Release Automation, enhancement, P1)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(3 files)
59 bytes,
text/x-review-board-request
|
bhearsum
:
review+
rail
:
checked-in+
|
Details |
59 bytes,
text/x-review-board-request
|
bhearsum
:
review+
rail
:
checked-in+
|
Details |
55 bytes,
text/x-github-pull-request
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Review |
... just to track some patches that are not in bug 1347212
Comment hidden (mozreview-request) |
Assignee | ||
Updated•8 years ago
|
Keywords: leave-open
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8878515 -
Flags: review?(bhearsum)
Assignee | ||
Updated•8 years ago
|
Priority: -- → P1
Comment hidden (mozreview-request) |
Updated•8 years ago
|
Attachment #8878515 -
Flags: review?(bhearsum) → review+
Comment 5•8 years ago
|
||
mozreview-review |
Comment on attachment 8878511 [details]
Bug 1373647 - Set release ETA for RC builds published to beta a=release DONTBUILD
https://reviewboard.mozilla.org/r/149864/#review154524
::: testing/mozharness/scripts/release/publish_balrog.py:118
(Diff revision 2)
> + # RC releases going to the beta channel have no ETA set for the
> + # RC-to-beta push. The corresponding task is scheduled after we
> + # resolve the push-to-beta human decision task, so we can schedule
> + # it ASAP plus some additional 30m to avoid retry() to fail.
> + sheduled_at = datetime.utcnow() + timedelta(minutes=30)
> + cmd.extend(["--schedule-at", sheduled_at.isoformat()])
Typo here: sheduled_at should be scheduled_at. r=me with that fixed :).
Attachment #8878511 -
Flags: review?(bhearsum) → review+
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8878508 [details]
Bug 1373647 - Add release_eta
https://reviewboard.mozilla.org/r/149860/#review154542
Attachment #8878508 -
Flags: review?(bhearsum) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 10•8 years ago
|
||
Pushed by raliiev@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dd8408bfab61
Set release ETA for RC builds published to beta r=bhearsum a=release DONTBUILD
Assignee | ||
Comment 11•8 years ago
|
||
Comment on attachment 8878511 [details]
Bug 1373647 - Set release ETA for RC builds published to beta a=release DONTBUILD
https://hg.mozilla.org/integration/mozilla-inbound/rev/dd8408bfab615a90a9c9113a53046da6091bedcd
https://hg.mozilla.org/releases/mozilla-beta/rev/e9004c186de84e98ac082df097348bfa279ee498
Attachment #8878511 -
Flags: checked-in+
Assignee | ||
Comment 12•8 years ago
|
||
Comment on attachment 8878515 [details] [review]
PR for releasetask
deployed
Attachment #8878515 -
Flags: checked-in+
Assignee | ||
Comment 13•8 years ago
|
||
Comment on attachment 8878508 [details]
Bug 1373647 - Add release_eta
https://hg.mozilla.org/build/tools/rev/b1b578b0b028c1729523288621d2c6be423762bb
Attachment #8878508 -
Flags: checked-in+
Comment 14•8 years ago
|
||
bugherder |
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 15•7 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•