-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add native-image-shared-config as parent #1908
Conversation
Warning: This pull request is touching the following templated files:
|
@@ -3,7 +3,7 @@ | |||
# Configure the docker image for kokoro-trampoline. | |||
env_vars: { | |||
key: "TRAMPOLINE_IMAGE" | |||
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.3" | |||
value: "gcr.io/cloud-devrel-public-resources/graalvm_a:1.7.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these graalvm-native-x.cfg
s have a dependabot/renovatebot comment to tie the version to native-image-shared-config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, enabled renovate-bot to update the java-shared-config version. Tested at mpeddada1/forking-renovate-repro#8
renovate.json
Outdated
"^.kokoro/presubmit/graalvm-native.*.cfg$" | ||
], | ||
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""], | ||
"depNameTemplate": "com.google.cloud:google-cloud-shared-config", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this repo know about google-cloud-shared-config
? Or should this be native-image-shared-config
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. For consistency, it makes sense for this to use native-image-shared-config.
…ogle-http-java-client into parent-native-image-config
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.