Skip to content

Commit ca03982

Browse files
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.
1 parent 0b758f1 commit ca03982

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/google-cloud-compute/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ docs.metadata
5050

5151
# Virtual environment
5252
env/
53-
venv/
5453

5554
# Test logs
5655
coverage.xml

packages/google-cloud-compute/.kokoro/docs/common.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ env_vars: {
3030

3131
env_vars: {
3232
key: "V2_STAGING_BUCKET"
33+
# Push google cloud library docs to the Cloud RAD bucket `docs-staging-v2`
3334
value: "docs-staging-v2"
3435
}
3536

packages/google-cloud-compute/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def default(session):
101101
"py.test",
102102
"--quiet",
103103
f"--junitxml=unit_{session.python}_sponge_log.xml",
104-
"--cov=google/cloud",
104+
"--cov=google",
105105
"--cov=tests/unit",
106106
"--cov-append",
107107
"--cov-config=.coveragerc",

packages/google-cloud-compute/synth.metadata

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-compute.git",
7-
"sha": "8e6293777e9197ed0ff795b3f74744c556777d07"
7+
"sha": "b4bea0b0761bf28d4eaf2643ec1f3e97d8142352"
88
}
99
},
1010
{
@@ -56,6 +56,11 @@
5656
".kokoro/samples/lint/continuous.cfg",
5757
".kokoro/samples/lint/periodic.cfg",
5858
".kokoro/samples/lint/presubmit.cfg",
59+
".kokoro/samples/python3.10/common.cfg",
60+
".kokoro/samples/python3.10/continuous.cfg",
61+
".kokoro/samples/python3.10/periodic-head.cfg",
62+
".kokoro/samples/python3.10/periodic.cfg",
63+
".kokoro/samples/python3.10/presubmit.cfg",
5964
".kokoro/samples/python3.6/common.cfg",
6065
".kokoro/samples/python3.6/continuous.cfg",
6166
".kokoro/samples/python3.6/periodic-head.cfg",

0 commit comments

Comments
 (0)