Skip to content

Commit 35627d1

Browse files
chore: start tracking obsolete files (#310)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/4563ab42-f1d6-4a7f-8e48-cc92dfba56b5/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 334645418 Source-Link: googleapis/googleapis@c941026
1 parent 0683081 commit 35627d1

File tree

6 files changed

+101
-22
lines changed

6 files changed

+101
-22
lines changed

.kokoro/presubmit/presubmit.cfg

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# Format: //devtools/kokoro/config/proto/build.proto
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Disable system tests.
4+
env_vars: {
5+
key: "RUN_SYSTEM_TESTS"
6+
value: "false"
7+
}

.kokoro/samples/python3.6/common.cfg

-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ env_vars: {
1313
value: "py-3.6"
1414
}
1515

16-
# Declare build specific Cloud project.
17-
env_vars: {
18-
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "python-docs-samples-tests-py36"
20-
}
21-
2216
env_vars: {
2317
key: "TRAMPOLINE_BUILD_FILE"
2418
value: "github/python-bigquery/.kokoro/test-samples.sh"

.kokoro/samples/python3.7/common.cfg

-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ env_vars: {
1313
value: "py-3.7"
1414
}
1515

16-
# Declare build specific Cloud project.
17-
env_vars: {
18-
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "python-docs-samples-tests-py37"
20-
}
21-
2216
env_vars: {
2317
key: "TRAMPOLINE_BUILD_FILE"
2418
value: "github/python-bigquery/.kokoro/test-samples.sh"

.kokoro/samples/python3.8/common.cfg

-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,6 @@ env_vars: {
1313
value: "py-3.8"
1414
}
1515

16-
# Declare build specific Cloud project.
17-
env_vars: {
18-
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
19-
value: "python-docs-samples-tests-py38"
20-
}
21-
2216
env_vars: {
2317
key: "TRAMPOLINE_BUILD_FILE"
2418
value: "github/python-bigquery/.kokoro/test-samples.sh"

mypy.ini

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[mypy]
2+
python_version = 3.6
3+
namespace_packages = True

synth.metadata

+91-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,22 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery.git",
7-
"sha": "fbbe0cb0ea22161d81f1e5504bb89b55e4198634"
7+
"sha": "31644d380b35a76a9147801a4b6b0271c246fd0c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "0dc0a6c0f1a9f979bc0690f0caa5fbafa3000c2c",
15-
"internalRef": "327026955"
14+
"sha": "c941026e5e3d600817a20e9ab4d4be03dff21a68",
15+
"internalRef": "334645418"
16+
}
17+
},
18+
{
19+
"git": {
20+
"name": "synthtool",
21+
"remote": "https://github.com/googleapis/synthtool.git",
22+
"sha": "f3c04883d6c43261ff13db1f52d03a283be06871"
1623
}
1724
},
1825
{
@@ -33,5 +40,86 @@
3340
"generator": "bazel"
3441
}
3542
}
43+
],
44+
"generatedFiles": [
45+
".flake8",
46+
".github/CONTRIBUTING.md",
47+
".github/ISSUE_TEMPLATE/bug_report.md",
48+
".github/ISSUE_TEMPLATE/feature_request.md",
49+
".github/ISSUE_TEMPLATE/support_request.md",
50+
".github/PULL_REQUEST_TEMPLATE.md",
51+
".github/release-please.yml",
52+
".github/snippet-bot.yml",
53+
".gitignore",
54+
".kokoro/build.sh",
55+
".kokoro/continuous/common.cfg",
56+
".kokoro/continuous/continuous.cfg",
57+
".kokoro/docker/docs/Dockerfile",
58+
".kokoro/docker/docs/fetch_gpg_keys.sh",
59+
".kokoro/docs/common.cfg",
60+
".kokoro/docs/docs-presubmit.cfg",
61+
".kokoro/docs/docs.cfg",
62+
".kokoro/populate-secrets.sh",
63+
".kokoro/presubmit/common.cfg",
64+
".kokoro/presubmit/presubmit.cfg",
65+
".kokoro/presubmit/system-3.8.cfg",
66+
".kokoro/publish-docs.sh",
67+
".kokoro/release.sh",
68+
".kokoro/release/common.cfg",
69+
".kokoro/release/release.cfg",
70+
".kokoro/samples/lint/common.cfg",
71+
".kokoro/samples/lint/continuous.cfg",
72+
".kokoro/samples/lint/periodic.cfg",
73+
".kokoro/samples/lint/presubmit.cfg",
74+
".kokoro/samples/python3.6/common.cfg",
75+
".kokoro/samples/python3.6/continuous.cfg",
76+
".kokoro/samples/python3.6/periodic.cfg",
77+
".kokoro/samples/python3.6/presubmit.cfg",
78+
".kokoro/samples/python3.7/common.cfg",
79+
".kokoro/samples/python3.7/continuous.cfg",
80+
".kokoro/samples/python3.7/periodic.cfg",
81+
".kokoro/samples/python3.7/presubmit.cfg",
82+
".kokoro/samples/python3.8/common.cfg",
83+
".kokoro/samples/python3.8/continuous.cfg",
84+
".kokoro/samples/python3.8/periodic.cfg",
85+
".kokoro/samples/python3.8/presubmit.cfg",
86+
".kokoro/test-samples.sh",
87+
".kokoro/trampoline.sh",
88+
".kokoro/trampoline_v2.sh",
89+
".trampolinerc",
90+
"CODE_OF_CONDUCT.md",
91+
"CONTRIBUTING.rst",
92+
"LICENSE",
93+
"MANIFEST.in",
94+
"docs/_static/custom.css",
95+
"docs/_templates/layout.html",
96+
"docs/bigquery_v2/services.rst",
97+
"docs/bigquery_v2/types.rst",
98+
"docs/conf.py",
99+
"google/cloud/bigquery_v2/__init__.py",
100+
"google/cloud/bigquery_v2/proto/encryption_config.proto",
101+
"google/cloud/bigquery_v2/proto/model.proto",
102+
"google/cloud/bigquery_v2/proto/model_reference.proto",
103+
"google/cloud/bigquery_v2/proto/standard_sql.proto",
104+
"google/cloud/bigquery_v2/py.typed",
105+
"google/cloud/bigquery_v2/types/__init__.py",
106+
"google/cloud/bigquery_v2/types/encryption_config.py",
107+
"google/cloud/bigquery_v2/types/model.py",
108+
"google/cloud/bigquery_v2/types/model_reference.py",
109+
"google/cloud/bigquery_v2/types/standard_sql.py",
110+
"mypy.ini",
111+
"renovate.json",
112+
"samples/AUTHORING_GUIDE.md",
113+
"samples/CONTRIBUTING.md",
114+
"scripts/decrypt-secrets.sh",
115+
"scripts/fixup_bigquery_v2_keywords.py",
116+
"scripts/readme-gen/readme_gen.py",
117+
"scripts/readme-gen/templates/README.tmpl.rst",
118+
"scripts/readme-gen/templates/auth.tmpl.rst",
119+
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
120+
"scripts/readme-gen/templates/install_deps.tmpl.rst",
121+
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
122+
"setup.cfg",
123+
"testing/.gitignore"
36124
]
37125
}

0 commit comments

Comments
 (0)