File tree Expand file tree Collapse file tree 12 files changed +130
-46
lines changed
Expand file tree Collapse file tree 12 files changed +130
-46
lines changed Original file line number Diff line number Diff line change 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-kokoro-resources/java11"
7+ }
8+
9+ env_vars: {
10+ key: " JOB_TYPE"
11+ value: " samples"
12+ }
13+
14+ env_vars: {
15+ key: " GCLOUD_PROJECT"
16+ value: " gcloud-devel"
17+ }
18+
19+ env_vars: {
20+ key: " GOOGLE_APPLICATION_CREDENTIALS"
21+ value: " keystore/73713_java_it_service_account"
22+ }
23+
24+ before_action {
25+ fetch_keystore {
26+ keystore_resource {
27+ keystore_config_id: 73713
28+ keyname: " java_it_service_account"
29+ }
30+ }
31+ }
32+
Original file line number Diff line number Diff line change 11# Format: //devtools/kokoro/config/proto/build.proto
22
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
7+ }
8+
39env_vars: {
410 key: " JOB_TYPE"
511 value: " samples"
@@ -23,3 +29,4 @@ before_action {
2329 }
2430 }
2531}
32+
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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-kokoro-resources/java11"
7+ }
8+
9+ env_vars: {
10+ key: " JOB_TYPE"
11+ value: " samples"
12+ }
13+
14+ # TODO: remove this after we've migrated all tests and scripts
15+ env_vars: {
16+ key: " GCLOUD_PROJECT"
17+ value: " java-docs-samples-testing"
18+ }
19+
20+ env_vars: {
21+ key: " GOOGLE_CLOUD_PROJECT"
22+ value: " java-docs-samples-testing"
23+ }
24+
25+ env_vars: {
26+ key: " GOOGLE_APPLICATION_CREDENTIALS"
27+ value: " secret_manager/java-docs-samples-service-account"
28+ }
29+
30+ env_vars: {
31+ key: " SECRET_MANAGER_KEYS"
32+ value: " java-docs-samples-service-account"
33+ }
34+
35+ env_vars: {
36+ key: " ENABLE_BUILD_COP"
37+ value: " true"
38+ }
39+
Original file line number Diff line number Diff line change 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-kokoro-resources/java8"
7+ }
8+
9+ env_vars: {
10+ key: " JOB_TYPE"
11+ value: " samples"
12+ }
13+
14+ # TODO: remove this after we've migrated all tests and scripts
15+ env_vars: {
16+ key: " GCLOUD_PROJECT"
17+ value: " java-docs-samples-testing"
18+ }
19+
20+ env_vars: {
21+ key: " GOOGLE_CLOUD_PROJECT"
22+ value: " java-docs-samples-testing"
23+ }
24+
25+ env_vars: {
26+ key: " GOOGLE_APPLICATION_CREDENTIALS"
27+ value: " secret_manager/java-docs-samples-service-account"
28+ }
29+
30+ env_vars: {
31+ key: " SECRET_MANAGER_KEYS"
32+ value: " java-docs-samples-service-account"
33+ }
34+
35+ env_vars: {
36+ key: " ENABLE_BUILD_COP"
37+ value: " true"
38+ }
39+
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Format: //devtools/kokoro/config/proto/build.proto
22
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java11"
7+ }
8+
39env_vars: {
410 key: " JOB_TYPE"
511 value: " samples"
@@ -25,3 +31,4 @@ env_vars: {
2531 key: " SECRET_MANAGER_KEYS"
2632 value: " java-docs-samples-service-account"
2733}
34+
Original file line number Diff line number Diff line change 11# Format: //devtools/kokoro/config/proto/build.proto
22
3+ # Configure the docker image for kokoro-trampoline.
4+ env_vars: {
5+ key: " TRAMPOLINE_IMAGE"
6+ value: " gcr.io/cloud-devrel-kokoro-resources/java8"
7+ }
8+
39env_vars: {
410 key: " JOB_TYPE"
511 value: " samples"
@@ -26,7 +32,3 @@ env_vars: {
2632 value: " java-docs-samples-service-account"
2733}
2834
29- env_vars: {
30- key: " ENABLE_BUILD_COP"
31- value: " true"
32- }
You can’t perform that action at this time.
0 commit comments