Skip to content

Commit cb56c04

Browse files
authored
ci(graalvm): exclude java-common-protos and java-iam from nightly graalvm testing (#13204)
Graalvm nightly tests [have been failing](https://fusion2.corp.google.com/invocations/4879edfa-b5fd-4657-9e5a-1953bdb9f044/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fnightly%2Fgraalvm-native-a/log) Excludes java-common-protos and java-iam from GraalVM nightly test runs following their migration to top-level directories in #12839. These packages contain zero test files and do not need native image testing.
1 parent d432b35 commit cb56c04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.kokoro/common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ excluded_modules=(
3939
'java-firestore'
4040
'java-bigtable'
4141
'java-pubsub'
42+
'java-common-protos'
43+
'java-iam'
4244
)
4345

4446
function retry_with_backoff {

0 commit comments

Comments
 (0)