Skip to content

Commit

Permalink
chore: remove old native image kokoro downstream jobs (#2629)
Browse files Browse the repository at this point in the history
Fixes #2478
Removing in favor of newly introduced [cloudbuild downstream presubmit
jobs.
](https://github.com/googleapis/sdk-platform-java/tree/main/.cloudbuild/graalvm)
  • Loading branch information
mpeddada1 authored Apr 18, 2024
1 parent b0e5041 commit 4c38c57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
10 changes: 1 addition & 9 deletions .kokoro/presubmit/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,4 @@ env_vars: {
env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "cloud-java-ci-it-service-account"
}

# Defines the google-cloud-java modules to be tested downstream tested with GraalVM native image
# builds.
env_vars: {
key: "MODULES_UNDER_TEST"
value: "java-kms,java-os-login" # KMS's ITKmsTest exercises gax-java's native image
# reflect-config.json. OS Login has a similar issue.
}
}
7 changes: 0 additions & 7 deletions .kokoro/presubmit/graalvm-native-17-downstream.cfg

This file was deleted.

7 changes: 0 additions & 7 deletions .kokoro/presubmit/graalvm-native-downstream.cfg

This file was deleted.

0 comments on commit 4c38c57

Please sign in to comment.