From e1a2dc9138b5e05ebef447ba57247c814b9e2181 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Wed, 6 Oct 2021 12:49:00 +0200 Subject: [PATCH] fix(ci): lux report verbose progress --- .ci/fvt_tests/local_relup_test_run.sh | 4 ++-- .github/workflows/run_fvt_tests.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci/fvt_tests/local_relup_test_run.sh b/.ci/fvt_tests/local_relup_test_run.sh index 7343c448b..7ef40b0f2 100755 --- a/.ci/fvt_tests/local_relup_test_run.sh +++ b/.ci/fvt_tests/local_relup_test_run.sh @@ -28,8 +28,9 @@ exec docker run \ -v "$TEMPDIR:/relup_test" \ -w "/relup_test" \ -e REBAR_COLOR=none \ - -it savonarola/emqx-relup-env:4.3 \ + -it emqx/relup-test-env:erl23.2.7.2-emqx-2-ubuntu20.04 \ lux \ + --progress verbose \ --case_timeout infinity \ --var PROFILE="$PROFILE" \ --var PACKAGE_PATH="/relup_test/packages" \ @@ -37,4 +38,3 @@ exec docker run \ --var VSN="$VSN" \ --var OLD_VSN="$OLD_VSN" \ relup.lux - diff --git a/.github/workflows/run_fvt_tests.yaml b/.github/workflows/run_fvt_tests.yaml index 2c97844f6..2215b9188 100644 --- a/.github/workflows/run_fvt_tests.yaml +++ b/.github/workflows/run_fvt_tests.yaml @@ -308,6 +308,7 @@ jobs: timeout-minutes: 5 run: | lux \ + --progress verbose \ --case_timeout infinity \ --var PROFILE=$PROFILE \ --var PACKAGE_PATH=$(pwd)/packages \