We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281eaae commit 26e5e0eCopy full SHA for 26e5e0e
.kokoro/system.sh
@@ -96,15 +96,16 @@ packages_with_system_tests=(
96
"google-cloud-datastore"
97
"google-cloud-dns"
98
"google-cloud-error-reporting"
99
- "sqlalchemy-spanner"
100
"google-cloud-firestore"
101
"google-cloud-logging"
102
"google-cloud-ndb"
103
"google-cloud-pubsub"
104
"google-cloud-spanner"
+ "google-cloud-storage"
105
"google-cloud-testutils"
106
- "sqlalchemy-bigquery"
107
"pandas-gbq"
+ "sqlalchemy-bigquery"
108
+ "sqlalchemy-spanner"
109
)
110
111
# A file for running system tests
0 commit comments