Bug 1234076 - upgrade tc-vcs to 2.3.17 r=wcosta

This commit is contained in:
Gregory Arndt 2015-12-14 11:57:46 -05:00
parent 44df09fd4f
commit bed60995a9
7 changed files with 10 additions and 12 deletions

View File

@ -22,7 +22,7 @@ RUN git config --global user.email "mozilla@example.com" && \
git config --global user.name "mozilla"
# VCS Tools
RUN npm install -g taskcluster-vcs@2.3.12
RUN npm install -g taskcluster-vcs@2.3.17
# TODO enable worker
# TODO volume mount permissions will be an issue

View File

@ -1,2 +0,0 @@
taskcluster

View File

@ -1 +0,0 @@
0.5.9

View File

@ -26,8 +26,6 @@ task:
- 'docker-worker:cache:tc-vcs'
payload:
image: '{{#docker_image}}builder{{/docker_image}}'
# Two hours is long but covers edge cases (and matches bb based infra)
maxRunTime: 7200

View File

@ -3,6 +3,11 @@ $inherits:
variables:
build_product: 'b2g'
task:
payload:
image:
type: 'task-image'
path: 'public/image.tar'
taskId: '{{#task_id_for_image}}builder{{/task_id_for_image}}'
extra:
locations:
test_packages: 'public/build/test_packages.json'

View File

@ -11,11 +11,6 @@ task:
MOZCONFIG: 'b2g/config/mozconfigs/linux64_gecko/nightly'
TOOLTOOL_MANIFEST: 'b2g/config/tooltool-manifests/linux64/releng.manifest'
image:
type: 'task-image'
path: 'public/image.tar'
taskId: '{{#task_id_for_image}}builder{{/task_id_for_image}}'
command:
- /bin/bash
- -c

View File

@ -24,7 +24,10 @@ task:
- 'docker-worker:cache:tc-vcs'
payload:
image: '{{#docker_image}}builder{{/docker_image}}'
image:
type: 'task-image'
path: 'public/image.tar'
taskId: '{{#task_id_for_image}}builder{{/task_id_for_image}}'
maxRunTime: 600