Bug 1213878 - Make caches for linux and android builds branch specific r=wcosta

--HG--
extra : commitid : LbZZBq91Ysa
extra : rebase_source : 78b5869a5c2ecc0383578d6b19ee924174cf6bde
This commit is contained in:
Gregory Arndt 2015-10-12 10:32:25 -05:00
parent 8e052f3a6c
commit 8505844ef1
8 changed files with 16 additions and 16 deletions

View File

@ -15,7 +15,7 @@ task:
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.android-api-11'
scopes:
- 'docker-worker:cache:build-android-api-11-c6-workspace'
- 'docker-worker:cache:build-{{project}}-android-api-11-c6-workspace'
- 'docker-worker:cache:tooltool-cache'
- 'docker-worker:relengapi-proxy:tooltool.download.internal'
- 'docker-worker:relengapi-proxy:tooltool.download.public'
@ -23,7 +23,7 @@ task:
payload:
image: '{{#docker_image}}desktop-build{{/docker_image}}'
cache:
build-android-api-11-c6-workspace: '/home/worker/workspace'
build-{{project}}-android-api-11-c6-workspace: '/home/worker/workspace'
tooltool-cache: '/home/worker/tooltool-cache'
features:

View File

@ -15,7 +15,7 @@ task:
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.android-api-11-b2gdroid'
scopes:
- 'docker-worker:cache:build-android-api-11-c6-workspace'
- 'docker-worker:cache:build-{{project}}-android-api-11-c6-workspace'
- 'docker-worker:cache:tooltool-cache'
- 'docker-worker:relengapi-proxy:tooltool.download.internal'
- 'docker-worker:relengapi-proxy:tooltool.download.public'
@ -23,7 +23,7 @@ task:
payload:
image: '{{#docker_image}}desktop-build{{/docker_image}}'
cache:
build-android-api-11-c6-workspace: '/home/worker/workspace'
build-{{project}}-android-api-11-c6-workspace: '/home/worker/workspace'
tooltool-cache: '/home/worker/tooltool-cache'
features:

View File

@ -15,7 +15,7 @@ task:
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.android-api-11-partner-sample1'
scopes:
- 'docker-worker:cache:build-android-api-11-c6-workspace'
- 'docker-worker:cache:build-{{project}}-android-api-11-c6-workspace'
- 'docker-worker:cache:tooltool-cache'
- 'docker-worker:relengapi-proxy:tooltool.download.internal'
- 'docker-worker:relengapi-proxy:tooltool.download.public'
@ -23,7 +23,7 @@ task:
payload:
image: '{{#docker_image}}desktop-build{{/docker_image}}'
cache:
build-android-api-11-c6-workspace: '/home/worker/workspace'
build-{{project}}-android-api-11-c6-workspace: '/home/worker/workspace'
tooltool-cache: '/home/worker/tooltool-cache'
features:

View File

@ -3,8 +3,8 @@ $inherits:
task:
# same as clobber, but with a cached workspace
scopes:
- 'docker-worker:cache:build-linux32-c6-workspace'
- 'docker-worker:cache:build-{{project}}-linux32-c6-workspace'
payload:
cache:
build-linux32-c6-workspace: '/home/worker/workspace'
build-{{project}}-linux32-c6-workspace: '/home/worker/workspace'

View File

@ -3,8 +3,8 @@ $inherits:
task:
# same as clobber, but with a cached workspace
scopes:
- 'docker-worker:cache:build-linux64-c6-workspace'
- 'docker-worker:cache:build-{{project}}-linux64-c6-workspace'
payload:
cache:
build-linux64-c6-workspace: '/home/worker/workspace'
build-{{project}}-linux64-c6-workspace: '/home/worker/workspace'

View File

@ -3,8 +3,8 @@ $inherits:
task:
# same as clobber, but with a cached workspace
scopes:
- 'docker-worker:cache:build-linux32-c6-workspace'
- 'docker-worker:cache:build-{{project}}-linux32-c6-workspace'
payload:
cache:
build-linux32-c6-workspace: '/home/worker/workspace'
build-{{project}}-linux32-c6-workspace: '/home/worker/workspace'

View File

@ -3,8 +3,8 @@ $inherits:
task:
# same as clobber, but with a cached workspace
scopes:
- 'docker-worker:cache:build-linux64-c6-workspace'
- 'docker-worker:cache:build-{{project}}-linux64-c6-workspace'
payload:
cache:
build-linux64-c6-workspace: '/home/worker/workspace'
build-{{project}}-linux64-c6-workspace: '/home/worker/workspace'

View File

@ -9,7 +9,7 @@ task:
description: 'Linux64 Static Analysis Opt'
scopes:
- 'docker-worker:cache:build-linux64-st-an-workspace'
- 'docker-worker:cache:build-{{project}}-linux64-st-an-workspace'
routes:
- 'index.buildbot.branches.{{project}}.linux64-st-an'
@ -17,7 +17,7 @@ task:
payload:
cache:
build-linux64-st-an-workspace: '/home/worker/workspace'
build-{{project}}-linux64-st-an-workspace: '/home/worker/workspace'
env:
MOZHARNESS_SCRIPT: 'mozharness/scripts/fx_desktop_build.py'
MOZHARNESS_CONFIG: 'builds/releng_sub_linux_configs/64_stat_and_opt.py balrog/production.py'