Skip to content

Commit cee2755

Browse files
committed
roachtest: use roachprod-centralized in nightly runs
This patch sets the two environment variables required to start using the roachprod-centralized test infrastructure. Epic: none Release note: None
1 parent 07256ca commit cee2755

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/teamcity/cockroach/nightlies/roachtest_nightly_impl.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ if [[ ! -f ~/.ssh/id_rsa.pub ]]; then
1919
ssh-keygen -q -C "roachtest-nightly-bazel $(date)" -N "" -f ~/.ssh/id_rsa
2020
fi
2121

22+
export ROACHPROD_CENTRALIZED_API_ENABLED=true
23+
export ROACHPROD_CENTRALIZED_API_BASE_URL=https://ludo-test-rp.roachprod.testeng.crdb.io/api
24+
2225
arch=amd64
2326
if [[ ${CLOUD} == "ibm" ]]; then
2427
arch=s390x

0 commit comments

Comments
 (0)