Commit 6ee83b5 1 parent 3dcd9a7 commit 6ee83b5 Copy full SHA for 6ee83b5
File tree 12 files changed +130
-46
lines changed
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 1
1
# Format: //devtools/kokoro/config/proto/build.proto
2
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
+
3
9
env_vars: {
4
10
key: " JOB_TYPE"
5
11
value: " samples"
@@ -23,3 +29,4 @@ before_action {
23
29
}
24
30
}
25
31
}
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 1
1
# Format: //devtools/kokoro/config/proto/build.proto
2
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
+
3
9
env_vars: {
4
10
key: " JOB_TYPE"
5
11
value: " samples"
@@ -25,3 +31,4 @@ env_vars: {
25
31
key: " SECRET_MANAGER_KEYS"
26
32
value: " java-docs-samples-service-account"
27
33
}
34
+
Original file line number Diff line number Diff line change 1
1
# Format: //devtools/kokoro/config/proto/build.proto
2
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
+
3
9
env_vars: {
4
10
key: " JOB_TYPE"
5
11
value: " samples"
@@ -26,7 +32,3 @@ env_vars: {
26
32
value: " java-docs-samples-service-account"
27
33
}
28
34
29
- env_vars: {
30
- key: " ENABLE_BUILD_COP"
31
- value: " true"
32
- }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments