Home
last modified time | relevance | path

Searched full:gcloud (Results 1 – 25 of 85) sorted by relevance

1234

/external/lottie/
Dgcloud_setup.sh4 echo "Skipping gcloud setup for PR because api keys are not available from forks."
7 echo $GCLOUD_SERVICE_KEY | base64 --decode --ignore-garbage > ${HOME}/gcloud-service-key.json
8 …/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-182.0.0-linux-x86_64.tar.gz -o gcloud.tar.gz
9 tar xzf gcloud.tar.gz -C ${HOME}
11 gcloud auth activate-service-account --key-file ${HOME}/gcloud-service-key.json
12 # - gcloud components update
13 gcloud config set project lottie-snapshots
Dgcloud_run.sh4 echo "Skipping gcloud run for PR because api keys are not available from forks."
11 …/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-209.0.0-linux-x86_64.tar.gz -o gcloud.tar.gz
12 tar xzf gcloud.tar.gz -C ${HOME}
15 echo $GCLOUD_SERVICE_KEY | base64 --decode --ignore-garbage > ${HOME}/.cache/gcloud-service-key.json
16 gcloud auth activate-service-account --key-file ${HOME}/.cache/gcloud-service-key.json
17 gcloud config set project lottie-snapshots
21 gcloud firebase test android run --no-auto-google-login --type instrumentation --device model=Nexus…
/external/tensorflow/tensorflow/tools/gcs_test/
Dgcs_smoke_wrapper.sh44 # Check that gcloud and gsutil binaries are available.
45 GCLOUD_BIN="/var/gcloud/google-cloud-sdk/bin/gcloud"
47 die "ERROR: Unable to find gcloud at path ${GCLOUD_BIN}"
50 GSUTIL_BIN="/var/gcloud/google-cloud-sdk/bin/gsutil"
55 # Check environment variable for gcloud credentials
57 die "ERROR: Required gcloud environment variable "\
85 # First, activate gcloud service account
88 die "ERROR: Failed to activate gcloud service account with JSON key file"
Dgcs_smoke.sh85 # Run the docker image with the GCS key file mapped and the gcloud-required
88 -v ${GCLOUD_JSON_KEY_PATH}:/gcloud-key.json \
89 -e "GOOGLE_APPLICATION_CREDENTIALS=/gcloud-key.json" \
/external/oss-fuzz/infra/build/functions/
Ddeploy.sh41 if ! gcloud pubsub topics describe $topic --project $project ;
43 gcloud pubsub topics create $topic \
55 if gcloud scheduler jobs describe $scheduler_name --project $project ;
57 gcloud scheduler jobs update pubsub $scheduler_name \
63 gcloud scheduler jobs create pubsub $scheduler_name \
77 gcloud functions deploy $name \
158 gcloud datastore indexes create index.yaml --project $PROJECT_ID
/external/grpc-grpc-java/buildscripts/kokoro/
Dgae-interop.sh21 gcloud app services delete $KOKORO_GAE_SERVICE --version $KOKORO_GAE_APP_VERSION --quiet
36 if ! gcloud app versions describe "$DUMMY_DEFAULT_VERSION" --service="$KOKORO_GAE_SERVICE"; then
52 # https://cloud.google.com/sdk/gcloud/reference/topic/datetimes
53 gcloud app versions list --format="get(version.id)" --filter="service=$KOKORO_GAE_SERVICE AND NOT v…
/external/skia/infra/bots/assets/gcloud_linux/
Dcreate.py19 # scripting gcloud and also for updates.
36 # an existing gcloud configuration in $HOME/.config/gcloud
39 gcloud_exe = os.path.join(target_dir, 'bin', 'gcloud')
52 # As of gcloud v250.0.0 and Cloud Firestore Emulator v1.4.6, there is a bug
/external/autotest/site_utils/
Dsync_cloudsql_access.py53 """Login to Google Cloud service for gcloud command to run.
62 # gcloud auth activate-service-account --key-file ~/key.json
63 utils.run('gcloud auth login', stdout_tee=sys.stdout,
124 utils.run('gcloud config set project %s -q' % project)
125 cmd = ('gcloud sql instances patch %s --authorized-networks %s '
155 help='Fetch IPs without updating allowlists in gcloud.')
/external/grpc-grpc-java/gae-interop-testing/
DREADME.md10 - Install the Google Cloud SDK and ensure that `gcloud` is in the path
13 - Associate your `gcloud` environment with your app:
16 $ gcloud auth login
19 $ gcloud config set project PROJECT_ID
/external/skqp/infra/bots/assets/gcloud_linux/
Dcreate.py19 # scripting gcloud and also for updates.
36 # an existing gcloud configuration in $HOME/.config/gcloud
39 gcloud_exe = os.path.join(target_dir, 'bin', 'gcloud')
/external/perfetto/infra/ci/
DMakefile69 gcloud compute --quiet --project=${PROJECT} \
71 gcloud compute --quiet --project=${PROJECT} \
100 gcloud compute --project=${PROJECT} \
114 gcloud compute --quiet --project=${PROJECT} \
128 gcloud compute --quiet \
135 gcloud compute --quiet \
/external/perfetto/infra/git_mirror_bot/
DMakefile20 gcloud --account $(USER)@google.com \
24 gcloud compute \
30 gcloud compute \
/external/perfetto/infra/ci/controller/
DMakefile23 gcloud app deploy -q app.yaml queue.yaml cron.yaml \
29 gcloud app instances delete \
30 …$(shell gcloud app instances list --project ${PROJECT} -v ${GAE_VERSION} -s default | tail -n1 | a…
/external/grpc-grpc/tools/gce/
Dcreate_linux_worker.sh27 gcloud compute instances create "$INSTANCE_NAME" \
40 gcloud compute copy-files \
45 gcloud compute ssh \
Dcreate_linux_kokoro_performance_worker.sh28 gcloud compute instances create "$INSTANCE_NAME" \
41 gcloud compute copy-files \
46 gcloud compute ssh \
Dcreate_interop_worker.sh30 gcloud compute instances create "$INSTANCE_NAME" \
42 gcloud compute copy-files \
47 gcloud compute ssh \
Dcreate_linux_performance_worker.sh32 gcloud compute instances create "$INSTANCE_NAME" \
45 gcloud compute copy-files \
50 gcloud compute ssh \
Dcreate_windows_debug_worker.sh37 gcloud compute disks create "$TMP_DISK_NAME" \
48 gcloud compute instances create "$INSTANCE_NAME" \
/external/tensorflow/tensorflow/core/platform/cloud/
Dgoogle_auth_provider.cc46 // The environment variable which can override '~/.config/gcloud' if set.
54 // The default path to the gcloud config folder, relative to the home folder.
55 constexpr char kGCloudConfigFolder[] = ".config/gcloud/";
57 // The name of the well-known credentials JSON file in the gcloud config folder.
98 /// Returns the well known file produced by command 'gcloud auth login'.
118 "Could not find the credentials file in the standard gcloud location."); in GetWellKnownFileName()
/external/rust/crates/grpcio-sys/grpc/tools/gce/
Dcreate_linux_kokoro_performance_worker.sh35 gcloud compute instances create "$INSTANCE_NAME" \
48 gcloud compute copy-files \
53 gcloud compute ssh \
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/
DREADME.md14 - `gcloud container images list --repository gcr.io/grpc-testing` lists available images.
15 …- `gcloud container images list-tags gcr.io/grpc-testing/grpc_interop_java` should show an image e…
18 - `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_java:v1.9.9` followed by
44 - Download docker image from GCR. For example: `gcloud docker -- pull gcr.io/grpc-testing/grpc_int…
/external/grpc-grpc/tools/interop_matrix/
DREADME.md14 - `gcloud beta container images list --repository gcr.io/grpc-testing` shows image repos.
15 …- `gcloud beta container images list-tags gcr.io/grpc-testing/grpc_interop_java_oracle8` should sh…
17 - `gcloud docker -- pull gcr.io/grpc-testing/grpc_interop_java_oracle8:v1.9.9` followed by
45 - Download docker image from GCR. For example: `gcloud docker -- pull gcr.io/grpc-testing/grpc_int…
/external/python/oauth2client/scripts/
Dlocal_test_setup.sample1 export OAUTH2CLIENT_TEST_JSON_KEY_PATH="tests/data/gcloud/application_default_credentials.json"
4 export OAUTH2CLIENT_TEST_USER_KEY_PATH="tests/data/gcloud/application_default_credentials_authorize…
/external/python/google-api-python-client/docs/dyn/
Diam_v1.projects.serviceAccounts.keys.html147 # <a href="/sdk/gcloud/reference/auth/activate-service-account">gcloud
240 # <a href="/sdk/gcloud/reference/auth/activate-service-account">gcloud
305 # <a href="/sdk/gcloud/reference/auth/activate-service-account">gcloud
/external/oss-fuzz/.github/workflows/
Dinfra_tests.yml33 - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
37 sudo env "PATH=$PATH" gcloud components install beta cloud-datastore-emulator

1234