From e6625fa25a46095baa75b35caa9b3dab00f9b1b8 Mon Sep 17 00:00:00 2001 From: Helen Koike Date: Mon, 28 Aug 2023 17:40:46 -0300 Subject: [PATCH] ci/android: remove strace output from cuttlefish-runner.sh strace output is only used for debug and its output takes too much space. Remove it to save resources. Signed-off-by: Helen Koike Reviewed-by: David Heidelberg Reviewed-by: Guilherme Gallo Fixes: 7b51a583edb7 ("ci/android: add android to the ci") Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 3d14364ae28..18deee6aae9 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -92,7 +92,7 @@ RESULTS=/data/results uncollapsed_section_switch cuttlefish_test "cuttlefish: testing" set +e -$ADB shell "mkdir /data/results; cd /data; strace -o /data/results/out.strace -f -s 1000 ./deqp-runner \ +$ADB shell "mkdir /data/results; cd /data; ./deqp-runner \ suite \ --suite /data/deqp-$DEQP_SUITE.toml \ --output $RESULTS \