aboutsummaryrefslogtreecommitdiff
path: root/.kokoro
diff options
context:
space:
mode:
authorJustin Beckwith <justin.beckwith@gmail.com>2021-01-29 08:35:24 -0800
committerGitHub <noreply@github.com>2021-01-29 09:35:24 -0700
commit471d59467afacfd5c0f2e17f1930be4a17c3e1d6 (patch)
treeb86f2388899fb883a1a55e0ddcb232c8d6381ec1 /.kokoro
parent786e9de706be03354d08ad98d1988eafb0628313 (diff)
downloadpython-api-core-471d59467afacfd5c0f2e17f1930be4a17c3e1d6.tar.gz
build: migrate to flakybot (#140)
Diffstat (limited to '.kokoro')
-rwxr-xr-x.kokoro/test-samples.sh8
-rwxr-xr-x.kokoro/trampoline_v2.sh2
2 files changed, 5 insertions, 5 deletions
diff --git a/.kokoro/test-samples.sh b/.kokoro/test-samples.sh
index cbdb07e..c0b4bdc 100755
--- a/.kokoro/test-samples.sh
+++ b/.kokoro/test-samples.sh
@@ -87,11 +87,11 @@ for file in samples/**/requirements.txt; do
python3.6 -m nox -s "$RUN_TESTS_SESSION"
EXIT=$?
- # If this is a periodic build, send the test log to the Build Cop Bot.
- # See https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop.
+ # If this is a periodic build, send the test log to the FlakyBot.
+ # See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"periodic"* ]]; then
- chmod +x $KOKORO_GFILE_DIR/linux_amd64/buildcop
- $KOKORO_GFILE_DIR/linux_amd64/buildcop
+ chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
+ $KOKORO_GFILE_DIR/linux_amd64/flakybot
fi
if [[ $EXIT -ne 0 ]]; then
diff --git a/.kokoro/trampoline_v2.sh b/.kokoro/trampoline_v2.sh
index 719bcd5..4af6cdc 100755
--- a/.kokoro/trampoline_v2.sh
+++ b/.kokoro/trampoline_v2.sh
@@ -159,7 +159,7 @@ if [[ -n "${KOKORO_BUILD_ID:-}" ]]; then
"KOKORO_GITHUB_COMMIT"
"KOKORO_GITHUB_PULL_REQUEST_NUMBER"
"KOKORO_GITHUB_PULL_REQUEST_COMMIT"
- # For Build Cop Bot
+ # For FlakyBot
"KOKORO_GITHUB_COMMIT_URL"
"KOKORO_GITHUB_PULL_REQUEST_URL"
)