Bug 1169685: Avoid name clashes in taskcluster index.

Call ota builds <phone>-ota to avoid name clashes with non-ota builds.
This commit is contained in:
Wander Lairson Costa 2015-05-28 19:16:53 -03:00
parent ec0587ce32
commit 2511ca387f
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_aries_spark_ota_base.yml'
variables:
build_name: 'aries'
build_name: 'aries-ota'
build_type: 'debug'
task:
metadata:

View File

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_aries_spark_ota_base.yml'
variables:
build_name: 'aries'
build_name: 'aries-ota'
build_type: 'opt'
task:
metadata:

View File

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_flame_kk_ota_base.yml'
variables:
build_name: 'flame-kk'
build_name: 'flame-kk-ota'
build_type: 'debug'
task:
metadata:

View File

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/b2g_flame_kk_ota_base.yml'
variables:
build_name: 'flame-kk'
build_name: 'flame-kk-ota'
build_type: 'opt'
task:
metadata: