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

Lines changed: 1 addition & 1 deletion

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion

.github/header-checker-lint.yml

Lines changed: 7 additions & 7 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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
}

0 commit comments

Comments
 (0)