Home | History | Annotate | Download | only in recipes

Lines Matching refs:docker

5 # Recipe which runs the PathKit tests using docker
31 # Make sure this exists, otherwise Docker will make it with root permissions.
35 # the test files to load, so we must copy them there (see Set up for docker).
48 name='Set up for docker',
77 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
82 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
86 os.chmod(out_dir, 0o777) # important, otherwise non-privileged docker can't write.
91 cmd = ['docker', 'run', '--shm-size=2gb', '--rm',
122 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'}
126 'Performance tests of PathKit with Docker',