mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1234076 - upgrade tc-vcs to 2.3.17 r=wcosta
This commit is contained in:
parent
44df09fd4f
commit
bed60995a9
@ -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
|
||||
|
@ -1,2 +0,0 @@
|
||||
taskcluster
|
||||
|
@ -1 +0,0 @@
|
||||
0.5.9
|
@ -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
|
||||
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user