Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: post issues from local roachtests #43956

Merged
merged 1 commit into from
Jan 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion build/teamcity-local-roachtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ tc_start_block "Run local roachtests"
# NB: roachtest has its own teamcity output format and posts issues (whenever
# GITHUB_API_TOKEN) is set, so it doesn't fit into the streamlined process
# around the run_json_test helper.
build/builder.sh env COCKROACH_DEV_LICENSE="$COCKROACH_DEV_LICENSE" GITHUB_API_TOKEN="${GITHUB_API_TOKEN-}" \
build/builder.sh env \
COCKROACH_DEV_LICENSE="${COCKROACH_DEV_LICENSE}" \
GITHUB_API_TOKEN="${GITHUB_API_TOKEN-}" \
BUILD_VCS_NUMBER="${BUILD_VCS_NUMBER-}" \
TC_BUILD_ID="${TC_BUILD_ID-}" \
TC_SERVER_URL="${TC_SERVER_URL-}" \
TC_BUILD_BRANCH="${TC_BUILD_BRANCH-}" \
stdbuf -oL -eL \
./bin/roachtest run acceptance kv/splits cdc/bank \
--local \
Expand Down