Skip to content

Commit bf8e657

Browse files
authored
build: Remove flakybot (googleapis#12000)
This PR removes flakybot which is no longer needed. Fixes b/309661996
1 parent d0921f1 commit bf8e657

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

.kokoro/system.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
2727
# Setup project id.
2828
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
2929

30-
# If this is a continuous build, send the test log to the FlakyBot.
31-
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
32-
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"continuous"* ]]; then
33-
cleanup() {
34-
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
35-
$KOKORO_GFILE_DIR/linux_amd64/flakybot
36-
}
37-
trap cleanup EXIT HUP
38-
fi
39-
4030
RETVAL=0
4131

4232
export PROJECT_ROOT=$(realpath $(dirname "${BASH_SOURCE[0]}")/..)

.kokoro/trampoline_v2.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ if [[ -n "${KOKORO_BUILD_ID:-}" ]]; then
163163
"KOKORO_GITHUB_COMMIT"
164164
"KOKORO_GITHUB_PULL_REQUEST_NUMBER"
165165
"KOKORO_GITHUB_PULL_REQUEST_COMMIT"
166-
# For FlakyBot
167-
"KOKORO_GITHUB_COMMIT_URL"
168-
"KOKORO_GITHUB_PULL_REQUEST_URL"
169166
)
170167
elif [[ "${TRAVIS:-}" == "true" ]]; then
171168
RUNNING_IN_CI="true"

0 commit comments

Comments
 (0)