Closed
Bug 400103
Opened 18 years ago
Closed 18 years ago
fix patcher/updateVerify config mismatches
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
References
Details
Attachments
(1 file, 1 obsolete file)
893 bytes,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
Since we started doing test aus2 runs (bug 389206), a few differences in the patcher config and the updateVerify config have come to light. Staging is currently working end-to-end with the following failures (no updates available for "ka" 2.0.0.2/2.0.0.3, and "ja-JP-mac" not specified as valid 2.0b1 locale).
We should remove "ka" from the verify config, and add "ja-JP-mac" to the patcher config.
FAIL: no partial update found for staging-build-console.build.mozilla.org/update/1/Firefox/2.0.0.3/2007030919/Darwin_Universal-gcc3/ka/betatest/update.xml
FAIL: download_mars returned non-zero exit code: 1
FAIL: no complete update found for staging-build-console.build.mozilla.org/update/1/Firefox/2.0.0.3/2007030919/Darwin_Universal-gcc3/ka/betatest/update.xml
FAIL: download_mars returned non-zero exit code: 1
FAIL: no partial update found for staging-build-console.build.mozilla.org/update/1/Firefox/2.0.0.2/2007021917/Darwin_Universal-gcc3/ka/betatest/update.xml
FAIL: download_mars returned non-zero exit code: 1
FAIL: no complete update found for staging-build-console.build.mozilla.org/update/1/Firefox/2.0.0.2/2007021917/Darwin_Universal-gcc3/ka/betatest/update.xml
FAIL: download_mars returned non-zero exit code: 1
FAIL: no partial update found for staging-build-console.build.mozilla.org/update/1/Firefox/2.0b1/2006071020/Darwin_Universal-gcc3/ja-JP-mac/betatest/update.xml
FAIL: download_mars returned non-zero exit code: 1
FAIL: no complete update found for staging-build-console.build.mozilla.org/update/1/Firefox/2.0b1/2006071020/Darwin_Universal-gcc3/ja-JP-mac/betatest/update.xml
FAIL: download_mars returned non-zero exit code: 1
Attachment #285188 -
Flags: review?(nrthomas)
Comment 1•18 years ago
|
||
Comment on attachment 285188 [details] [diff] [review]
fix patcher/updateVerify config mismatches
Turns out I didn't fully understand the situation when we talked a day ago. Those errors are empty update.xml rather than missing mar files. So for the ka case, if you compare these
http://staging-build-console.build.mozilla.org/update/1/Firefox/2.0.0.3/2007030919/Darwin_Universal-gcc3/ka/betatest/
http://aus2.build.mozilla.org/update/1/Firefox/2.0.0.3/2007030919/Darwin_Universal-gcc3/ka/betatest/
then the staging version is empty and prod correctly points to 2.0.0.4. Looking at the snippets on disk, aus2 has
/opt/aus2/incoming/3/Firefox/2.0.0.3/Darwin_Universal-gcc3/2007030919/ka/
with betatest/, release/, releasetest/ dating from May 23 (which corresponds to the prep time for 2.0.0.4). There's nothing equivalent on staging-build-console, so it seems patcher doesn't create snippets correctly in the past release case (only <current update>). Might be related to bug 384065.
I'd prefer we still check that mac ka 2.0.0.1 thru 2.0.0.3 have updates to 2.0.0.4. (By the way, 2.0.0.1 is on the ftp and in shipped-locales but not in the verify). So probably the best plan of attack is to take a backup of aus2.m.o snippets from before 2.0.0.7 and unpack it on staging-build-console. Sound ok ?
The ja-JP-mac part looks fine. There are betatest snippets on aus2.m.o from Aug 31 2006, pointing to 2.0b2, so that's why the production automation doesn't fail.
Attachment #285188 -
Flags: review?(nrthomas) → review-
Assignee | ||
Updated•18 years ago
|
Assignee: build → rhelmer
Assignee | ||
Comment 2•18 years ago
|
||
Alright, this just fixes patcher.cfg and leaves the update verify config alone.
To fix the .2/.3 "ka" osx problem, I'm going to copy over the following AUS dirs to staging-build-console:
/opt/aus2/incoming/3/Firefox/2.0.0.2/Darwin_Universal-gcc3/2007021917/ka/
/opt/aus2/incoming/3/Firefox/2.0.0.3/Darwin_Universal-gcc3/2007030919/ka/
Attachment #285188 -
Attachment is obsolete: true
Attachment #285281 -
Flags: review?(nrthomas)
Assignee | ||
Comment 3•18 years ago
|
||
Comment 4•18 years ago
|
||
Comment on attachment 285281 [details] [diff] [review]
[checked in]just fix ja-JP-mac in patcher.cfg
Thanks Rob.
Attachment #285281 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 5•18 years ago
|
||
Comment on attachment 285281 [details] [diff] [review]
[checked in]just fix ja-JP-mac in patcher.cfg
Checking in moz18-branch-patcher2.cfg;
/mofo/release/patcher/moz18-branch-patcher2.cfg,v <-- moz18-branch-patcher2.cfg
new revision: 1.45; previous revision: 1.44
done
Attachment #285281 -
Attachment description: just fix ja-JP-mac in patcher.cfg → [checked in]just fix ja-JP-mac in patcher.cfg
Assignee | ||
Comment 6•18 years ago
|
||
Loaded the new moz18-branch-patcher2.cfg into the cvsmirrors on staging-build-console as well. Thanks Nick!
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•