Bug 1276352 - Fix platforms to match buildbot convention; r=dustin, garndt

MozReview-Commit-ID: 62fKVy2UEUd
This commit is contained in:
Mike Shal 2016-06-02 14:23:09 -04:00
Родитель 89eb462c94
Коммит f989eff1a5
6 изменённых файлов: 17 добавлений и 17 удалений

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

@ -1,13 +1,13 @@
$inherits:
from: 'tasks/builds/firefox_docker_base.yml'
variables:
build_name: 'linux32'
build_name: 'linux'
task:
#workerType: ..
routes:
- 'index.buildbot.branches.{{project}}.linux32'
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.linux32'
- 'index.buildbot.branches.{{project}}.linux'
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.linux'
scopes:
- 'docker-worker:cache:tooltool-cache'

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

@ -1,12 +1,12 @@
$inherits:
from: 'tasks/builds/base_linux32.yml'
variables:
build_name: 'linux32'
build_type: 'dbg'
build_name: 'linux'
build_type: 'debug'
task:
metadata:
name: '[TC] Linux32 Dbg'
description: 'Linux32 Dbg'
name: '[TC] Linux32 Debug'
description: 'Linux32 Debug'
routes:
- 'coalesce.v1.builds.{{project}}.dbg_linux32'

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

@ -2,11 +2,11 @@ $inherits:
from: 'tasks/builds/base_linux64.yml'
variables:
build_name: 'linux64-asan'
build_type: 'dbg'
build_type: 'debug'
task:
metadata:
name: '[TC] Linux64 ASan Dbg'
description: 'Linux64 ASan Dbg'
name: '[TC] Linux64 ASan Debug'
description: 'Linux64 ASan Debug'
routes:
- 'index.buildbot.branches.{{project}}.linux64-asan'

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

@ -2,11 +2,11 @@ $inherits:
from: 'tasks/builds/base_linux64.yml'
variables:
build_name: 'linux64'
build_type: 'dbg'
build_type: 'debug'
task:
metadata:
name: '[TC] Linux64 Dbg'
description: 'Linux64 Dbg'
name: '[TC] Linux64 Debug'
description: 'Linux64 Debug'
routes:
- 'index.buildbot.branches.{{project}}.linux64-debug'

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

@ -2,11 +2,11 @@ $inherits:
from: 'tasks/builds/base_macosx64.yml'
variables:
build_name: 'macosx64'
build_type: 'dbg'
build_type: 'debug'
task:
metadata:
name: '[TC] MacOSX64 Dbg'
description: 'MacOSX64 Dbg'
name: '[TC] MacOSX64 Debug'
description: 'MacOSX64 Debug'
workerType: dbg-macosx64

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

@ -1,7 +1,7 @@
$inherits:
from: 'tasks/builds/base_linux32.yml'
variables:
build_name: 'linux32'
build_name: 'linux'
build_type: 'opt'
task:
metadata: