You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2019/03/29 14:42:23 UTC

[bigtop] branch branch-1.4 updated: BIGTOP-3199. Can not run smoke test inside docker-provisioner (#512)

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

evansye pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new d36c907  BIGTOP-3199. Can not run smoke test inside docker-provisioner (#512)
d36c907 is described below

commit d36c907a880ae560f0cf223810fe70007f502cf5
Author: Evans Ye <ev...@apache.org>
AuthorDate: Fri Mar 29 22:42:19 2019 +0800

    BIGTOP-3199. Can not run smoke test inside docker-provisioner (#512)
---
 provisioner/utils/smoke-tests.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/provisioner/utils/smoke-tests.sh b/provisioner/utils/smoke-tests.sh
index 4f2ef84..9a0921d 100755
--- a/provisioner/utils/smoke-tests.sh
+++ b/provisioner/utils/smoke-tests.sh
@@ -80,8 +80,9 @@ ALL_SMOKE_TASKS=""
 for s in `echo $SMOKE_TESTS | sed -e 's#,# #g'`; do
   ALL_SMOKE_TASKS="$ALL_SMOKE_TASKS bigtop-tests:smoke-tests:$s:test"
 done
+rm -rf /bigtop-home/.gradle
 cd /bigtop-home && ./gradlew clean $ALL_SMOKE_TASKS -Psmoke.tests --info
 # BIGTOP-2244 workaround: clean the top level buildSrc/build with the same
 # permissions as used for smoke-tests execution
 rm -rf buildSrc/build/test-results/binary
-
+rm -rf /bigtop-home/.gradle