Bug 1240477 - Add environment variable to change docker run length r=wcosta

--HG--
extra : commitid : 4hXgWDQ5sa
This commit is contained in:
Gregory Arndt 2016-01-22 11:45:49 -06:00
parent 9eeec8a007
commit 357044f2d4
2 changed files with 6 additions and 0 deletions

View File

@ -31,3 +31,6 @@ task:
TARGET: 'emulator-jb'
B2G_DEBUG: 1
TOOLTOOL_MANIFEST: 'b2g/config/emulator-jb/releng-emulator-jb.tt'
# This setting is to offset the number of arugments passsed into docker run
# for https://github.com/docker/docker/issues/14203
DOCKER_OVERRIDE: 1

View File

@ -31,3 +31,6 @@ task:
TARGET: 'emulator-kk'
TOOLTOOL_MANIFEST: 'b2g/config/emulator-kk/releng-emulator-kk.tt'
B2G_DEBUG: 1
# This setting is to offset the number of arugments passsed into docker run
# for https://github.com/docker/docker/issues/14203
DOCKER_OVERRIDE: 1