Closed Bug 1253630 Opened 10 years ago Closed 10 years ago

Turn off B2G device builds on trunk branches (buildbot only)

Categories

(Infrastructure & Operations Graveyard :: CIDuty, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: catlee, Assigned: aselagea)

Details

Attachments

(2 files, 1 obsolete file)

The following device builds can be shut off on all trunk branches: - all flame-kk builds - all nexus4-kk builds - all nexus5-l builds
Flags: needinfo?(doliver)
Summary: Turn off B2G device builds on trunk branches → Turn off B2G device builds on trunk branches (buildbot only)
Confirmed, we can turn off the buildbot builds and we'll work from the Taskcluster builds from here on.
Flags: needinfo?(doliver)
Component: General Automation → Buildduty
QA Contact: catlee → bugspam.Callek
Assignee: nobody → alin.selagea
Attached patch bug_1253630.patch (obsolete) — Splinter Review
From what I could see, we only run nexus4-kk builds on Taskcluster, so I assumed you were referring to nexus4 here.
Attachment #8727404 - Flags: review?(catlee)
Attached file builder_diff.txt
Attached the builder differences.
Comment on attachment 8727404 [details] [diff] [review] bug_1253630.patch Review of attachment 8727404 [details] [diff] [review]: ----------------------------------------------------------------- ::: mozilla/b2g_config.py @@ +1039,5 @@ > > +ride_trains_branches = [] > +for name, branch in items_at_least(BRANCHES, 'gecko_version', 47): > + ride_trains_branches.append(name) > + is this variable needed here? could we do something like this? # Bug 1253630 - Turn off B2G device builds on trunk branches (buildbot only) for name, branch in items_at_least(BRANCHES, 'gecko_version', 47): for platform in BRANCHES[branch]['platforms'].keys(): if platform in ['flame-kk', 'flame-kk_eng', 'nexus-4', 'nexus-4_eng', 'nexus-5-l', 'nexus-5-l_eng']: del BRANCHES[branch]['platforms'][platform]
Attachment #8727404 - Flags: review?(catlee)
Attached the new version of the patch. Thanks for the suggestion!
Attachment #8727404 - Attachment is obsolete: true
Attachment #8727821 - Flags: review?(catlee)
Attachment #8727821 - Flags: review?(catlee) → review+
Attachment #8727821 - Flags: checked-in+
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: Release Engineering → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: