Skip to content

Commit

Permalink
Merge #88054
Browse files Browse the repository at this point in the history
88054: release: fix roachtest release qualification script r=jlinder a=rickystewart

We were looking in the wrong place for these binaries.

Release note: None

Co-authored-by: Ricky Stewart <[email protected]>
  • Loading branch information
craig[bot] and rickystewart committed Sep 16, 2022
2 parents 4717741 + ff9bedf commit b01ebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/teamcity/internal/release/process/roachtest-release-qualification.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chmod +x cockroach

run_bazel <<'EOF'
bazel build --config ci --config crosslinux //pkg/cmd/workload //pkg/cmd/roachtest //pkg/cmd/roachprod
BAZEL_BIN=$(bazel info bazel-bin --config crosslinux --config ci --config with_ui -c opt)
BAZEL_BIN=$(bazel info bazel-bin --config ci --config crosslinux)
cp $BAZEL_BIN/pkg/cmd/roachprod/roachprod_/roachprod bin
cp $BAZEL_BIN/pkg/cmd/roachtest/roachtest_/roachtest bin
cp $BAZEL_BIN/pkg/cmd/workload/workload_/workload bin
Expand Down

0 comments on commit b01ebf7

Please sign in to comment.