Closed
Bug 1027223
Opened 9 years ago
Closed 9 years ago
Disable Jetpack tests on B2G release branches
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: RyanVM, Assigned: RyanVM)
Details
(Whiteboard: [capacity])
Attachments
(1 file, 1 obsolete file)
1.50 KB,
patch
|
catlee
:
review+
RyanVM
:
checked-in+
|
Details | Diff | Splinter Review |
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.
Comment 1•9 years ago
|
||
Good spot :-)
Assignee | ||
Comment 2•9 years ago
|
||
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
Assignee | ||
Comment 3•9 years ago
|
||
Which line 1853 already shows exactly how to do! for name in [x for x in BRANCHES.keys() if x.startswith('mozilla-b2g')]:
Assignee | ||
Comment 4•9 years ago
|
||
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.
Updated•9 years ago
|
Attachment #8463728 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8463728 [details] [diff] [review] patch https://hg.mozilla.org/build/buildbot-configs/rev/336cc1dd364b
Attachment #8463728 -
Flags: checked-in+
Assignee | ||
Comment 6•9 years ago
|
||
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-
Assignee | ||
Comment 7•9 years ago
|
||
Don't let branch get stale
Attachment #8463728 -
Attachment is obsolete: true
Attachment #8464149 -
Flags: review?(catlee)
Updated•9 years ago
|
Attachment #8464149 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8464149 [details] [diff] [review] patch v2 Second time lucky! https://hg.mozilla.org/build/buildbot-configs/rev/87e79909a672
Attachment #8464149 -
Flags: checked-in+
Comment 9•9 years ago
|
||
something(s) here went to production today
Assignee | ||
Comment 10•9 years ago
|
||
Confirmed that JP jobs are no longer starting on mozilla-b2g* for new pushes.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•