Skip to content

Commit c98cf90

Browse files
craig[bot]jbowens
andcommitted
Merge #145564
145564: build: pass through additional env vars to pebble nightly r=jbowens a=jbowens 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 Co-authored-by: Jackson Owens <[email protected]>
2 parents 6ac9542 + e2fa588 commit c98cf90

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)