Skip to content

Commit 5949674

Browse files
authored
tests: Added VPC network constants to common file instead of continuous (#1204)
1 parent 5e5aa55 commit 5949674

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.kokoro/continuous/common.cfg

+4
Original file line numberDiff line numberDiff 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+
}

.kokoro/continuous/continuous.cfg

-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
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-
}

owlbot.py

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
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

0 commit comments

Comments
 (0)