Skip to content

Commit

Permalink
chore: add kokoro config to run nightly integration test on java11.0.…
Browse files Browse the repository at this point in the history
…14 (#1347)

Source-Link: googleapis/synthtool@010e6b0
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:7c853edc4136ae8f19f9d46d4569d38de2e446db2eea057f32e412bdba255846
  • Loading branch information
gcf-owl-bot[bot] committed Feb 3, 2022
1 parent b1d8c16 commit 9f0d443
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.OwlBot.lock.yaml
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:7062473f423f339256346ddbee3d81fb1de6b784fabc2a4d959d7df2c720e375
digest: sha256:7c853edc4136ae8f19f9d46d4569d38de2e446db2eea057f32e412bdba255846
37 changes: 37 additions & 0 deletions .kokoro/nightly/java11-integration.cfg
@@ -0,0 +1,37 @@
# Format: //devtools/kokoro/config/proto/build.proto

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

env_vars: {
key: "JOB_TYPE"
value: "integration"
}
# 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: "ENABLE_FLAKYBOT"
value: "true"
}

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

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

0 comments on commit 9f0d443

Please sign in to comment.