Skip to content

Commit

Permalink
chore: move graalvm checks to continuous builds (#1997)
Browse files Browse the repository at this point in the history
* chore: move graalvm checks to continuous builds

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
Neenu1995 and gcf-owl-bot[bot] committed Feb 13, 2023
1 parent da06a46 commit 1caec8f
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/sync-repo-settings.yaml
Expand Up @@ -17,8 +17,6 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
- 'Kokoro - Test: Java GraalVM Native Image'
- 'Kokoro - Test: Java 17 GraalVM Native Image'
- pattern: java7
isAdminEnforced: true
requiredApprovingReviewCount: 1
Expand Down Expand Up @@ -79,8 +77,6 @@ branchProtectionRules:
- 'Kokoro - Test: Integration'
- cla/google
- OwlBot Post Processor
- 'Kokoro - Test: Java GraalVM Native Image'
- 'Kokoro - Test: Java 17 GraalVM Native Image'
permissionRules:
- team: yoshi-admins
permission: admin
Expand Down
38 changes: 38 additions & 0 deletions .kokoro/continuous/graalvm-native-17.cfg
@@ -0,0 +1,38 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.0"
}

env_vars: {
key: "JOB_TYPE"
value: "graalvm17"
}

# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "gcloud-devel"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "gcloud-devel"
}

env_vars: {
key: "GOOGLE_APPLICATION_CREDENTIALS"
value: "secret_manager/java-it-service-account"
}

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-account"
}

env_vars: {
key: "ENABLE_FLAKYBOT"
value: "true"
}
38 changes: 38 additions & 0 deletions .kokoro/continuous/graalvm-native.cfg
@@ -0,0 +1,38 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.0"
}

env_vars: {
key: "JOB_TYPE"
value: "graalvm"
}

# TODO: remove this after we've migrated all tests and scripts
env_vars: {
key: "GCLOUD_PROJECT"
value: "gcloud-devel"
}

env_vars: {
key: "GOOGLE_CLOUD_PROJECT"
value: "gcloud-devel"
}

env_vars: {
key: "GOOGLE_APPLICATION_CREDENTIALS"
value: "secret_manager/java-it-service-account"
}

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-account"
}

env_vars: {
key: "ENABLE_FLAKYBOT"
value: "true"
}
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -57,6 +57,7 @@ If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-bigquerystorage:2.31.0'
```

If you are using SBT, add this to your dependencies:

Expand Down

0 comments on commit 1caec8f

Please sign in to comment.