Bug 1150745 - Add compatible indexes for buildbot namespace r=me

--HG--
extra : rebase_source : 262f03aeef5c6289f9f04901b9afe71f60d74748
This commit is contained in:
jlal@mozilla.com 2015-04-03 10:38:54 -07:00
Родитель f4d3844957
Коммит fe37408973
2 изменённых файлов: 10 добавлений и 1 удалений

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

@ -5,7 +5,11 @@ $inherits:
build_type: 'opt'
task:
scopes:
- 'docker-worker:cache:workspace-b2g-desktop-objects-opt'
- 'docker-worker:cache:workspace-b2g-desktop-objects-opt'
routes:
- 'index.buildbot.branches.{{project}}.linux64_gecko'
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.linux64_gecko'
workerType: b2g-desktop-opt
payload:
cache:

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

@ -9,6 +9,11 @@ task:
description: Mulet Linux
workerType: mulet-opt
routes:
- 'index.buildbot.branches.{{project}}.linux64-mulet'
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.linux64-mulet'
scopes:
- 'docker-worker:cache:build-mulet-linux-workspace'
- 'docker-worker:cache:tooltool-cache'