Skip to content

Commit d0946c6

Browse files
busunkim96tseaver
authored andcommitted
Add kokoro for videointelligence and remove videointelligence from CircleCI (googleapis#6089)
1 parent 9c8595a commit d0946c6

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,6 @@ jobs:
178178
if [[ -n $(grep -x translate ~/target_packages) ]]; then
179179
nox -f translate/nox.py
180180
fi
181-
- run:
182-
name: Run tests - google.cloud.videointelligence
183-
command: |
184-
if [[ -n $(grep -x videointelligence ~/target_packages) ]]; then
185-
nox -f videointelligence/nox.py
186-
fi
187181
- run:
188182
name: Make sure google-cloud setup.py is valid
189183
command: |
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Tell the trampoline which build file to use.
4+
env_vars: {
5+
key: "PACKAGE"
6+
value: "videointelligence"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Tell the trampoline which build file to use.
4+
env_vars: {
5+
key: "PACKAGE"
6+
value: "videointelligence"
7+
}

0 commit comments

Comments
 (0)