Bug 1148817 - Use machine local pip caches r=me a=taskcluster-only

--HG--
extra : rebase_source : f20a1f110eeed28f52c31c0ac908974f2e3f0335
This commit is contained in:
jlal@mozilla.com 2015-03-28 12:50:09 -07:00
parent e84806faf5
commit b3467d09e9

View File

@ -16,11 +16,14 @@ task:
- 'queue:define-task:aws-provisioner/test-c4-2xlarge'
- 'queue:create-task:aws-provisioner/test-c4-2xlarge'
- 'docker-worker:cache:tc-vcs'
- 'docker-worker:cache:linux-cache'
payload:
image: '{{#docker_image}}tester{{/docker_image}}'
maxRunTime: 3600
cache:
# So pip installs are cached...
linux-cache: /home/worker/.cache
tc-vcs: '/home/worker/.tc-vcs'
env:
GAIA_HEAD_REPOSITORY: '{{{gaia_head_repository}}}'