Skip to content
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

fix(java): add service account email to Native Image testing kokoro job #1348

Merged
merged 5 commits into from Apr 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .kokoro/presubmit/graalvm-native.cfg
Expand Up @@ -31,3 +31,8 @@ env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-account"
}

env_vars: {
key: "IT_SERVICE_ACCOUNT_EMAIL"
value: "it-service-account@gcloud-devel.iam.gserviceaccount.com"
}
1 change: 1 addition & 0 deletions owlbot.py
Expand Up @@ -33,5 +33,6 @@
'.kokoro/nightly/samples.cfg',
'.kokoro/presubmit/integration.cfg',
'.kokoro/presubmit/samples.cfg',
'.kokoro/presubmit/graalvm-native.cfg',
'CONTRIBUTING.md'
])