File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,7 @@ env_vars: {
29
29
key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
30
30
value: " ucaip-sample-tests"
31
31
}
32
+ env_vars {
33
+ key: " _VPC_NETWORK_URI"
34
+ value: " projects/580378083368/global/networks/system-tests"
35
+ }
Original file line number Diff line number Diff line change 1
1
# Format: //devtools/kokoro/config/proto/build.proto
2
-
3
- env_vars {
4
- key: " _VPC_NETWORK_URI"
5
- value: " projects/580378083368/global/networks/system-tests"
6
- }
Original file line number Diff line number Diff line change 97
97
excludes = [
98
98
".coveragerc" ,
99
99
".kokoro/continuous/common.cfg" ,
100
- ".kokoro/continuous/continuous.cfg" ,
101
100
".kokoro/presubmit/presubmit.cfg" ,
102
101
".github/CODEOWNERS" ,
103
102
".github/workflows" , # exclude gh actions as credentials are needed for tests
You can’t perform that action at this time.
0 commit comments