File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,16 +27,6 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
2727# Setup project id.
2828export 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-
4030RETVAL=0
4131
4232export PROJECT_ROOT=$( realpath $( dirname " ${BASH_SOURCE[0]} " ) /..)
Original file line number Diff line number Diff 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 )
170167elif [[ " ${TRAVIS:- } " == " true" ]]; then
171168 RUNNING_IN_CI=" true"
You can’t perform that action at this time.
0 commit comments