Skip to content

Commit 4d0df11

Browse files
chore(tests): added environment test kokoro configs (#614)
1 parent 9be4047 commit 4d0df11

File tree

21 files changed

+347
-2
lines changed

21 files changed

+347
-2
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Build logs will be here
4+
action {
5+
define_artifacts {
6+
regex: "**/*sponge_log.xml"
7+
}
8+
}
9+
10+
11+
# Specify which tests to run
12+
env_vars: {
13+
key: "ENVIRONMENT"
14+
value: "appengine_flex"
15+
}
16+
17+
# Download trampoline resources.
18+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
19+
20+
# Use the trampoline script to run in docker.
21+
build_file: "java-logging/.kokoro/trampoline.sh"
22+
23+
# Configure the docker image for kokoro-trampoline.
24+
env_vars: {
25+
key: "TRAMPOLINE_IMAGE"
26+
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
27+
}
28+
29+
env_vars: {
30+
key: "TRAMPOLINE_BUILD_FILE"
31+
value: "github/java-logging/.kokoro/environment_tests.sh"
32+
}
33+
34+
env_vars: {
35+
key: "SECRET_MANAGER_KEYS"
36+
value: "java-it-service-account"
37+
}
38+
39+
env_vars: {
40+
key: "GOOGLE_CLOUD_PROJECT"
41+
value: "gcloud-devel"
42+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Build logs will be here
4+
action {
5+
define_artifacts {
6+
regex: "**/*sponge_log.xml"
7+
}
8+
}
9+
10+
11+
# Specify which tests to run
12+
env_vars: {
13+
key: "ENVIRONMENT"
14+
value: "appengine_standard"
15+
}
16+
17+
# Download trampoline resources.
18+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
19+
20+
# Use the trampoline script to run in docker.
21+
build_file: "java-logging/.kokoro/trampoline.sh"
22+
23+
# Configure the docker image for kokoro-trampoline.
24+
env_vars: {
25+
key: "TRAMPOLINE_IMAGE"
26+
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
27+
}
28+
29+
env_vars: {
30+
key: "TRAMPOLINE_BUILD_FILE"
31+
value: "github/java-logging/.kokoro/environment_tests.sh"
32+
}
33+
34+
env_vars: {
35+
key: "SECRET_MANAGER_KEYS"
36+
value: "java-it-service-account"
37+
}
38+
39+
env_vars: {
40+
key: "GOOGLE_CLOUD_PROJECT"
41+
value: "gcloud-devel"
42+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Build logs will be here
4+
action {
5+
define_artifacts {
6+
regex: "**/*sponge_log.xml"
7+
}
8+
}
9+
10+
11+
# Specify which tests to run
12+
env_vars: {
13+
key: "ENVIRONMENT"
14+
value: "cloudrun"
15+
}
16+
17+
# Download trampoline resources.
18+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
19+
20+
# Use the trampoline script to run in docker.
21+
build_file: "java-logging/.kokoro/trampoline.sh"
22+
23+
# Configure the docker image for kokoro-trampoline.
24+
env_vars: {
25+
key: "TRAMPOLINE_IMAGE"
26+
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
27+
}
28+
29+
env_vars: {
30+
key: "TRAMPOLINE_BUILD_FILE"
31+
value: "github/java-logging/.kokoro/environment_tests.sh"
32+
}
33+
34+
env_vars: {
35+
key: "SECRET_MANAGER_KEYS"
36+
value: "java-it-service-account"
37+
}
38+
39+
env_vars: {
40+
key: "GOOGLE_CLOUD_PROJECT"
41+
value: "gcloud-devel"
42+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Build logs will be here
4+
action {
5+
define_artifacts {
6+
regex: "**/*sponge_log.xml"
7+
}
8+
}
9+
10+
11+
# Specify which tests to run
12+
env_vars: {
13+
key: "ENVIRONMENT"
14+
value: "compute"
15+
}
16+
17+
# Download trampoline resources.
18+
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"
19+
20+
# Use the trampoline script to run in docker.
21+
build_file: "java-logging/.kokoro/trampoline.sh"
22+
23+
# Configure the docker image for kokoro-trampoline.
24+
env_vars: {
25+
key: "TRAMPOLINE_IMAGE"
26+
value: "gcr.io/cloud-devrel-kokoro-resources/python-multi"
27+
}
28+
29+
env_vars: {
30+
key: "TRAMPOLINE_BUILD_FILE"
31+
value: "github/java-logging/.kokoro/environment_tests.sh"
32+
}
33+
34+
env_vars: {
35+
key: "SECRET_MANAGER_KEYS"
36+
value: "java-it-service-account"
37+
}
38+
39+
env_vars: {
40+
key: "GOOGLE_CLOUD_PROJECT"
41+
value: "gcloud-devel"
42+
}

0 commit comments

Comments
 (0)