Bug 1222206: Remove nexus 4 jb taskcluster builds. r=selenamarie

These builds are not used anymore.

MozReview-Commit-ID: xxYp52WACf
This commit is contained in:
Wander Lairson Costa 2016-02-29 12:12:19 -03:00
parent 61cbdd70d5
commit 1482dc60e4
4 changed files with 0 additions and 87 deletions

View File

@ -85,8 +85,6 @@ flags:
- flame-kk-eng # b2g flame eng build
- flame-kk-spark-eng
- flame-kk-ota
- nexus-4
- nexus-4-eng
- nexus-4-kk
- nexus-4-kk-ota
- nexus-4-kk-eng

View File

@ -92,18 +92,6 @@ builds:
types:
opt:
task: tasks/builds/b2g_flame_kk_spark_eng.yml
nexus-4:
platforms:
- b2g
types:
opt:
task: tasks/builds/b2g_nexus_4_user.yml
nexus-4-eng:
platforms:
- b2g
types:
opt:
task: tasks/builds/b2g_nexus_4_eng.yml
nexus-4-kk:
platforms:
- b2g

View File

@ -1,36 +0,0 @@
$inherits:
from: 'tasks/builds/b2g_phone_eng_base.yml'
variables:
build_name: 'nexus-4-eng'
build_type: 'opt'
task:
workerType: flame-kk
scopes:
- 'docker-worker:cache:level-{{level}}-{{project}}-build-nexus-4-eng'
- 'docker-worker:cache:level-{{level}}-{{project}}-build-nexus-4-eng-objdir-gecko'
metadata:
name: '[TC] B2G Nexus 4 Eng'
payload:
cache:
level-{{level}}-{{project}}-build-nexus-4-eng: /home/worker/object-folder
level-{{level}}-{{project}}-build-nexus-4-eng-objdir-gecko: /home/worker/objdir-gecko
env:
TARGET: 'nexus-4'
DEBUG: 0
command:
- >
checkout-gecko workspace &&
cd ./workspace/gecko/testing/taskcluster/scripts/phone-builder &&
buildbot_step 'Build' ./build-phone.sh $HOME/workspace
extra:
treeherderEnv:
- production
- staging
treeherder:
symbol: Be
groupSymbol: Nexus 4
groupName: Nexus 4 Device Image
machine:
platform: b2g-device-image
locations:
img: 'private/build/nexus-4.zip'

View File

@ -1,37 +0,0 @@
$inherits:
from: 'tasks/builds/b2g_phone_base.yml'
variables:
build_name: 'nexus-4-user'
build_type: 'opt'
task:
workerType: flame-kk
scopes:
- 'docker-worker:cache:level-{{level}}-{{project}}-build-nexus-4-user'
- 'docker-worker:cache:level-{{level}}-{{project}}-build-nexus-4-user-objdir-gecko'
metadata:
name: '[TC] B2G Nexus 4 User'
payload:
cache:
level-{{level}}-{{project}}-build-nexus-4-user: /home/worker/object-folder
level-{{level}}-{{project}}-build-nexus-4-user-objdir-gecko: /home/worker/objdir-gecko
env:
TARGET: 'nexus-4'
DEBUG: 0
command:
- >
checkout-gecko workspace &&
cd ./workspace/gecko/testing/taskcluster/scripts/phone-builder &&
buildbot_step 'Build' ./build-phone.sh $HOME/workspace
extra:
treeherderEnv:
- production
- staging
treeherder:
symbol: B
groupSymbol: Nexus 4
groupName: Nexus 4 Device Image
machine:
platform: b2g-device-image
locations:
img: 'private/build/nexus-4.zip'