File tree 2 files changed +5
-5
lines changed
packages/google-cloud-video-transcoder/.kokoro
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,11 @@ for file in samples/**/requirements.txt; do
87
87
python3.6 -m nox -s " $RUN_TESTS_SESSION "
88
88
EXIT=$?
89
89
90
- # If this is a periodic build, send the test log to the Build Cop Bot .
91
- # See https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop .
90
+ # If this is a periodic build, send the test log to the FlakyBot .
91
+ # See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot .
92
92
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = * " periodic" * ]]; then
93
- chmod +x $KOKORO_GFILE_DIR /linux_amd64/buildcop
94
- $KOKORO_GFILE_DIR /linux_amd64/buildcop
93
+ chmod +x $KOKORO_GFILE_DIR /linux_amd64/flakybot
94
+ $KOKORO_GFILE_DIR /linux_amd64/flakybot
95
95
fi
96
96
97
97
if [[ $EXIT -ne 0 ]]; then
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ if [[ -n "${KOKORO_BUILD_ID:-}" ]]; then
159
159
" KOKORO_GITHUB_COMMIT"
160
160
" KOKORO_GITHUB_PULL_REQUEST_NUMBER"
161
161
" KOKORO_GITHUB_PULL_REQUEST_COMMIT"
162
- # For Build Cop Bot
162
+ # For FlakyBot
163
163
" KOKORO_GITHUB_COMMIT_URL"
164
164
" KOKORO_GITHUB_PULL_REQUEST_URL"
165
165
)
You can’t perform that action at this time.
0 commit comments