/external/grpc-grpc/tools/interop_matrix/ |
create_testcases.sh | 23 # KEEP_IMAGE - Do not clean local docker image created for the test cases. 43 docker rmi -f $docker_image
|
/external/libcxx/utils/docker/scripts/ |
build_gcc.sh | 2 #===- libcxx/utils/docker/scripts/build-gcc.sh ----------------------------===// 18 Run autoconf with the specified arguments. Used inside docker container.
|
build_install_llvm.sh | 2 #===- llvm/utils/docker/scripts/build_install_llvm.sh ---------------------===// 17 Run cmake with the specified arguments. Used inside docker container.
|
checkout_git.sh | 2 #===- llvm/utils/docker/scripts/checkout.sh ---------------------===// 17 Checkout svn sources into /tmp/clang-build/src. Used inside a docker container.
|
/external/skia/experimental/wasm-skp-debugger/ |
karma.conf.js | 1 const isDocker = require('is-docker')(); 58 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
|
/external/skia/modules/canvaskit/ |
Makefile | 65 docker-compile: 67 docker run --rm --volume ${SKIA_ROOT}:/SRC \
|
karma.conf.js | 1 const isDocker = require('is-docker')(); 61 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
|
karma.bench.conf.js | 1 const isDocker = require('is-docker')(); 60 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
|
/external/skqp/experimental/canvaskit/ |
karma.conf.js | 1 const isDocker = require('is-docker')(); 59 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
|
karma.bench.conf.js | 1 const isDocker = require('is-docker')(); 59 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/ |
build_install_llvm.sh | 2 #===- llvm/utils/docker/scripts/build_install_llvm.sh ---------------------===// 17 Run cmake with the specified arguments. Used inside docker container.
|
checkout.sh | 2 #===- llvm/utils/docker/scripts/checkout.sh ---------------------===// 17 Checkout svn sources into /tmp/clang-build/src. Used inside a docker container.
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
mkall.sh | 50 # Files generated through docker (use $cmd so you can Ctl-C the build or run) 51 $cmd docker build --tag generate:$GOOS $GOOS 52 $cmd docker run --interactive --tty --volume $(dirname "$(readlink -f "$0")"):/build generate:$GOOS
|
mkpost.go | 33 if os.Getenv("GOLANG_SYS_BUILD") != "docker" {
|
/external/tensorflow/tensorflow/tools/ci_build/ |
ci_build.sh | 20 # CONTAINER_TYPE: Type of the docker container used the run the build: 23 # DOCKERFILE_PATH: (Optional) Path to the Dockerfile used for docker build. 28 # COMMAND: Command to be executed in the docker container, e.g., 38 # Dockerfile to be used in docker build 46 echo "Using custom docker build context path: ${DOCKER_CONTEXT_PATH}" 81 # Use nvidia-docker if the container is GPU. 83 DOCKER_BINARY="nvidia-docker" 85 DOCKER_BINARY="docker" 114 # Determine the docker image name 118 # commas (,) and equal signs (=), which are not valid inside docker image names [all...] |
/external/skia/infra/bots/recipes/ |
test_pathkit.py | 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). 53 name='Set up for docker', 82 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read. 87 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read. 91 os.chmod(out_dir, 0o777) # important, otherwise non-privileged docker can't write. 97 cmd = ['docker', 'run', '--shm-size=2gb', '--rm', 127 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'} 131 'Test PathKit with Docker', [all...] |
/external/skqp/infra/bots/recipes/ |
test_pathkit.py | 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). 53 name='Set up for docker', 82 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read. 87 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read. 91 os.chmod(out_dir, 0o777) # important, otherwise non-privileged docker can't write. 97 cmd = ['docker', 'run', '--shm-size=2gb', '--rm', 127 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'} 131 'Test PathKit with Docker', [all...] |
/external/skia/modules/pathkit/ |
karma.bench.conf.js | 1 const isDocker = require('is-docker')(); 57 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
|
karma.conf.js | 1 const isDocker = require('is-docker')(); 58 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
|
/external/skqp/modules/pathkit/ |
karma.bench.conf.js | 1 const isDocker = require('is-docker')(); 57 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
|
karma.conf.js | 1 const isDocker = require('is-docker')(); 58 // See https://hackernoon.com/running-karma-tests-with-headless-chrome-inside-docker-ae4aceb06ed3
|
/external/tensorflow/tools/ |
tf_env_collect.sh | 46 echo '== are we in docker =============================================' 47 num=`cat /proc/1/cgroup | grep docker | wc -l`;
|
/external/tensorflow/tensorflow/tools/dockerfiles/ |
assembler.py | 15 """Multipurpose TensorFlow Docker Helper. 19 - Pushes images to Docker Hub (provided with credentials) 45 import docker 68 'Push tags to this Docker Hub repository, e.g. tensorflow/tensorflow') 73 ('Push built images to Docker Hub (you must also provide --hub_username, ' 151 'Disable the Docker build cache; identical to "docker build --no-cache"') 376 cli_args: List of ARG=foo arguments to pass along to Docker build 431 """Upload a docker image (to be used by multiprocessing).""" 501 # Set up Docker helpe [all...] |
/external/google-fruit/ |
.travis.yml | 251 - docker
|
/external/skia/infra/bots/ |
gen_tasks.go | 140 Name: "docker", 141 Path: "cache/docker", 356 // Docker being installed is the most important part. 632 // Doesn't require a lot of resources, but some steps require docker 785 // usesDocker adds attributes to tasks which use docker. [all...] |