Backed out changeset 42b38a7b80a7 (bug 1150178) debug builds do not have simulator

--HG--
extra : rebase_source : 254acbddddc7fafb43c175b645433b56a13242bc
This commit is contained in:
jlal@mozilla.com 2015-04-01 13:09:28 -07:00
Родитель d8ad4516fb
Коммит 8305556de0
10 изменённых файлов: 10 добавлений и 16 удалений

Просмотреть файл

@ -18,8 +18,8 @@ task:
schedulerId: task-graph-scheduler
routes:
- 'index.gecko.v1.{{project}}.revision.linux.{{head_rev}}.{{build_name}}.{{build_type}}'
- 'index.gecko.v1.{{project}}.latest.linux.{{build_name}}.{{build_type}}'
- 'index.gecko.v1.{{project}}.revision.{{head_rev}}.{{build_name}}.{{build_type}}'
- 'index.gecko.v1.{{project}}.latest.{{build_name}}.{{build_type}}'
scopes:
# Nearly all of our build tasks use tc-vcs so just include the scope across
# the board.

Просмотреть файл

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_emulator_base.yml'
variables:
build_name: 'emulator-jb'
build_name: 'emualtor-jb'
build_type: 'debug'
task:
workerType: emulator-jb-debug

Просмотреть файл

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_emulator_base.yml'
variables:
build_name: 'emulator-jb'
build_name: 'emualtor-jb'
build_type: 'opt'
task:
workerType: emulator-jb

Просмотреть файл

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_emulator_base.yml'
variables:
build_name: 'emulator-kk'
build_name: 'emualtor-kk'
build_type: 'debug'
task:
workerType: emulator-kk-debug

Просмотреть файл

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_emulator_base.yml'
variables:
build_name: 'emulator-kk'
build_name: 'emualtor-kk'
build_type: 'opt'
task:
workerType: emulator-kk

Просмотреть файл

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_emulator_base.yml'
variables:
build_name: 'emulator-l'
build_name: 'emualtor-l'
build_type: 'opt'
task:
workerType: emulator-l-debug

Просмотреть файл

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_emulator_base.yml'
variables:
build_name: 'emulator-l'
build_name: 'emualtor-l'
build_type: 'opt'
task:
workerType: emulator-l

Просмотреть файл

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_emulator_x86_base.yml'
variables:
build_name: 'emulator-x86-kk'
build_name: 'emualtor-x86-kk'
build_type: 'opt'
task:
workerType: emualtor-x86-kk

Просмотреть файл

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_emulator_base.yml'
variables:
build_name: 'emulator-x86-l'
build_name: 'emualtor-x86-l'
build_type: 'opt'
task:
workerType: emulator-l

Просмотреть файл

@ -17,10 +17,6 @@ task:
provisionerId: aws-provisioner
schedulerId: task-graph-scheduler
routes:
- 'index.gecko.v1.{{project}}.revision.linux.{{head_rev}}.{{build_name}}.{{build_type}}'
- 'index.gecko.v1.{{project}}.latest.linux.{{build_name}}.{{build_type}}'
scopes:
# Nearly all of our build tasks use tc-vcs so just include the scope across
# the board.
@ -59,8 +55,6 @@ task:
MOZHARNESS_REF: '{{mozharness_ref}}'
extra:
index:
rank: {{pushlog_id}}
treeherder:
groupSymbol: tc
groupName: Submitted by taskcluster