Closed
Bug 1208182
Opened 9 years ago
Closed 9 years ago
unstub funsize mar urls in release promotion
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: rail)
References
Details
Attachments
(3 files)
47 bytes,
text/x-github-pull-request
|
jlund
:
review+
rail
:
checked-in+
|
Details | Review |
2.79 KB,
patch
|
jlund
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
47 bytes,
text/x-github-pull-request
|
Callek
:
review+
|
Details | Review |
Funsize jobs are kicked off now, but they don't work due to bad URLs!
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rail
Assignee | ||
Comment 1•9 years ago
|
||
This also addresses bug 1216299 and bug 1216576
Attachment #8676419 -
Flags: review?(jlund)
Assignee | ||
Comment 2•9 years ago
|
||
the release-runner part
Attachment #8676420 -
Flags: review?(jlund)
Comment 3•9 years ago
|
||
Comment on attachment 8676420 [details] [diff] [review]
release_promotion-tools.diff
Review of attachment 8676420 [details] [diff] [review]:
-----------------------------------------------------------------
<stamp>
::: buildfarm/release/release-runner.py
@@ +156,5 @@
>
> +def get_en_US_config(release, branchConfig, branch, index):
> + platforms = {}
> + for platform in branchConfig["release_platforms"]:
> + task = index.findTask("buildbot.revisions.{revision}.{branch}.{platform}".format(
I wonder if this should be a rig this out as a helper method now that get_l10n_config and get_en_US_config use have this same logic. I guess it depends if other things will need to find tasks in a similar fashion.
Attachment #8676420 -
Flags: review?(jlund) → review+
Updated•9 years ago
|
Attachment #8676419 -
Flags: review?(jlund) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8676419 [details] [review]
do it!
Merged
Attachment #8676419 -
Flags: checked-in+
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8676420 [details] [diff] [review]
release_promotion-tools.diff
https://hg.mozilla.org/build/tools/rev/bca44606b1c5
Attachment #8676420 -
Flags: checked-in+
Assignee | ||
Comment 6•9 years ago
|
||
Treeherder view:
https://treeherder.allizom.org/#/jobs?repo=date&revision=1f53104e1641
release task graph:
https://tools.taskcluster.net/task-graph-inspector/#jIQQpzMGRoma0qp6KT2iBA/
Attachment #8702073 -
Flags: review?(bugspam.Callek)
Comment 7•9 years ago
|
||
Comment on attachment 8702073 [details] [review]
l10n partials
commented in github
Attachment #8702073 -
Flags: review?(bugspam.Callek) → review+
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•