File tree Expand file tree Collapse file tree 7 files changed +202
-3
lines changed Expand file tree Collapse file tree 7 files changed +202
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ javadoc)
79
79
mvn javadoc:javadoc javadoc:test-javadoc
80
80
RETURN_CODE=$?
81
81
;;
82
- integration)
82
+ integration|integration-directpath-enabled )
83
83
mvn -B ${INTEGRATION_TEST_ARGS} \
84
84
-ntp \
85
85
-Penable-integration-tests \
@@ -94,7 +94,7 @@ integration)
94
94
verify
95
95
RETURN_CODE=$?
96
96
;;
97
- integration-cloud-devel)
97
+ integration-cloud-devel|integration-cloud-devel-directpath-enabled )
98
98
mvn -B ${INTEGRATION_TEST_ARGS} \
99
99
-ntp \
100
100
-Penable-integration-tests \
@@ -110,7 +110,7 @@ integration-cloud-devel)
110
110
verify
111
111
RETURN_CODE=$?
112
112
;;
113
- integration-cloud-staging)
113
+ integration-cloud-staging|integration-cloud-staging-directpath-enabled )
114
114
mvn -B ${INTEGRATION_TEST_ARGS} \
115
115
-ntp \
116
116
-Penable-integration-tests \
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: " integration-cloud-devel-directpath-enabled"
12
+ }
13
+
14
+ env_vars: {
15
+ key: " GOOGLE_APPLICATION_CREDENTIALS"
16
+ value: " secret_manager/java-client-testing"
17
+ }
18
+
19
+ env_vars: {
20
+ key: " SECRET_MANAGER_KEYS"
21
+ value: " java-client-testing"
22
+ }
23
+
24
+ env_vars: {
25
+ key: " REPORT_COVERAGE"
26
+ value: " true"
27
+ }
28
+
29
+ env_vars: {
30
+ key: " GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
31
+ value: " true"
32
+ }
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: " integration-cloud-staging-directpath-enabled"
12
+ }
13
+
14
+ env_vars: {
15
+ key: " GOOGLE_APPLICATION_CREDENTIALS"
16
+ value: " secret_manager/java-client-testing"
17
+ }
18
+
19
+ env_vars: {
20
+ key: " SECRET_MANAGER_KEYS"
21
+ value: " java-client-testing"
22
+ }
23
+
24
+ env_vars: {
25
+ key: " REPORT_COVERAGE"
26
+ value: " true"
27
+ }
28
+
29
+ env_vars: {
30
+ key: " GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
31
+ value: " true"
32
+ }
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: " integration-cloud-devel-directpath-enabled"
12
+ }
13
+
14
+ env_vars: {
15
+ key: " GOOGLE_APPLICATION_CREDENTIALS"
16
+ value: " secret_manager/java-client-testing"
17
+ }
18
+
19
+ env_vars: {
20
+ key: " SECRET_MANAGER_KEYS"
21
+ value: " java-client-testing"
22
+ }
23
+
24
+ env_vars: {
25
+ key: " GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
26
+ value: " true"
27
+ }
28
+
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: " integration-cloud-staging-directpath-enabled"
12
+ }
13
+
14
+ env_vars: {
15
+ key: " GOOGLE_APPLICATION_CREDENTIALS"
16
+ value: " secret_manager/java-client-testing"
17
+ }
18
+
19
+ env_vars: {
20
+ key: " SECRET_MANAGER_KEYS"
21
+ value: " java-client-testing"
22
+ }
23
+
24
+ env_vars: {
25
+ key: " GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
26
+ value: " true"
27
+ }
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: " integration-directpath-enabled"
12
+ }
13
+ # TODO: remove this after we've migrated all tests and scripts
14
+ env_vars: {
15
+ key: " GCLOUD_PROJECT"
16
+ value: " java-docs-samples-testing"
17
+ }
18
+
19
+ env_vars: {
20
+ key: " GOOGLE_CLOUD_PROJECT"
21
+ value: " java-docs-samples-testing"
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
+ }
38
+
39
+ env_vars: {
40
+ key: " GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
41
+ value: " true"
42
+ }
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: " integration-directpath-enabled"
12
+ }
13
+
14
+ # TODO: remove this after we've migrated all tests and scripts
15
+ env_vars: {
16
+ key: " GCLOUD_PROJECT"
17
+ value: " gcloud-devel"
18
+ }
19
+
20
+ env_vars: {
21
+ key: " GOOGLE_CLOUD_PROJECT"
22
+ value: " gcloud-devel"
23
+ }
24
+
25
+ env_vars: {
26
+ key: " GOOGLE_APPLICATION_CREDENTIALS"
27
+ value: " secret_manager/java-it-service-account"
28
+ }
29
+
30
+ env_vars: {
31
+ key: " SECRET_MANAGER_KEYS"
32
+ value: " java-it-service-account"
33
+ }
34
+
35
+ env_vars: {
36
+ key: " GOOGLE_CLOUD_ENABLE_DIRECT_PATH_XDS"
37
+ value: " true"
38
+ }
You can’t perform that action at this time.
0 commit comments