Closed Bug 649884 Opened 13 years ago Closed 13 years ago

symbol cleanup script needs to be reworked to handle nightly builds without 'pre'

Categories

(Release Engineering :: General, defect)

defect
Not set
blocker

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ted, Assigned: ted)

References

()

Details

Attachments

(2 files)

In the new versioning scheme, we dropped 'pre' from our nightly build version numbers. Unfortunately, the script that cleans up our Breakpad symbol store, in an attempt to only clean up nightly build symbols, will only delete symbol files whose version ends with 'pre'. This needs to be fixed or we will never clean up nightly symbols.

Christian: in the new setup, mozilla-central nightlies will always be "x.0a1", and aurora nightlies will always be "x.0a2", correct? I understand that beta builds will simply be "x.0" as well, but we're not producing nightly builds there, right? We'll simply produce "release candidate" type builds that are limited in number? I think this means that I can just switch the cleanup script to treat the a1 and a2 builds similarly to how it currently treats pre builds.
Sorry, this fell off my radar. This patch has two fixes:
1) Treat versions ending with "a1" and "a2" like "pre". This will handle the new Nightly/Aurora nightly builds. As a side effect we'll wind up deleting some old a1 and a2 symbols, but I don't think anyone cares.
2) Handle project builds slightly better. Right now we have things like "-linux64-tracemonkey-symbols.txt", and the script doesn't actually handle multi-part project branch names, so those builds get lumped in with the "-linux64-symbols.txt" builds. This fix will use anything before "-symbols.txt" as the project branch.

I'll attach the output of --dry-run on symbols_ffx shortly.
Attachment #532666 - Flags: review?(nrthomas)
(In reply to comment #0)
> 
> Christian: in the new setup, mozilla-central nightlies will always be
> "x.0a1", and aurora nightlies will always be "x.0a2", correct?

Yep.

 I understand
> that beta builds will simply be "x.0" as well, but we're not producing
> nightly builds there, right? We'll simply produce "release candidate" type
> builds that are limited in number?

Yes, for now. Later we'll do "builds if there have been changes".

> I think this means that I can just switch
> the cleanup script to treat the a1 and a2 builds similarly to how it
> currently treats pre builds.

Yep, and looks like you already did this :-). Sorry, this bug got lost in my bugmail.
This looks pretty sane to me from a once-over.
I filed bug 657348 on there being an awful lot of nightly builds FWIW. This is why we're cleaning up tracemonkey nightlies from the end of April, because there are 2 or more per day, and we only keep 30 nightly builds.
Comment on attachment 532666 [details] [diff] [review]
fix cleanup script to handle new Nightly/Aurora builds

Looks fine to me.
Attachment #532666 - Flags: review?(nrthomas) → review+
Pushed to build/tools:
http://hg.mozilla.org/build/tools/rev/cf95a6b0ada7

Will file a bug to get IT to update the copy on dm-symbolpush01.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Blocks: 657837
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: