Home
last modified time | relevance | path

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

12345678

/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/python/google-auth-library-python/system_tests/
Dnoxfile.py69 # The full path to the gcloud cli executable.
70 GCLOUD = str(CLOUD_SDK_INSTALL_DIR.join("bin", "gcloud")) variable
72 # gcloud requires Python 2 and doesn't work on 3, so we need to tell it
87 # This tells gcloud which Python interpreter to use (always use 2.7)
89 # This set the $PATH for the subprocesses so they can find the gcloud
95 # If gcloud cli executable already exists, just update it.
96 if py.path.local(GCLOUD).exists():
97 session.run(GCLOUD, "components", "update", "-q")
145 GCLOUD, "auth", "activate-service-account", "--key-file", SERVICE_ACCOUNT_FILE
149 session.run(GCLOUD, "config", "set", "project", "example-project")
[all …]
/external/python/google-auth-library-python/google/auth/
D_cloud_sdk.py27 # The ~/.config subdirectory containing gcloud credentials.
28 _CONFIG_DIRECTORY = "gcloud"
29 # Windows systems store config at %APPDATA%\gcloud
35 _CLOUD_SDK_POSIX_COMMAND = "gcloud"
36 _CLOUD_SDK_WINDOWS_COMMAND = "gcloud.cmd"
59 # Non-windows systems store this at ~/.config/gcloud
62 # Windows systems store config at %APPDATA%\gcloud
106 # Ignore the stderr coming from gcloud, so it won't be mixed into the output.
124 """Load user access token with the ``gcloud auth print-access-token`` command.
135 token from gcloud.
/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 "\
89 # First, activate gcloud service account
92 die "ERROR: Failed to activate gcloud service account with JSON key file"
/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 \
154 gcloud datastore indexes create index.yaml --project $PROJECT_ID
/external/skia/infra/bots/gen_tasks_logic/
Dtask_builder.go250 // "gcloud auth configure-docker", typically looks like this:
254 // "gcr.io": "gcloud",
255 // "us.gcr.io": "gcloud",
256 // "eu.gcr.io": "gcloud",
257 // "asia.gcr.io": "gcloud",
258 // "staging-k8s.gcr.io": "gcloud",
259 // "marketplace.gcr.io": "gcloud"
264 // named "docker-credential-gcloud" [2], which is part of the Google Cloud SDK. This program is
265 // a shell script that invokes the "gcloud" command, which is itself a shell script that probes
267 // /usr/lib/google-cloud-sdk/lib/gcloud.py. For some unknown reason, sometimes "gcloud" decides
[all …]
/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.py20 # scripting gcloud and also for updates.
38 # an existing gcloud configuration in $HOME/.config/gcloud
41 gcloud_exe = os.path.join(target_dir, 'bin', 'gcloud')
54 # As of gcloud v250.0.0 and Cloud Firestore Emulator v1.4.6, there is a bug
/external/python/google-auth-library-python/scripts/
Dsetup_external_accounts.sh81 gcloud config set project $project_id
84 gcloud beta iam workload-identity-pools create $pool_id \
90 gcloud beta iam workload-identity-pools providers create-oidc $oidc_provider_id \
97 gcloud beta iam workload-identity-pools providers create-aws $aws_provider_id \
103 gcloud iam service-accounts add-iam-policy-binding $service_account_email \
107 gcloud iam service-accounts add-iam-policy-binding $service_account_email \
/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/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/crosvm/infra/recipe_modules/crosvm/resources/
Dcodecov_wrapper.sh5 # Calls the provided command with CODECOV_TOKEN set. The token is obtained via the gcloud Secret
9 # This script will only work if you have access to the above service via gcloud.
11 CODECOV_TOKEN=$(gcloud --project=crosvm-infra secrets versions access latest --secret="codecov-goog…
/external/python/python-api-core/docs/
Dauth.rst21 $ gcloud auth application-default login
27 $ gcloud auth login
29 Previously, ``gcloud auth login`` was used for both use cases. If
30 your ``gcloud`` installation does not support the new command,
35 $ gcloud components update
168 Application Default Credentials using ``gcloud auth login``
/external/grpc-grpc/tools/gce/
Dcreate_linux_kokoro_performance_worker.sh28 gcloud compute instances create "$INSTANCE_NAME" \
41 gcloud compute copy-files \
46 gcloud compute ssh \
Dcreate_linux_worker.sh27 gcloud compute instances create "$INSTANCE_NAME" \
40 gcloud compute copy-files \
45 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 \
/external/python/google-auth-library-python/.kokoro/
Dbuild-systests.sh40 # Activate gcloud with service account credentials
41 gcloud auth activate-service-account --key-file=$GOOGLE_APPLICATION_CREDENTIALS
42 gcloud config set project ${PROJECT_ID}
/external/perfetto/infra/git_mirror_bot/
DMakefile20 gcloud --account $(USER)@google.com \
24 gcloud compute \
30 gcloud compute \
/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/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/python/google-api-python-client/scripts/
Ddecrypt-secrets.sh36 gcloud secrets versions access latest --secret="python-docs-samples-test-env" \
39 gcloud secrets versions access latest \
43 gcloud secrets versions access latest \
/external/python/python-api-core/scripts/
Ddecrypt-secrets.sh36 gcloud secrets versions access latest --secret="python-docs-samples-test-env" \
39 gcloud secrets versions access latest \
43 gcloud secrets versions access latest \

12345678