This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new 936b9e427 [build-support] remove stray CLEANUP_TEST_TMPDIR
936b9e427 is described below

commit 936b9e42769d51a1e26110f208045eb7eef35dae
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]>
---
 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}

Reply via email to