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: {
2929 key: " BUILD_SPECIFIC_GCLOUD_PROJECT"
3030 value: " ucaip-sample-tests"
3131}
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 11# 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 9797 excludes = [
9898 ".coveragerc" ,
9999 ".kokoro/continuous/common.cfg" ,
100- ".kokoro/continuous/continuous.cfg" ,
101100 ".kokoro/presubmit/presubmit.cfg" ,
102101 ".github/CODEOWNERS" ,
103102 ".github/workflows" , # exclude gh actions as credentials are needed for tests
You can’t perform that action at this time.
0 commit comments