From 540def6b179f6bafb1eadaf76989302db8652d63 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 30 Mar 2026 20:25:10 +0000 Subject: [PATCH] chore: Migrate gsutil usage to gcloud storage Source-Link: https://github.com/googleapis/synthtool/commit/ba9afbd284495433734b84686ef8ef6785c60128 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:acf619c4b5524339893badb3ad0eacfb854e958f5030167f0c5f780337607636 --- .github/.OwlBot.lock.yaml | 6 +++--- .github/blunderbuss.yml | 4 ++-- .kokoro/trampoline_v2.sh | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 4a311db0294..23e8a58fbac 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:543e209e7c1c1ffe720eb4db1a3f045a75099304fb19aa11a47dc717b8aae2a9 -# created: 2025-10-09T14:48:42.914384887Z + digest: sha256:acf619c4b5524339893badb3ad0eacfb854e958f5030167f0c5f780337607636 +# created: 2026-03-30T20:19:25.498382238Z diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml index 990b311467a..1a3af889b5f 100644 --- a/.github/blunderbuss.yml +++ b/.github/blunderbuss.yml @@ -5,7 +5,7 @@ # team, please update `codeowner_team` in `.repo-metadata.json`. assign_issues: - - googleapis/python-core-client-libraries + - googleapis/cloud-sdk-python-team assign_issues_by: - labels: @@ -14,4 +14,4 @@ assign_issues_by: - googleapis/python-samples-reviewers assign_prs: - - googleapis/python-core-client-libraries + - googleapis/cloud-sdk-python-team diff --git a/.kokoro/trampoline_v2.sh b/.kokoro/trampoline_v2.sh index 35fa529231d..d03f92dfc48 100755 --- a/.kokoro/trampoline_v2.sh +++ b/.kokoro/trampoline_v2.sh @@ -26,8 +26,8 @@ # To run this script, first download few files from gcs to /dev/shm. # (/dev/shm is passed into the container as KOKORO_GFILE_DIR). # -# gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/secrets_viewer_service_account.json /dev/shm -# gsutil cp gs://cloud-devrel-kokoro-resources/python-docs-samples/automl_secrets.txt /dev/shm +# gcloud storage cp gs://cloud-devrel-kokoro-resources/python-docs-samples/secrets_viewer_service_account.json /dev/shm +# gcloud storage cp gs://cloud-devrel-kokoro-resources/python-docs-samples/automl_secrets.txt /dev/shm # # Then run the script. # .kokoro/trampoline_v2.sh