Skip to content

Commit e2fa588

Browse files
committed
build: pass through additional env vars to pebble nightly
In e0a0380 the pebble nightly ycsb benchmark script was edited to allow configuration of the Pebble SHA tested and the roachtest used through environment variables. These environment variables need to be explicitly propagated to the docker container. Epic: none Release note: none
1 parent a85bae0 commit e2fa588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/teamcity/cockroach/nightlies/pebble_nightly_ycsb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dir="$(dirname $(dirname $(dirname $(dirname "${0}"))))"
1818
source "$dir/teamcity-support.sh" # For $root
1919
source "$dir/teamcity-bazel-support.sh" # For run_bazel
2020

21-
BAZEL_SUPPORT_EXTRA_DOCKER_ARGS="-e LITERAL_ARTIFACTS_DIR=$root/artifacts -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e GOOGLE_EPHEMERAL_CREDENTIALS -e TC_BUILDTYPE_ID -e TC_BUILD_BRANCH -e TC_BUILD_ID -e TC_SERVER_URL" \
21+
BAZEL_SUPPORT_EXTRA_DOCKER_ARGS="-e LITERAL_ARTIFACTS_DIR=$root/artifacts -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e GOOGLE_EPHEMERAL_CREDENTIALS -e TC_BUILDTYPE_ID -e TC_BUILD_BRANCH -e TC_BUILD_ID -e TC_SERVER_URL -e PEBBLE_SHA -e ROACHTEST_NAME -e ROACHTEST_SUITE" \
2222
run_bazel build/teamcity/cockroach/nightlies/pebble_nightly_ycsb_impl.sh

0 commit comments

Comments
 (0)