aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2018-02-21 17:04:49 -0600
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2018-02-22 08:14:31 +0000
commit36daa3ece5c1fbc86b2f66931e6359734ac09fb8 (patch)
treeebc150a371275d0a15b959955cc6244eed1576c5
parent3e8ed95126c4dc54fe744eb4374ff9be1dc6e134 (diff)
automated/linux/piglit: Remove verbose run
Lava dispatcher doesn't works very well with lot of output, it uses pexpect to parse the whole test output searching for lava signals and lava test results causing high cpu consumption. After discussion in the ML [1], the better solution at this time is to avoid verbose run and progress bars [2]. [1] https://lists.linaro.org/pipermail/lava-users/2018-January/000735.html [2] https://lists.linaro.org/pipermail/lava-users/2018-February/000817.html Change-Id: I1be44f2aea8f0fb7f4d8ca0cf7d7f63c8931a366 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
-rw-r--r--automated/linux/piglit/piglit.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/piglit/piglit.yaml b/automated/linux/piglit/piglit.yaml
index 2d466fb0..b7c41d97 100644
--- a/automated/linux/piglit/piglit.yaml
+++ b/automated/linux/piglit/piglit.yaml
@@ -33,7 +33,7 @@ run:
- Xvfb ${DISPLAY} -screen 0 1920x1080x24 &
- export PIGLIT_SOURCE_DIR=${PIGLIT_SOURCE_DIR}
- cd ./automated/linux/piglit
- - piglit run ${OPTIONS} -l verbose ${PIGLIT_SOURCE_DIR}/${SUITE} ./results
+ - piglit run ${OPTIONS} ${PIGLIT_SOURCE_DIR}/${SUITE} ./results
- if [ -f ./results/results.json.bz2 ]; then
- bzip2 -d ./results/results.json.bz2
- ./piglit_lava_parse.py ./results/results.json > ./result.txt