Skip to content

Commit

Permalink
fix(java): add service account email to Native Image testing kokoro j…
Browse files Browse the repository at this point in the history
…ob (#1348)
  • Loading branch information
mpeddada1 committed Apr 12, 2022
1 parent f300450 commit 9f76fcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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'
])

0 comments on commit 9f76fcc

Please sign in to comment.