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)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: catlee, Assigned: aselagea)
Details
Attachments
(2 files, 1 obsolete file)
|
2.35 KB,
text/plain
|
Details | |
|
1.02 KB,
patch
|
catlee
:
review+
aselagea
:
checked-in+
|
Details | Diff | Splinter Review |
The following device builds can be shut off on all trunk branches:
- all flame-kk builds
- all nexus4-kk builds
- all nexus5-l builds
| Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(doliver)
| Reporter | ||
Updated•10 years ago
|
Summary: Turn off B2G device builds on trunk branches → Turn off B2G device builds on trunk branches (buildbot only)
Comment 1•10 years ago
|
||
Confirmed, we can turn off the buildbot builds and we'll work from the Taskcluster builds from here on.
Flags: needinfo?(doliver)
Updated•10 years ago
|
Component: General Automation → Buildduty
QA Contact: catlee → bugspam.Callek
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → alin.selagea
| Assignee | ||
Comment 2•10 years ago
|
||
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)
| Assignee | ||
Comment 3•10 years ago
|
||
Attached the builder differences.
| Reporter | ||
Comment 4•10 years ago
|
||
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)
| Assignee | ||
Comment 5•10 years ago
|
||
Attached the new version of the patch.
Thanks for the suggestion!
Attachment #8727404 -
Attachment is obsolete: true
Attachment #8727821 -
Flags: review?(catlee)
| Reporter | ||
Updated•10 years ago
|
Attachment #8727821 -
Flags: review?(catlee) → review+
| Assignee | ||
Updated•10 years ago
|
Attachment #8727821 -
Flags: checked-in+
| Assignee | ||
Comment 6•10 years ago
|
||
The change is in production: https://hg.mozilla.org/build/buildbot-configs/rev/796a9d7226e0
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•