From 8d6017ae0f44fdfe7a283ebe7d9d5faf9072656e Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 1 Nov 2021 07:54:29 -0700 Subject: [PATCH] chore: template updates (#137) autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. --- .gitignore | 1 - .kokoro/docs/common.cfg | 1 + noxfile.py | 2 +- synth.metadata | 7 ++++++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d083ea1dd..b4243ced7 100644 --- a/.gitignore +++ b/.gitignore @@ -50,7 +50,6 @@ docs.metadata # Virtual environment env/ -venv/ # Test logs coverage.xml diff --git a/.kokoro/docs/common.cfg b/.kokoro/docs/common.cfg index fd5cbe28b..8286fe550 100644 --- a/.kokoro/docs/common.cfg +++ b/.kokoro/docs/common.cfg @@ -30,6 +30,7 @@ env_vars: { env_vars: { key: "V2_STAGING_BUCKET" + # Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2` value: "docs-staging-v2" } diff --git a/noxfile.py b/noxfile.py index 2353eb7e0..eec515955 100644 --- a/noxfile.py +++ b/noxfile.py @@ -101,7 +101,7 @@ def default(session): "py.test", "--quiet", f"--junitxml=unit_{session.python}_sponge_log.xml", - "--cov=google/cloud", + "--cov=google", "--cov=tests/unit", "--cov-append", "--cov-config=.coveragerc", diff --git a/synth.metadata b/synth.metadata index 87bdfda69..de9c4c710 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/python-compute.git", - "sha": "8e6293777e9197ed0ff795b3f74744c556777d07" + "sha": "b4bea0b0761bf28d4eaf2643ec1f3e97d8142352" } }, { @@ -56,6 +56,11 @@ ".kokoro/samples/lint/continuous.cfg", ".kokoro/samples/lint/periodic.cfg", ".kokoro/samples/lint/presubmit.cfg", + ".kokoro/samples/python3.10/common.cfg", + ".kokoro/samples/python3.10/continuous.cfg", + ".kokoro/samples/python3.10/periodic-head.cfg", + ".kokoro/samples/python3.10/periodic.cfg", + ".kokoro/samples/python3.10/presubmit.cfg", ".kokoro/samples/python3.6/common.cfg", ".kokoro/samples/python3.6/continuous.cfg", ".kokoro/samples/python3.6/periodic-head.cfg",