Closed
Bug 1758364
Opened 4 years ago
Closed 4 years ago
Download for `FIREFOX_DEVEDITION` missing (98.0b10)
Categories
(Release Engineering :: Applications: Shipit, defect)
Release Engineering
Applications: Shipit
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: hub, Unassigned)
Details
We download (and cache) Firefox for running test using the firefox_versions.json.
$ curl https://product-details.mozilla.org/1.0/firefox_versions.json
{
"FIREFOX_AURORA": "",
"FIREFOX_DEVEDITION": "98.0b10",
"FIREFOX_ESR": "91.6.1esr",
"FIREFOX_ESR_NEXT": "",
"FIREFOX_NIGHTLY": "99.0a1",
"FIREFOX_PINEBUILD": "",
"LAST_MERGE_DATE": "2022-02-07",
"LAST_RELEASE_DATE": "2022-02-08",
"LAST_SOFTFREEZE_DATE": "2022-02-03",
"LATEST_FIREFOX_DEVEL_VERSION": "98.0b9",
"LATEST_FIREFOX_OLDER_VERSION": "3.6.28",
"LATEST_FIREFOX_RELEASED_DEVEL_VERSION": "98.0b9",
"LATEST_FIREFOX_VERSION": "97.0.2",
"NEXT_MERGE_DATE": "2022-03-08",
"NEXT_RELEASE_DATE": "2022-03-08",
"NEXT_SOFTFREEZE_DATE": "2022-03-03"
}
If you look at https://archive.mozilla.org/pub/firefox/releases/ the directory for the value of FIREFOX_DEVEDITION (98.0b10) isn't there.
This cause our testing automation to fail as we get a 404 trying to download the latest Developer Edition
Comment 1•4 years ago
|
||
devedition is published here: https://archive.mozilla.org/pub/devedition/releases/98.0b10/
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•4 years ago
|
||
Is all of this documented somewhere so we don't make the wrong assumptions?
You need to log in
before you can comment on or make changes to this bug.
Description
•