We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5aa55 commit 5949674Copy full SHA for 5949674
.kokoro/continuous/common.cfg
@@ -29,3 +29,7 @@ env_vars: {
29
key: "BUILD_SPECIFIC_GCLOUD_PROJECT"
30
value: "ucaip-sample-tests"
31
}
32
+env_vars {
33
+ key: "_VPC_NETWORK_URI"
34
+ value: "projects/580378083368/global/networks/system-tests"
35
+}
.kokoro/continuous/continuous.cfg
@@ -1,6 +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
-}
owlbot.py
@@ -97,7 +97,6 @@
97
excludes=[
98
".coveragerc",
99
".kokoro/continuous/common.cfg",
100
- ".kokoro/continuous/continuous.cfg",
101
".kokoro/presubmit/presubmit.cfg",
102
".github/CODEOWNERS",
103
".github/workflows", # exclude gh actions as credentials are needed for tests
0 commit comments