From 1f615d08ff74e9b40de175d4690f7697a9c8b2e5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 25 Oct 2021 19:33:06 +0000 Subject: [PATCH 1/4] chore(python): push cloud library docs to staging bucket for Cloud RAD Source-Link: https://github.com/googleapis/synthtool/commit/7fd61f8efae782a7cfcecc599faf52f9737fe584 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60 --- .github/.OwlBot.lock.yaml | 2 +- .kokoro/docs/common.cfg | 4 +++- noxfile.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 7d98291..108063d 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -1,3 +1,3 @@ docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:58f73ba196b5414782605236dd0712a73541b44ff2ff4d3a36ec41092dd6fa5b + digest: sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60 diff --git a/.kokoro/docs/common.cfg b/.kokoro/docs/common.cfg index abd7ad7..c790a9a 100644 --- a/.kokoro/docs/common.cfg +++ b/.kokoro/docs/common.cfg @@ -30,7 +30,9 @@ env_vars: { env_vars: { key: "V2_STAGING_BUCKET" - value: "docs-staging-v2" + # Push non-cloud library docs to `docs-staging-v2-staging` instead of the + # Cloud RAD bucket `docs-staging-v2` + value: "docs-staging-v2-staging" } # It will upload the docker image after successful builds. diff --git a/noxfile.py b/noxfile.py index f2a2bed..9bb4f16 100644 --- a/noxfile.py +++ b/noxfile.py @@ -100,7 +100,7 @@ def default(session): "py.test", "--quiet", f"--junitxml=unit_{session.python}_sponge_log.xml", - "--cov=db_dtypes", + "--cov=google", "--cov=tests/unit", "--cov-append", "--cov-config=.coveragerc", From 877bf59c998802a98cda28942a76a43ebbbc1a17 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 25 Oct 2021 19:36:31 +0000 Subject: [PATCH 2/4] update replacement in owlbot.py --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index e6c264c..eae82e9 100644 --- a/owlbot.py +++ b/owlbot.py @@ -50,7 +50,7 @@ ) s.replace( - ["noxfile.py"], "google/cloud", "db_dtypes", + ["noxfile.py"], "--cov=google", "--cov=db_dtypes", ) # There are no system tests for this package. From 6a1d37e57ca771996a1b37491685affe3a3b4811 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 25 Oct 2021 19:40:28 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 9bb4f16..f2a2bed 100644 --- a/noxfile.py +++ b/noxfile.py @@ -100,7 +100,7 @@ def default(session): "py.test", "--quiet", f"--junitxml=unit_{session.python}_sponge_log.xml", - "--cov=google", + "--cov=db_dtypes", "--cov=tests/unit", "--cov-append", "--cov-config=.coveragerc", From 27dd024c9d851d75e3bc7ab496a5e5e04de4a821 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 25 Oct 2021 19:40:35 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 9bb4f16..f2a2bed 100644 --- a/noxfile.py +++ b/noxfile.py @@ -100,7 +100,7 @@ def default(session): "py.test", "--quiet", f"--junitxml=unit_{session.python}_sponge_log.xml", - "--cov=google", + "--cov=db_dtypes", "--cov=tests/unit", "--cov-append", "--cov-config=.coveragerc",