Closed Bug 1027223 Opened 10 years ago Closed 10 years ago

Disable Jetpack tests on B2G release branches

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: RyanVM, Assigned: RyanVM)

Details

(Whiteboard: [capacity])

Attachments

(1 file, 1 obsolete file)

B2G doesn't have addon support anyway, so besides giving us random failures to star from time to time, they're doing nothing but wasting CPU cycles. We should shut them off.
Good spot :-)
Given that our oldest supported Gecko rev is 24 at this point, I think we can just alter the below line to exclude branches starting with "mozilla-b2g". Otherwise, a hard-coded list I guess.
https://mxr.mozilla.org/build/source/buildbot-configs/mozilla-tests/config.py#1704
Which line 1853 already shows exactly how to do!

for name in [x for x in BRANCHES.keys() if x.startswith('mozilla-b2g')]:
Attached patch patch (obsolete) — Splinter Review
I think this is what we want. The comment on the line above says what I'm attempting to accomplish here. I only want to schedule Jetpack tests if the branch doesn't start with mozilla-b2g.
Assignee: nobody → ryanvm
Status: NEW → ASSIGNED
Attachment #8463728 - Flags: review?(catlee)
Attachment #8463728 - Flags: review?(catlee) → review+
Comment on attachment 8463728 [details] [diff] [review]
patch

Backed out for releng-ci failures.
http://hg.mozilla.org/build/buildbot-configs/rev/83be930dee2b

INFO  - ValueError: duplicate builder name Ubuntu VM 12.04 x64 mozilla-inbound opt test jetpack
Attachment #8463728 - Flags: checked-in+ → checked-in-
Attached patch patch v2Splinter Review
Don't let branch get stale
Attachment #8463728 - Attachment is obsolete: true
Attachment #8464149 - Flags: review?(catlee)
Attachment #8464149 - Flags: review?(catlee) → review+
something(s) here went to production today
Confirmed that JP jobs are no longer starting on mozilla-b2g* for new pushes.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: