Closed
Bug 1886386
Opened 2 years ago
Closed 2 years ago
reduce use of hg.mozilla.org in update-verify-config-creator
Categories
(Release Engineering :: Release Automation, task)
Release Engineering
Release Automation
Tracking
(firefox126 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: jcristau, Assigned: jcristau)
References
Details
Attachments
(1 file)
update-verify-config runs with a gecko clone, so it doesn't have to query hg.mozilla.org's http endpoints to get a list of locales and a version number at various points in time.
It may not have every tag, because some point release happen off of relbranches while mozilla-unified only tracks "default", but that should be the exception rather than the rule.
| Assignee | ||
Comment 1•2 years ago
|
||
In most cases we already have the information we need in the local repo,
so we don't need to hit the remote server.
Updated•2 years ago
|
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
Pushed by jcristau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c0caba9b75e6
query the local repo before going to hg.m.o in update-verify-config. r=taskgraph-reviewers,bhearsum DONTBUILD
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•