Skip to content

Commit

Permalink
chore: add flakybot (#1640)
Browse files Browse the repository at this point in the history
closes: #1321
  • Loading branch information
quartzmo committed Aug 3, 2022
1 parent cea8849 commit f706c86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/kokoro/test.sh
Expand Up @@ -56,3 +56,10 @@ if [[ $KOKORO_JOB_NAME == *"continuous"* ]]; then
else
go test -race -v -short ./... 2>&1 | tee $KOKORO_ARTIFACTS_DIR/$KOKORO_GERRIT_CHANGE_NUMBER.txt
fi

if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"continuous"* ]]; then
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
$KOKORO_GFILE_DIR/linux_amd64/flakybot -logs_dir=$GOCLOUD_HOME \
-repo=googleapis/google-api-go-client \
-commit_hash=$KOKORO_GITHUB_COMMIT_URL_google_api_go_client
fi

0 comments on commit f706c86

Please sign in to comment.