Skip to content

Commit 784cd61

Browse files
authored
chore: trigger system tests on change for additional packages (#15656)
Run system tests on every change for the following packages: - google-auth - google-cloud-bigtable - google-cloud-datastore - google-cloud-firestore
1 parent 2c66d48 commit 784cd61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.kokoro/system.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@ system_test_script="${PROJECT_ROOT}/.kokoro/system-single.sh"
4545
git config --global --add safe.directory $(realpath .)
4646

4747
packages_with_system_tests=(
48+
"google-auth"
4849
"google-cloud-bigquery-storage"
50+
"google-cloud-bigtable"
51+
"google-cloud-datastore"
4952
"google-cloud-dns"
5053
"google-cloud-error-reporting"
54+
"google-cloud-firestore"
5155
"google-cloud-logging"
5256
"google-cloud-testutils"
5357
)

0 commit comments

Comments
 (0)