This is an automated email from the ASF dual-hosted git repository.
achennaka pushed a commit to branch branch-1.18.x
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/branch-1.18.x by this push:
new 4fafa631c [build-support] remove stray CLEANUP_TEST_TMPDIR
4fafa631c is described below
commit 4fafa631c688af84cb06ffa6b2053c405b623922
Author: Alexey Serbin <[email protected]>
AuthorDate: Tue Jan 7 19:40:57 2025 -0800
[build-support] remove stray CLEANUP_TEST_TMPDIR
This is a follow-up to f9b2c33d2f2d8f6df848d28a157cac27340911c6.
Change-Id: I007f8ab21a24840964ddca18c0611b5571856c93
Reviewed-on: http://gerrit.cloudera.org:8080/22310
Reviewed-by: Abhishek Chennaka <[email protected]>
Tested-by: Alexey Serbin <[email protected]>
(cherry picked from commit 936b9e42769d51a1e26110f208045eb7eef35dae)
Reviewed-on: http://gerrit.cloudera.org:8080/22311
---
build-support/jenkins/build-and-test.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/build-support/jenkins/build-and-test.sh
b/build-support/jenkins/build-and-test.sh
index e459b9c7b..91a8d1eea 100755
--- a/build-support/jenkins/build-and-test.sh
+++ b/build-support/jenkins/build-and-test.sh
@@ -166,7 +166,6 @@ if [ -n "$BUILD_TAG" ]; then
else
export TEST_TMPDIR=${TEST_TMPDIR:-/tmp/kudutest-$UID}
fi
-export CLEANUP_TEST_TMPDIR=${CLEANUP_TEST_TMPDIR:-0}
export PARALLEL=${PARALLEL:-$(getconf _NPROCESSORS_ONLN)}
export PARALLEL_TESTS=${PARALLEL_TESTS:-$PARALLEL}
export THIRDPARTY_DIR=${THIRDPARTY_DIR:-$SOURCE_ROOT/thirdparty}