From f0507db6a9cd261b79a06a6489db6b7eeef90102 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 17 Sep 2025 16:57:11 -0400 Subject: [PATCH 1/3] chore: Run system tests on any change to `google-cloud-bigquery-storage` --- .kokoro/system.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.kokoro/system.sh b/.kokoro/system.sh index ffcd464aa66b..5526ecfccdba 100755 --- a/.kokoro/system.sh +++ b/.kokoro/system.sh @@ -46,7 +46,11 @@ for dir in `find 'packages' -type d -wholename 'packages/*/tests/system'`; do # Get the path to the package by removing the suffix /tests/system package=$(echo $dir | cut -f -2 -d '/') - files_to_check=${package}/CHANGELOG.md + if [[ $package = @(*google-cloud-bigquery-storage*) ]]; then + files_to_check=${package} + else + files_to_check=${package}/CHANGELOG.md + fi echo "checking changes with 'git diff "${KOKORO_GITHUB_PULL_REQUEST_TARGET_BRANCH}...${KOKORO_GITHUB_PULL_REQUEST_COMMIT}" -- ${files_to_check}'" set +e From a3b26766ffa29910bb768602a12d6358fa824ffc Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 17 Sep 2025 16:58:22 -0400 Subject: [PATCH 2/3] trigger tests --- packages/google-cloud-bigquery-storage/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/google-cloud-bigquery-storage/README.rst b/packages/google-cloud-bigquery-storage/README.rst index 705e4d33a55d..24f5e805ea42 100644 --- a/packages/google-cloud-bigquery-storage/README.rst +++ b/packages/google-cloud-bigquery-storage/README.rst @@ -1,6 +1,7 @@ Python Client for Google BigQuery Storage ========================================= + |stable| |pypi| |versions| `Google BigQuery Storage`_: From 40ddd62f91d7017f6e8bf01910c5c283f71fb87f Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 17 Sep 2025 20:59:38 +0000 Subject: [PATCH 3/3] Revert "trigger tests" This reverts commit a3b26766ffa29910bb768602a12d6358fa824ffc. --- packages/google-cloud-bigquery-storage/README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/google-cloud-bigquery-storage/README.rst b/packages/google-cloud-bigquery-storage/README.rst index 24f5e805ea42..705e4d33a55d 100644 --- a/packages/google-cloud-bigquery-storage/README.rst +++ b/packages/google-cloud-bigquery-storage/README.rst @@ -1,7 +1,6 @@ Python Client for Google BigQuery Storage ========================================= - |stable| |pypi| |versions| `Google BigQuery Storage`_: