Bug 1151877 - Add buildbot freindly index routes for emulator-kk/ics r=me

--HG--
extra : rebase_source : 81ac82c9be4bef1b870f77052714246cbf13b403
This commit is contained in:
jlal@mozilla.com 2015-04-09 12:11:23 -07:00
Родитель fc5793d039
Коммит ebc9392321
3 изменённых файлов: 7 добавлений и 1 удалений

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

@ -127,6 +127,6 @@ ENV LOGNAME worker
# Declare default working folder # Declare default working folder
WORKDIR /home/worker WORKDIR /home/worker
# Set a default command useful for debugging # Set a default command useful for debugging
CMD ["/bin/bash", "--login"] CMD ["/bin/bash", "--login"]

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

@ -5,6 +5,9 @@ $inherits:
build_name: 'emulator-ics' build_name: 'emulator-ics'
task: task:
workerType: emulator-ics workerType: emulator-ics
routes:
- 'index.buildbot.branches.{{project}}.emulator-ics'
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.emulator-ics'
scopes: scopes:
- 'docker-worker:cache:workspace-emulator-ics-opt' - 'docker-worker:cache:workspace-emulator-ics-opt'
metadata: metadata:

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

@ -5,6 +5,9 @@ $inherits:
build_type: 'opt' build_type: 'opt'
task: task:
workerType: emulator-kk workerType: emulator-kk
routes:
- 'index.buildbot.branches.{{project}}.emulator-kk'
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.emulator-kk'
scopes: scopes:
- 'docker-worker:cache:workspace-emulator-kk-opt' - 'docker-worker:cache:workspace-emulator-kk-opt'
metadata: metadata: