Skip to content

Commit

Permalink
ci: let testrace use simplestamp config
Browse files Browse the repository at this point in the history
Release note: None
Epic: none
  • Loading branch information
healthy-pod committed Oct 13, 2022
1 parent 3bdca7d commit 7af8bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/teamcity/cockroach/ci/tests/testrace_impl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ do
echo "Skipping test $test"
continue
fi
$(bazel info bazel-bin --config=ci)/pkg/cmd/bazci/bazci_/bazci -- test --config=ci --config=race "$test" \
$(bazel info bazel-bin --config=ci)/pkg/cmd/bazci/bazci_/bazci -- test --config=ci --config=race --config=simplestamp "$test" \
--test_env=COCKROACH_LOGIC_TESTS_SKIP=true \
--test_env=GOMAXPROCS=8 \
--test_arg=-test.timeout="${go_timeout}s"
Expand Down

0 comments on commit 7af8bb5

Please sign in to comment.