We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42772dc commit 88e3080Copy full SHA for 88e3080
.kokoro/system.sh
@@ -46,7 +46,7 @@ for dir in `find 'packages' -type d -wholename 'packages/*/tests/system'`; do
46
# Get the path to the package by removing the suffix /tests/system
47
package=$(echo $dir | cut -f -2 -d '/')
48
49
- if [[ $package = @(*google-cloud-bigquery-storage*) ]]; then
+ if [[ $package = @(*google-cloud-bigquery-storage*|*google-cloud-dns*|*google-cloud-testutils*) ]]; then
50
files_to_check=${package}
51
else
52
files_to_check=${package}/CHANGELOG.md
0 commit comments