Closed
Bug 2048179
Opened 28 days ago
Closed 27 days ago
add balrog rules for esr153 (staging and prod)
Categories
(Release Engineering :: General, task)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jcristau, Assigned: jcristau)
References
(Blocks 1 open bug)
Details
No description provided.
| Assignee | ||
Comment 1•27 days ago
|
||
Added in staging, and prod is pending signoff.
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•27 days ago
•
|
||
And done. Created the esr153 rules:
$ curl -s https://aus-api.mozilla.org/api/v1/rules/esr153 | jq .
{
"rule_id": 18087,
"alias": "esr153",
"priority": 15,
"mapping": "No-Update",
"fallbackMapping": null,
"backgroundRate": 100,
"update_type": "major",
"product": "Firefox",
"version": "<154.0",
"channel": "esr",
"buildTarget": null,
"buildID": null,
"locale": null,
"osVersion": null,
"memory": null,
"instructionSet": null,
"jaws": null,
"mig64": null,
"distribution": null,
"distVersion": null,
"headerArchitecture": null,
"comment": "esr153 rule",
"data_version": 1
}
$ curl -s https://stage.balrog.nonprod.webservices.mozgcp.net/api/v1/rules/esr153 | jq .
{
"rule_id": 3098,
"alias": "esr153",
"priority": 15,
"mapping": "No-Update",
"fallbackMapping": "No-Update",
"backgroundRate": 100,
"update_type": "major",
"product": "Firefox",
"version": "<154.0",
"channel": "esr",
"buildTarget": null,
"buildID": null,
"locale": null,
"osVersion": null,
"memory": null,
"instructionSet": null,
"jaws": null,
"mig64": null,
"distribution": null,
"distVersion": null,
"headerArchitecture": null,
"comment": "DO NOT DELETE, default esr153 rule",
"data_version": 1
}
along with their localtest/cdntest counterparts. Removed the * from the end of the channel name of the esr140 test rules so they don't apply to -next test channels. And did some cleanup in staging esr rules, which were all over the place.
Status: ASSIGNED → RESOLVED
Closed: 27 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•