Skip to content

Commit

Permalink
ci: fix JDK 17 native image test settings (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 authored May 26, 2022
1 parent 6789dab commit 840ad74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java-container/.kokoro/presubmit/graalvm-native-17.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ env_vars: {
# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "gcloud-devel"
value: "java-docs-samples-testing"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "gcloud-devel"
value: "java-docs-samples-testing"
}

env_vars: {
Expand All @@ -30,4 +30,4 @@ env_vars: {
env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-account"
}
}
1 change: 1 addition & 0 deletions java-container/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
s.remove_staging_dirs()
java.common_templates(excludes=[
'.kokoro/presubmit/graalvm-native.cfg',
'.kokoro/presubmit/graalvm-native-17.cfg',
'.kokoro/presubmit/integration.cfg',
'.kokoro/nightly/integration.cfg',
'.kokoro/nightly/java11-integration.cfg'
Expand Down

0 comments on commit 840ad74

Please sign in to comment.