Closed Bug 768386 Opened 12 years ago Closed 12 years ago

Make Android Armv6 builds distinguishable from standard opt native Android builds on TBPL

Categories

(Tree Management Graveyard :: TBPL, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: bhearsum)

References

Details

Attachments

(1 file)

Both the standard native Android opt builds and armv6 builds show up on the "Android opt" rows on TBPL, both as 'B'. This makes it harder to tell them apart after clobbering/retriggering (without looking at the build info bottom left) - and every time I see the double 'B' I think it's been retriggered one two many times.

We could:

a) Map 'Android Armv6 mozilla-* build' to 'Bv6' (or similar)

b) Stick it on it's own 'Android Armv6 opt' row

I'm inclined to favour A.
I just did this for B2G, should be an easy patch.
Assignee: nobody → bhearsum
I think B) is much more inline with what we do already -- each row is its own platform + configuration (with exceptions for Desktop-variants like RPM builds). We could do A), I guess, but I'd really like to stay as consistent as we can.
Attachment #636795 - Flags: review?(bmo)
Comment on attachment 636795 [details] [diff] [review]
separate row for armv6

Review of attachment 636795 [details] [diff] [review]:
-----------------------------------------------------------------

Data.js needs a small fixup, but tested locally with that and works great :-)
r=me with that change.

::: js/Data.js
@@ +494,4 @@
>          /WINNT 6\.1/i.test(name) ? "windows" :
>          /WINNT 5\.2/i.test(name) ? "windows" :
>          /android xul/i.test(name) ? "android-xul" :
> +        /android armv6/i.test(name) ? "android-armv6

Missing closing quote and colon.
Attachment #636795 - Flags: review?(bmo) → review+
Comment on attachment 636795 [details] [diff] [review]
separate row for armv6

Landed, with the syntax fixed: http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/bc556afd4a02

Waiting to see how things look in staging before asking for a production push.
Depends on: 768603
Looks fine in staging, waiting until https://bugzilla.mozilla.org/show_bug.cgi?id=769018 is ready before requesting a push.
Depends on: 769169
Deployed to prod :-)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: Webtools → Tree Management
Product: Tree Management → Tree Management Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: