We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07256ca commit cee2755Copy full SHA for cee2755
build/teamcity/cockroach/nightlies/roachtest_nightly_impl.sh
@@ -19,6 +19,9 @@ if [[ ! -f ~/.ssh/id_rsa.pub ]]; then
19
ssh-keygen -q -C "roachtest-nightly-bazel $(date)" -N "" -f ~/.ssh/id_rsa
20
fi
21
22
+export ROACHPROD_CENTRALIZED_API_ENABLED=true
23
+export ROACHPROD_CENTRALIZED_API_BASE_URL=https://ludo-test-rp.roachprod.testeng.crdb.io/api
24
+
25
arch=amd64
26
if [[ ${CLOUD} == "ibm" ]]; then
27
arch=s390x
0 commit comments