Closed
Bug 1123367
Opened 11 years ago
Closed 10 years ago
Tracking bug for 23-Feb-2015 migration work
Categories
(Release Engineering :: Release Requests, defect)
Release Engineering
Release Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(4 files)
2.76 KB,
patch
|
jlund
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
342 bytes,
patch
|
nthomas
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
439 bytes,
patch
|
nthomas
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
1.15 KB,
patch
|
jlund
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1116781 +++
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rail
Assignee | ||
Comment 1•11 years ago
|
||
Killing the old android mozconfigs!
Attachment #8557548 -
Flags: review?(jlund)
Comment 2•11 years ago
|
||
Comment on attachment 8557548 [details] [diff] [review]
split_apk_central+aurora.diff
Review of attachment 8557548 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm :)
Attachment #8557548 -
Flags: review?(jlund) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8557548 [details] [diff] [review]
split_apk_central+aurora.diff
https://hg.mozilla.org/build/mozharness/rev/f2c783118c6f
Attachment #8557548 -
Flags: checked-in+
Comment 4•11 years ago
|
||
In production: https://hg.mozilla.org/build/mozharness/rev/f2c783118c6f
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8564538 -
Flags: review?
Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8564538 [details] [diff] [review]
release-gecko-version-bump.diff
I know who's around! :)
Attachment #8564538 -
Flags: review? → review?(nthomas)
Updated•11 years ago
|
Attachment #8564538 -
Flags: review?(nthomas) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8564538 [details] [diff] [review]
release-gecko-version-bump.diff
https://hg.mozilla.org/build/buildbot-configs/rev/bef1bc1dac3b
Attachment #8564538 -
Flags: checked-in+
Comment 8•10 years ago
|
||
Assignee | ||
Comment 9•10 years ago
|
||
The automation didn't work as expected because of some head duplication due to bug 927219.
abort: push creates new remote head 166543626bbd on branch '14_0_Beta'!
I had to rerun the script as:
python mozharness/scripts/merge_day/gecko_migration.py \
-c mozharness/configs/selfserve/production.py \
-c mozharness/configs/merge_day/beta_to_release.py \
--push --trigger-builders
with the following local patch applied:
diff --git a/scripts/merge_day/gecko_migration.py b/scripts/merge_day/gecko_migration.py
--- a/scripts/merge_day/gecko_migration.py
+++ b/scripts/merge_day/gecko_migration.py
@@ -657,18 +657,20 @@ class GeckoMigration(MercurialScript, Ba
def push(self):
"""
"""
error_message = """Push failed! If there was a push race, try rerunning
the script (--clean-repos --pull --migrate). The second run will be faster."""
dirs = self.query_abs_dirs()
hg = self.query_exe("hg", return_type="list")
- for cwd in (dirs['abs_from_dir'], dirs['abs_to_dir']):
+ for cwd in (dirs['abs_to_dir'], ): # Do not push to beta, pushed already
push_cmd = hg + ['push']
+ push_cmd.append('-r')
+ push_cmd.append('outgoing("https://hg.mozilla.org/releases/mozilla-release") - author("gps@mozilla.com")') # do not push "bad" heads, while pushing relbranches and tags
if cwd == dirs['abs_to_dir'] and self.config['migration_behavior'] == 'beta_to_release':
push_cmd.append('--new-branch')
status = self.run_command(
push_cmd,
cwd=cwd,
error_list=HgErrorList,
success_codes=[0, 1],
)
Assignee | ||
Comment 10•10 years ago
|
||
Attachment #8567301 -
Flags: review?(nthomas)
Updated•10 years ago
|
Attachment #8567301 -
Flags: review?(nthomas) → review+
Assignee | ||
Comment 11•10 years ago
|
||
aurora-to-beta went as expected, but central-to-aurora failed:
10:35:29 ERROR - abort: push creates new remote head 25093037bf15 on branch 'COMM2000_20110114_RELBRANCH'!
10:35:29 ERROR - Automation Error: hg not responding
Assignee | ||
Comment 12•10 years ago
|
||
FTR, I ran the following per gps' suggestion before pushing:
hg strip -r b58f17a50c16:be94effe221a
Assignee | ||
Comment 13•10 years ago
|
||
Comment on attachment 8567301 [details] [diff] [review]
gecko_bump2.diff
http://hg.mozilla.org/build/buildbot-configs/rev/22428837e0b4
Attachment #8567301 -
Flags: checked-in+
Assignee | ||
Comment 14•10 years ago
|
||
This is https://bugzilla.mozilla.org/attachment.cgi?id=8554545&action=edit with armv6 deleted
Attachment #8568174 -
Flags: review?(jlund)
Comment 15•10 years ago
|
||
Comment on attachment 8568174 [details] [diff] [review]
mh.diff
Review of attachment 8568174 [details] [diff] [review]:
-----------------------------------------------------------------
<stamp>
Attachment #8568174 -
Flags: review?(jlund) → review+
Assignee | ||
Comment 16•10 years ago
|
||
Comment on attachment 8568174 [details] [diff] [review]
mh.diff
https://hg.mozilla.org/build/mozharness/rev/160768d2ffa3
Attachment #8568174 -
Flags: checked-in+
Assignee | ||
Comment 17•10 years ago
|
||
All done here. Aurora will be unthrottled on Friday
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 18•10 years ago
|
||
In production: https://hg.mozilla.org/build/mozharness/rev/160768d2ffa3
You need to log in
before you can comment on or make changes to this bug.
Description
•