File tree Expand file tree Collapse file tree 21 files changed +347
-2
lines changed
samples/snippets/src/test/java/com/example/logging Expand file tree Collapse file tree 21 files changed +347
-2
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
Original file line number Diff line number Diff line change 1+ # Format: //devtools/kokoro/config/proto/build.proto
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments