Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commita595e09

Browse files
chore: add kokoro config to run nightly integration test on java11.0.14 (#1347) (#671)
1 parent7435ea2 commita595e09

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

‎.github/.OwlBot.lock.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image:gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest:sha256:7062473f423f339256346ddbee3d81fb1de6b784fabc2a4d959d7df2c720e375
16+
digest:sha256:7c853edc4136ae8f19f9d46d4569d38de2e446db2eea057f32e412bdba255846
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Configure the docker image for kokoro-trampoline.
4+
env_vars: {
5+
key:"TRAMPOLINE_IMAGE"
6+
value:"gcr.io/cloud-devrel-public-resources/java11014"
7+
}
8+
9+
env_vars: {
10+
key:"JOB_TYPE"
11+
value:"integration"
12+
}
13+
# TODO: remove this after we've migrated all tests and scripts
14+
env_vars: {
15+
key:"GCLOUD_PROJECT"
16+
value:"gcloud-devel"
17+
}
18+
19+
env_vars: {
20+
key:"GOOGLE_CLOUD_PROJECT"
21+
value:"gcloud-devel"
22+
}
23+
24+
env_vars: {
25+
key:"ENABLE_FLAKYBOT"
26+
value:"true"
27+
}
28+
29+
env_vars: {
30+
key:"GOOGLE_APPLICATION_CREDENTIALS"
31+
value:"secret_manager/java-it-service-account"
32+
}
33+
34+
env_vars: {
35+
key:"SECRET_MANAGER_KEYS"
36+
value:"java-it-service-account"
37+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp