Skip to content

Commit

Permalink
Add kokoro for videointelligence and remove videointelligence from Ci…
Browse files Browse the repository at this point in the history
…rcleCI (#6089)
  • Loading branch information
busunkim96 authored and tseaver committed Sep 25, 2018
1 parent 9c8595a commit d0946c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,6 @@ jobs:
if [[ -n $(grep -x translate ~/target_packages) ]]; then
nox -f translate/nox.py
fi
- run:
name: Run tests - google.cloud.videointelligence
command: |
if [[ -n $(grep -x videointelligence ~/target_packages) ]]; then
nox -f videointelligence/nox.py
fi
- run:
name: Make sure google-cloud setup.py is valid
command: |
Expand Down
7 changes: 7 additions & 0 deletions .kokoro/continuous/videointelligence.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Tell the trampoline which build file to use.
env_vars: {
key: "PACKAGE"
value: "videointelligence"
}
7 changes: 7 additions & 0 deletions .kokoro/presubmit/videointelligence.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Format: //devtools/kokoro/config/proto/build.proto

# Tell the trampoline which build file to use.
env_vars: {
key: "PACKAGE"
value: "videointelligence"
}

0 comments on commit d0946c6

Please sign in to comment.