Backed out changeset f8a62747c51c (bug 1338651) for valgrind issues a=backout

This commit is contained in:
Wes Kocher
2017-06-30 14:45:26 -07:00
parent 2913830349
commit 87809bff97
65 changed files with 251 additions and 255 deletions

View File

@@ -32,7 +32,7 @@ def setup_task(config, tasks):
'type': 'persistent',
'name': 'level-{}-{}-tc-vcs'.format(
config.params['level'], config.params['project']),
'mount-point': "/builds/worker/.tc-vcs",
'mount-point': "/home/worker/.tc-vcs",
})
if int(config.params['level']) > 1:
@@ -40,7 +40,7 @@ def setup_task(config, tasks):
'type': 'persistent',
'name': 'level-{}-{}-build-{}-workspace'.format(
config.params['level'], config.params['project'], task['name']),
'mount-point': "/builds/worker/workspace",
'mount-point': "/home/worker/workspace",
})
# Need appropriate scopes for secrets, from the 'build' section