Closed
Bug 1229532
Opened 9 years ago
Closed 8 years ago
Releng hg bundles are stale
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
References
()
Details
Attachments
(3 files)
3.20 KB,
patch
|
bhearsum
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
16.70 KB,
patch
|
bhearsum
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
1016 bytes,
patch
|
bhearsum
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
http://hg.mozilla.org/build/tools/file/default/scripts/bundle/hg-bundle.sh expects that it can ssh files to stage and be done, which is no longer true since we migrated to S3 for the storage. Consequently the bundles are stale, and anything still using them is pulling more from hg to get up to date after unbundling.
We're in the middle of a transition where hg does this by itself, using server generated and published bundles on S3. There are places were we use hgtool with --bundle which overrides this, and may be some situations where we're not installing the bundleclone into older hg, or haven't updated hg where it's included by default.
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 1•9 years ago
|
||
I've refreshed the following branches using the gzip bundles from https://hg.cdn.mozilla.net/:
b2g-inbound, mozilla-inbound, fx-team, mozilla-central, try (copy of mozilla-central),
mozilla-aurora, mozilla-beta, mozilla-release, mozilla-esr38, mozilla-b2g44_v2_5
That should help the buildbot infra be nicer to hg.m.o until we complete bug 1232442.
Assignee | ||
Comment 2•9 years ago
|
||
We're going to disable the buildbot jobs which are trying to create new bundles, and move over to the gps's system where the hg server advertises bundles (which are from S3).
Assignee | ||
Comment 3•9 years ago
|
||
The list of builders removed is:
< alder hg bundle ScriptFactory
< b2g-inbound hg bundle ScriptFactory
< fx-team hg bundle ScriptFactory
< mozilla-inbound hg bundle ScriptFactory
< mozilla-central hg bundle ScriptFactory
< mozilla-beta hg bundle ScriptFactory
< mozilla-aurora hg bundle ScriptFactory
< mozilla-release hg bundle ScriptFactory
< mozilla-esr38 hg bundle ScriptFactory
< comm-central hg bundle ScriptFactory
< comm-beta hg bundle ScriptFactory
< comm-aurora hg bundle ScriptFactory
< comm-esr38 hg bundle ScriptFactory
Assignee: nobody → nthomas
Attachment #8717669 -
Flags: review?(bhearsum)
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8717670 -
Flags: review?(bhearsum)
Assignee | ||
Comment 5•9 years ago
|
||
Can't find anythign else using this.
Attachment #8717672 -
Flags: review?
Assignee | ||
Comment 6•9 years ago
|
||
gps has already updated https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Mercurial/Bundles to point at https://hg.cdn.mozilla.net/.
Updated•9 years ago
|
Attachment #8717669 -
Flags: review?(bhearsum) → review+
Updated•9 years ago
|
Attachment #8717670 -
Flags: review?(bhearsum) → review+
Comment 7•9 years ago
|
||
Comment on attachment 8717672 [details] [diff] [review]
[tools] Remove script
Review of attachment 8717672 [details] [diff] [review]:
-----------------------------------------------------------------
I like code death.
Attachment #8717672 -
Flags: review? → review+
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8717669 [details] [diff] [review]
[buildbotcustom] Remove support for builders
https://hg.mozilla.org/build/buildbotcustom/rev/1b880a68c991
Attachment #8717669 -
Flags: checked-in+
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8717670 [details] [diff] [review]
[buildbot-configs] Remove residiual config
https://hg.mozilla.org/build/buildbot-configs/rev/f0c9c5b5a7b8
Attachment #8717670 -
Flags: checked-in+
Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8717672 [details] [diff] [review]
[tools] Remove script
https://hg.mozilla.org/build/tools/rev/cc5b6d8e91ac
Attachment #8717672 -
Flags: checked-in+
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
In production: https://hg.mozilla.org/build/buildbotcustom/rev/1b880a68c991
Comment 13•9 years ago
|
||
Can this bug be closed?
Assignee | ||
Comment 14•8 years ago
|
||
Still need to remove http://archive.mozilla.org/pub/firefox/bundles/ but should do bug 1247169 first.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 15•8 years ago
|
||
I've finished up bug 1247169 and cleaned out pub/firefox/bundles/ on the ftp server.
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•