Closed
Bug 1941930
Opened 25 days ago
Closed 7 days ago
clonebundles list on hg.mozilla.org as viewed from GCP is inconsistent across zones
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glandium, Assigned: jcristau)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
This is what I get on us-east1:
https://hg.cdn.mozilla.net/mozilla-central/933bfbddaf61376385fb1efae72d62d81e6f8b91.zstd-max.hg BUNDLESPEC=zstd-v2 REQUIRESNI=true cdn=true
https://s3-us-west-2.amazonaws.com/moz-hg-bundles-us-west-2/mozilla-central/933bfbddaf61376385fb1efae72d62d81e6f8b91.zstd-max.hg BUNDLESPEC=zstd-v2 ec2region=us-west-2
https://hg.cdn.mozilla.net/mozilla-central/933bfbddaf61376385fb1efae72d62d81e6f8b91.gzip-v2.hg BUNDLESPEC=gzip-v2 REQUIRESNI=true cdn=true
https://s3-us-west-2.amazonaws.com/moz-hg-bundles-us-west-2/mozilla-central/933bfbddaf61376385fb1efae72d62d81e6f8b91.gzip-v2.hg BUNDLESPEC=gzip-v2 ec2region=us-west-2
https://hg.cdn.mozilla.net/mozilla-central/933bfbddaf61376385fb1efae72d62d81e6f8b91.stream-v2.hg BUNDLESPEC=none-v2;stream=v2;requirements%3Ddotencode%2Cfncache%2Cgeneraldelta%2Crevlogv1%2Csparserevlog%2Cstore REQUIRESNI=true cdn=true
https://s3-us-west-2.amazonaws.com/moz-hg-bundles-us-west-2/mozilla-central/933bfbddaf61376385fb1efae72d62d81e6f8b91.stream-v2.hg BUNDLESPEC=none-v2;stream=v2;requirements%3Ddotencode%2Cfncache%2Cgeneraldelta%2Crevlogv1%2Csparserevlog%2Cstore ec2region=us-west-2
https://storage.googleapis.com/moz-hg-bundles-gcp-us-central1/mozilla-central/933bfbddaf61376385fb1efae72d62d81e6f8b91.stream-v2.hg BUNDLESPEC=none-v2;stream=v2;requirements%3Ddotencode%2Cfncache%2Cgeneraldelta%2Crevlogv1%2Csparserevlog%2Cstore gceregion=us-central1
https://storage.googleapis.com/moz-hg-bundles-gcp-us-west1/mozilla-central/933bfbddaf61376385fb1efae72d62d81e6f8b91.stream-v2.hg BUNDLESPEC=none-v2;stream=v2;requirements%3Ddotencode%2Cfncache%2Cgeneraldelta%2Crevlogv1%2Csparserevlog%2Cstore gceregion=us-west1
https://storage.googleapis.com/moz-hg-bundles-gcp-na-ne1/mozilla-central/933bfbddaf61376385fb1efae72d62d81e6f8b91.stream-v2.hg BUNDLESPEC=none-v2;stream=v2;requirements%3Ddotencode%2Cfncache%2Cgeneraldelta%2Crevlogv1%2Csparserevlog%2Cstore gceregion=northamerica-northeast1
And on us-central1:
https://storage.googleapis.com/moz-hg-bundles-gcp-us-central1/mozilla-central/933bfbddaf61376385fb1efae72d62d81e6f8b91.stream-v2.hg BUNDLESPEC=none-v2;stream=v2;requirements%3Ddotencode%2Cfncache%2Cgeneraldelta%2Crevlogv1%2Csparserevlog%2Cstore gceregion=us-central1
As I'm using community-tc to create the git-cinnabar bundles based on the mercurial bundles, and git-cinnabar doesn't support stream bundles, the tasks to generate those bundles now fail when they run on us-central1.
Assignee | ||
Comment 1•13 days ago
|
||
We no longer upload gzip/zstd bundles to GCP, but there are clients
there that prefer those over stream bundles; let them download from the
CDN in that case.
Updated•10 days ago
|
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
Pushed by jcristau@mozilla.com:
https://hg.mozilla.org/hgcustom/version-control-tools/rev/f9b6f94339cb
bundles: include CDN urls in manifest even for cloud clients . r=sheehan
Status: ASSIGNED → RESOLVED
Closed: 7 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•