Skip to content

Commit bc9f34d

Browse files
test: cleanup test sessions (#1)
* test: disable system test session * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add pandas to intersphinx * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * actually use dependencies * add constraints * fix conflict with numpy * bump minimum packaging Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 8bb7f00 commit bc9f34d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+106
-186
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1

.github/PULL_REQUEST_TEMPLATE.md

+1-1

.github/header-checker-lint.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"allowedLicenses": ["Apache-2.0", "MIT", "BSD-3"],
33
"ignoreFiles": ["**/requirements.txt", "**/requirements-test.txt", "**/__init__.py", "samples/**/constraints.txt", "samples/**/constraints-test.txt"],
44
"sourceFileExtensions": [
5-
"ts",
6-
"js",
7-
"java",
8-
"sh",
9-
"Dockerfile",
10-
"yaml",
5+
"ts",
6+
"js",
7+
"java",
8+
"sh",
9+
"Dockerfile",
10+
"yaml",
1111
"py",
1212
"html",
1313
"txt"
1414
]
15-
}
15+
}

.kokoro/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
set -eo pipefail
1717

1818
if [[ -z "${PROJECT_ROOT:-}" ]]; then
19-
PROJECT_ROOT="github/python-bigquery-sqlalchemy"
19+
PROJECT_ROOT="github/python-db-dtypes-pandas"
2020
fi
2121

2222
cd "${PROJECT_ROOT}"

.kokoro/continuous/common.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1414
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-python"
1515

1616
# Use the trampoline script to run in docker.
17-
build_file: "python-bigquery-sqlalchemy/.kokoro/trampoline.sh"
17+
build_file: "python-db-dtypes-pandas/.kokoro/trampoline.sh"
1818

1919
# Configure the docker image for kokoro-trampoline.
2020
env_vars: {
@@ -23,5 +23,5 @@ env_vars: {
2323
}
2424
env_vars: {
2525
key: "TRAMPOLINE_BUILD_FILE"
26-
value: "github/python-bigquery-sqlalchemy/.kokoro/build.sh"
26+
value: "github/python-db-dtypes-pandas/.kokoro/build.sh"
2727
}

.kokoro/continuous/continuous.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Format: //devtools/kokoro/config/proto/build.proto
1+
# Format: //devtools/kokoro/config/proto/build.proto

.kokoro/docs/common.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ action {
1111
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1212

1313
# Use the trampoline script to run in docker.
14-
build_file: "python-bigquery-sqlalchemy/.kokoro/trampoline_v2.sh"
14+
build_file: "python-db-dtypes-pandas/.kokoro/trampoline_v2.sh"
1515

1616
# Configure the docker image for kokoro-trampoline.
1717
env_vars: {
@@ -20,7 +20,7 @@ env_vars: {
2020
}
2121
env_vars: {
2222
key: "TRAMPOLINE_BUILD_FILE"
23-
value: "github/python-bigquery-sqlalchemy/.kokoro/publish-docs.sh"
23+
value: "github/python-db-dtypes-pandas/.kokoro/publish-docs.sh"
2424
}
2525

2626
env_vars: {
@@ -62,4 +62,4 @@ before_action {
6262
keyname: "docuploader_service_account"
6363
}
6464
}
65-
}
65+
}

.kokoro/docs/docs-presubmit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env_vars: {
1818

1919
env_vars: {
2020
key: "TRAMPOLINE_BUILD_FILE"
21-
value: "github/python-bigquery-sqlalchemy/.kokoro/build.sh"
21+
value: "github/python-db-dtypes-pandas/.kokoro/build.sh"
2222
}
2323

2424
# Only run this nox session.

.kokoro/docs/docs.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Format: //devtools/kokoro/config/proto/build.proto
1+
# Format: //devtools/kokoro/config/proto/build.proto

.kokoro/presubmit/common.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1414
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-python"
1515

1616
# Use the trampoline script to run in docker.
17-
build_file: "python-bigquery-sqlalchemy/.kokoro/trampoline.sh"
17+
build_file: "python-db-dtypes-pandas/.kokoro/trampoline.sh"
1818

1919
# Configure the docker image for kokoro-trampoline.
2020
env_vars: {
@@ -23,5 +23,5 @@ env_vars: {
2323
}
2424
env_vars: {
2525
key: "TRAMPOLINE_BUILD_FILE"
26-
value: "github/python-bigquery-sqlalchemy/.kokoro/build.sh"
26+
value: "github/python-db-dtypes-pandas/.kokoro/build.sh"
2727
}

.kokoro/presubmit/presubmit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Format: //devtools/kokoro/config/proto/build.proto
1+
# Format: //devtools/kokoro/config/proto/build.proto

.kokoro/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ export PYTHONUNBUFFERED=1
2727

2828
# Move into the package, build the distribution and upload.
2929
TWINE_PASSWORD=$(cat "${KOKORO_GFILE_DIR}/secret_manager/google-cloud-pypi-token")
30-
cd github/python-bigquery-sqlalchemy
30+
cd github/python-db-dtypes-pandas
3131
python3 setup.py sdist bdist_wheel
3232
twine upload --username __token__ --password "${TWINE_PASSWORD}" dist/*

.kokoro/release/common.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ action {
1111
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
1212

1313
# Use the trampoline script to run in docker.
14-
build_file: "python-bigquery-sqlalchemy/.kokoro/trampoline.sh"
14+
build_file: "python-db-dtypes-pandas/.kokoro/trampoline.sh"
1515

1616
# Configure the docker image for kokoro-trampoline.
1717
env_vars: {
@@ -20,7 +20,7 @@ env_vars: {
2020
}
2121
env_vars: {
2222
key: "TRAMPOLINE_BUILD_FILE"
23-
value: "github/python-bigquery-sqlalchemy/.kokoro/release.sh"
23+
value: "github/python-db-dtypes-pandas/.kokoro/release.sh"
2424
}
2525

2626
# Tokens needed to report release status back to GitHub

.kokoro/release/release.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Format: //devtools/kokoro/config/proto/build.proto
1+
# Format: //devtools/kokoro/config/proto/build.proto

.kokoro/samples/lint/common.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env_vars: {
1515

1616
env_vars: {
1717
key: "TRAMPOLINE_BUILD_FILE"
18-
value: "github/python-bigquery-sqlalchemy/.kokoro/test-samples.sh"
18+
value: "github/python-db-dtypes-pandas/.kokoro/test-samples.sh"
1919
}
2020

2121
# Configure the docker image for kokoro-trampoline.
@@ -31,4 +31,4 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
3131
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
3232

3333
# Use the trampoline script to run in docker.
34-
build_file: "python-bigquery-sqlalchemy/.kokoro/trampoline.sh"
34+
build_file: "python-db-dtypes-pandas/.kokoro/trampoline.sh"

.kokoro/samples/lint/continuous.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "True"
6-
}
6+
}

.kokoro/samples/lint/periodic.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "False"
6-
}
6+
}

.kokoro/samples/lint/presubmit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "True"
6-
}
6+
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env_vars: {
2121

2222
env_vars: {
2323
key: "TRAMPOLINE_BUILD_FILE"
24-
value: "github/python-bigquery-sqlalchemy/.kokoro/test-samples.sh"
24+
value: "github/python-db-dtypes-pandas/.kokoro/test-samples.sh"
2525
}
2626

2727
# Configure the docker image for kokoro-trampoline.
@@ -37,4 +37,4 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
3737
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
3838

3939
# Use the trampoline script to run in docker.
40-
build_file: "python-bigquery-sqlalchemy/.kokoro/trampoline.sh"
40+
build_file: "python-db-dtypes-pandas/.kokoro/trampoline.sh"

.kokoro/samples/python3.6/continuous.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "True"
66
}
7+

.kokoro/samples/python3.6/periodic-head.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-bigquery-sqlalchemy/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-db-dtypes-pandas/.kokoro/test-samples-against-head.sh"
1111
}

.kokoro/samples/python3.6/periodic.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "False"
6-
}
6+
}

.kokoro/samples/python3.6/presubmit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "True"
6-
}
6+
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env_vars: {
2121

2222
env_vars: {
2323
key: "TRAMPOLINE_BUILD_FILE"
24-
value: "github/python-bigquery-sqlalchemy/.kokoro/test-samples.sh"
24+
value: "github/python-db-dtypes-pandas/.kokoro/test-samples.sh"
2525
}
2626

2727
# Configure the docker image for kokoro-trampoline.
@@ -37,4 +37,4 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
3737
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
3838

3939
# Use the trampoline script to run in docker.
40-
build_file: "python-bigquery-sqlalchemy/.kokoro/trampoline.sh"
40+
build_file: "python-db-dtypes-pandas/.kokoro/trampoline.sh"

.kokoro/samples/python3.7/continuous.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "True"
6-
}
6+
}

.kokoro/samples/python3.7/periodic-head.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-bigquery-sqlalchemy/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-db-dtypes-pandas/.kokoro/test-samples-against-head.sh"
1111
}

.kokoro/samples/python3.7/periodic.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "False"
6-
}
6+
}

.kokoro/samples/python3.7/presubmit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "True"
6-
}
6+
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env_vars: {
2121

2222
env_vars: {
2323
key: "TRAMPOLINE_BUILD_FILE"
24-
value: "github/python-bigquery-sqlalchemy/.kokoro/test-samples.sh"
24+
value: "github/python-db-dtypes-pandas/.kokoro/test-samples.sh"
2525
}
2626

2727
# Configure the docker image for kokoro-trampoline.
@@ -37,4 +37,4 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
3737
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
3838

3939
# Use the trampoline script to run in docker.
40-
build_file: "python-bigquery-sqlalchemy/.kokoro/trampoline.sh"
40+
build_file: "python-db-dtypes-pandas/.kokoro/trampoline.sh"

.kokoro/samples/python3.8/continuous.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "True"
6-
}
6+
}

.kokoro/samples/python3.8/periodic-head.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-bigquery-sqlalchemy/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-db-dtypes-pandas/.kokoro/test-samples-against-head.sh"
1111
}

.kokoro/samples/python3.8/periodic.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "False"
6-
}
6+
}

.kokoro/samples/python3.8/presubmit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "True"
6-
}
6+
}

.kokoro/samples/python3.9/common.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env_vars: {
2121

2222
env_vars: {
2323
key: "TRAMPOLINE_BUILD_FILE"
24-
value: "github/python-bigquery-sqlalchemy/.kokoro/test-samples.sh"
24+
value: "github/python-db-dtypes-pandas/.kokoro/test-samples.sh"
2525
}
2626

2727
# Configure the docker image for kokoro-trampoline.
@@ -37,4 +37,4 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples"
3737
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
3838

3939
# Use the trampoline script to run in docker.
40-
build_file: "python-bigquery-sqlalchemy/.kokoro/trampoline.sh"
40+
build_file: "python-db-dtypes-pandas/.kokoro/trampoline.sh"

.kokoro/samples/python3.9/continuous.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "True"
6-
}
6+
}

.kokoro/samples/python3.9/periodic-head.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-bigquery-sqlalchemy/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-db-dtypes-pandas/.kokoro/test-samples-against-head.sh"
1111
}

.kokoro/samples/python3.9/periodic.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "False"
6-
}
6+
}

.kokoro/samples/python3.9/presubmit.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
env_vars: {
44
key: "INSTALL_LIBRARY_FROM_SOURCE"
55
value: "True"
6-
}
6+
}

.kokoro/test-samples-against-head.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ set -eo pipefail
2323
# Enables `**` to include files nested inside sub-folders
2424
shopt -s globstar
2525

26-
cd github/python-bigquery-sqlalchemy
26+
cd github/python-db-dtypes-pandas
2727

2828
exec .kokoro/test-samples-impl.sh

.kokoro/test-samples.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -eo pipefail
2424
# Enables `**` to include files nested inside sub-folders
2525
shopt -s globstar
2626

27-
cd github/python-bigquery-sqlalchemy
27+
cd github/python-db-dtypes-pandas
2828

2929
# Run periodic samples tests at latest release
3030
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"periodic"* ]]; then

.kokoro/trampoline.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ function cleanup() {
2525
trap cleanup EXIT
2626

2727
$(dirname $0)/populate-secrets.sh # Secret Manager secrets.
28-
python3 "${KOKORO_GFILE_DIR}/trampoline_v1.py"
28+
python3 "${KOKORO_GFILE_DIR}/trampoline_v1.py"

CODE_OF_CONDUCT.md

+1-1

0 commit comments

Comments
 (0)