Bug 1150178 - Fix index types / add phones / prefix with linux r=garndt

--HG--
extra : rebase_source : 42b38a7b80a711eca9a16d9abb3804e99052069b
This commit is contained in:
jlal@mozilla.com 2015-04-01 12:48:20 -07:00
Родитель 86853c5f0d
Коммит d8ad4516fb
10 изменённых файлов: 16 добавлений и 10 удалений

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

@ -18,8 +18,8 @@ task:
schedulerId: task-graph-scheduler
routes:
- 'index.gecko.v1.{{project}}.revision.{{head_rev}}.{{build_name}}.{{build_type}}'
- 'index.gecko.v1.{{project}}.latest.{{build_name}}.{{build_type}}'
- '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.

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_emulator_x86_base.yml'
variables:
build_name: 'emualtor-x86-kk'
build_name: 'emulator-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: 'emualtor-x86-l'
build_name: 'emulator-x86-l'
build_type: 'opt'
task:
workerType: emulator-l

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

@ -17,6 +17,10 @@ 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.
@ -55,6 +59,8 @@ task:
MOZHARNESS_REF: '{{mozharness_ref}}'
extra:
index:
rank: {{pushlog_id}}
treeherder:
groupSymbol: tc
groupName: Submitted by taskcluster