This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 5b04fedb8e01ebffb9eab4d36d86b37fed1ccad2 Author: Kengo Seki <[email protected]> AuthorDate: Thu Aug 26 06:40:02 2021 +0900 BIGTOP-3577. HBase smoke test partially fails on ppc64le. (#814) (cherry picked from commit 86ade65daa38946489eac5fc96d1687d62dd8acb) --- provisioner/utils/smoke-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioner/utils/smoke-tests.sh b/provisioner/utils/smoke-tests.sh index bb3313b..2389308 100755 --- a/provisioner/utils/smoke-tests.sh +++ b/provisioner/utils/smoke-tests.sh @@ -81,7 +81,7 @@ 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 +cd /bigtop-home && ./gradlew clean $ALL_SMOKE_TASKS -Psmoke.tests -Duser.dir=/bigtop-home --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
