HomeSort by relevance Sort by last modified time
    Searched refs:docker (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /external/grpc-grpc-java/buildscripts/
build_docker.sh 9 docker build -t protoc-artifacts "$proto_dir"/protobuf-61476b8e74357ea875f71bb321874ca4530b7d50/protoc-artifacts
run_in_docker.sh 22 # docker.
23 exec docker run $DOCKER_ARGS --rm=true -v "${grpc_java_dir}":/grpc-java -w /grpc-java \
  /external/perfetto/infra/kokoro_ci/
run_test_in_container.sh 35 sudo docker run --rm -t \
  /external/tensorflow/tensorflow/tools/gcs_test/
gcs_smoke.sh 59 # Create temporary directory for docker build
77 # Build the docker image for testing
78 docker build --no-cache \
80 die "FAIL: Failed to build docker image for testing"
82 # Clean up docker build context directory.
85 # Run the docker image with the GCS key file mapped and the gcloud-required
87 docker run --rm \
  /external/tensorflow/tensorflow/lite/experimental/micro/testing/
test_bluepill_binary.sh 29 docker build -t renode_bluepill \
35 if ! docker run \
  /external/skia/infra/bots/recipes/
test_skqp_emulator.py 5 # Recipe which runs the SKQP apk using docker and an Android Emulator
20 DOCKER_IMAGE = ('butomo1989/docker-android-x86-8.1@sha256:'
51 start_cmd = ['docker', 'run', '--privileged', '--rm', '-d', # detached/daemon
58 wait_cmd = ['docker', 'exec', container_name,
72 # else kill docker container
74 print subprocess.check_output(['docker', 'kill', container_name])
83 'Test SQKP with Android Emulator in Docker',
84 cmd=['docker', 'exec', container_name,
90 cmd=['docker', 'kill', container_name],
test_canvaskit.py 5 # Recipe which runs the Canvaskit 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).
43 name='Set up for docker',
72 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
77 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
81 os.chmod(out_dir, 0o777) # important, otherwise non-privileged docker can't write.
87 cmd = ['docker', 'run', '--shm-size=2gb', '--rm',
111 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'}
115 'Test CanvasKit with Docker',
    [all...]
test_lottie_web.py 5 # Recipe which generates the Gold images for lottie-web using docker
22 LOTTIECAP_SCRIPT = '/SRC/skia/infra/lottiecap/docker/lottiecap_gold.sh'
33 # the docker image.
38 # Make sure this exists, otherwise Docker will make it with root permissions.
41 # symlinks, which does not work well with Docker because we can't mount
50 name='Set up for docker',
60 # them in the docker container.
66 # This typically means that the non-privileged docker won't be able to write.
72 cmd = ['docker', 'run', '--shm-size=2gb', '--rm',
98 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'}
    [all...]
perf_canvaskit.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).
43 name='Set up for docker',
72 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
77 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
81 os.chmod(out_dir, 0o777) # important, otherwise non-privileged docker can't write.
87 cmd = ['docker', 'run', '--shm-size=2gb', '--rm',
112 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'}
116 'Performance tests of canvaskit with Docker',
    [all...]
perf_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).
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',
    [all...]
  /external/skqp/infra/bots/recipes/
test_skqp_emulator.py 5 # Recipe which runs the SKQP apk using docker and an Android Emulator
20 DOCKER_IMAGE = ('butomo1989/docker-android-x86-8.1@sha256:'
51 start_cmd = ['docker', 'run', '--privileged', '--rm', '-d', # detached/daemon
58 wait_cmd = ['docker', 'exec', container_name,
72 # else kill docker container
74 print subprocess.check_output(['docker', 'kill', container_name])
83 'Test SQKP with Android Emulator in Docker',
84 cmd=['docker', 'exec', container_name,
90 cmd=['docker', 'kill', container_name],
test_canvaskit.py 5 # Recipe which runs the Canvaskit 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).
43 name='Set up for docker',
72 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
77 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
81 os.chmod(out_dir, 0o777) # important, otherwise non-privileged docker can't write.
87 cmd = ['docker', 'run', '--shm-size=2gb', '--rm',
111 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'}
115 'Test CanvasKit with Docker',
    [all...]
test_lottie_web.py 5 # Recipe which generates the Gold images for lottie-web using docker
22 LOTTIECAP_SCRIPT = '/SRC/skia/infra/lottiecap/docker/lottiecap_gold.sh'
33 # the docker image.
38 # Make sure this exists, otherwise Docker will make it with root permissions.
41 # symlinks, which does not work well with Docker because we can't mount
50 name='Set up for docker',
60 # them in the docker container.
66 # This typically means that the non-privileged docker won't be able to write.
72 cmd = ['docker', 'run', '--shm-size=2gb', '--rm',
98 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'}
    [all...]
perf_canvaskit.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).
43 name='Set up for docker',
72 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
77 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
81 os.chmod(out_dir, 0o777) # important, otherwise non-privileged docker can't write.
87 cmd = ['docker', 'run', '--shm-size=2gb', '--rm',
112 env = {'DOCKER_CONFIG': '/home/chrome-bot/.docker'}
116 'Performance tests of canvaskit with Docker',
    [all...]
perf_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).
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',
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/builds/
docker_test.sh 17 # Build and test TensorFlow docker images.
23 # TAG : Docker image tag
24 # WHL_PATH : Path to the whl file to be installed inside the docker image
60 DOCKERFILE="tensorflow/tools/docker/Dockerfile"
62 DOCKERFILE="tensorflow/tools/docker/Dockerfile.gpu"
64 DOCKERFILE="tensorflow/tools/docker/Dockerfile.rocm"
69 # Verify docker binary existence
70 if [[ -z $(which docker) ]]; then
71 die "FAILED: docker binary unavailable"
84 # Build docker imag
    [all...]
  /external/grpc-grpc/tools/gce/
linux_worker_init.sh 36 # Install Docker
37 curl -sSL https://get.docker.com/ | sh
42 # Enable jenkins to use docker without sudo:
43 sudo usermod -aG docker jenkins
45 # Use "overlay" storage driver for docker
47 printf "{\n\t\"storage-driver\": \"overlay\"\n}" | sudo tee /etc/docker/daemon.json
74 # Restart for docker to pick up the config changes.
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/
build_docker_image.sh 2 #===- llvm/utils/docker/build_docker_image.sh ----------------------------===//
26 Docker-specific:
28 -d|--docker-repository docker repository for the image
29 -t|--docker-tag docker tag for the image
52 Required options: --source and --docker-repository, at least one
60 will produce two docker images:
93 -d|--docker-repository)
98 -t|--docker-tag
    [all...]
  /external/tensorflow/tensorflow/java/maven/
release.sh 50 docker run \
  /external/tensorflow/tensorflow/tools/ci_build/linux/
libtensorflow_docker.sh 19 # Builds a docker container and then builds in said container.
35 DOCKER_BINARY="docker"
38 DOCKER_BINARY="nvidia-docker"
43 DOCKER_BINARY="docker"
47 docker build \
  /external/skia/modules/pathkit/
Makefile 51 # Build the library and run the tests using the docker image. If developing locally,
52 # test-docker-continuous is better, although if you make changes to the C++/WASM code,
54 test-docker:
59 docker run --rm -v $$SKIA_ROOT:/SRC -v $$SKIA_ROOT/out/dockerbuild:/OUT \
64 docker run --rm -v $$SKIA_ROOT:/SRC -v $$SKIA_ROOT/out/dockerbuild:/OUT \
69 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC gcr.io/skia-public/karma-chrome-tests:68.0.3440.106_v4 \
71 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC -e ASM_JS=1 gcr.io/skia-public/karma-chrome-tests:68.0.3440.106_v4 \
74 test-docker-continuous:
76 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC gcr.io/skia-public/karma-chrome-tests:68.0.3440.106_v4 \
79 test-docker-continuous-asmjs
    [all...]
  /external/skqp/modules/pathkit/
Makefile 51 # Build the library and run the tests using the docker image. If developing locally,
52 # test-docker-continuous is better, although if you make changes to the C++/WASM code,
54 test-docker:
59 docker run --rm -v $$SKIA_ROOT:/SRC -v $$SKIA_ROOT/out/dockerbuild:/OUT \
64 docker run --rm -v $$SKIA_ROOT:/SRC -v $$SKIA_ROOT/out/dockerbuild:/OUT \
69 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC gcr.io/skia-public/karma-chrome-tests:68.0.3440.106_v4 \
71 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC -e ASM_JS=1 gcr.io/skia-public/karma-chrome-tests:68.0.3440.106_v4 \
74 test-docker-continuous:
76 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC gcr.io/skia-public/karma-chrome-tests:68.0.3440.106_v4 \
79 test-docker-continuous-asmjs
    [all...]
  /development/tools/repo_diff/service/repodiff/
Makefile 109 @echo "Starting docker image build"
134 @echo "Stopping all existing docker images"
135 $(RUN_COMMAND_REMOTE) 'docker stop $$(docker ps -a -q)' 2>/dev/null || true
136 docker image save $(DOCKER_CANONICAL_ID) -o transferrable_docker_image.tar \
138 && $(RUN_COMMAND_REMOTE) 'docker load -i transferred_docker_image.tar' \
139 && $(RUN_COMMAND_REMOTE) 'docker run -d --rm -p $(DOCKER_TARGET_PORT):$(DOCKER_TARGET_PORT) $(DOCKER_CANONICAL_ID)' \
151 ############## DOCKER DEPLOYMENT
165 docker build -t $(DOCKER_CANONICAL_ID) ./build
169 docker run -it --rm $(DOCKER_CANONICAL_ID) bas
    [all...]
  /external/tensorflow/tensorflow/tools/docker/
parameterized_docker_build.sh 16 # Parameterized build and test for TensorFlow Docker images.
30 # Specifies the branch to checkout for devel docker images
58 # during basic checks on the newly-built docker image.
64 # such as gcr.io or Docker Hub.
93 # A list (array) of docker build args. Will be passed to docker build
134 # Make sure that docker is available on path
135 if [[ -z $(which docker) ]]; then
136 die "ERROR: docker is not available on path"
152 die "ERROR: TF_DOCKER_BUILD_DEVEL_BRANCH is missing for devel docker build
    [all...]
  /external/skia/modules/canvaskit/tests/
util.js 6 // In docker, the webgl canvas is blank, but the surface has the pixel

Completed in 669 milliseconds

1 23 4 5