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 <helen.koike@collabora.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Reviewed-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Fixes: 7b51a583ed ("ci/android: add android to the ci")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24913>
(cherry picked from commit e6625fa25a)
This commit is contained in:
Helen Koike 2023-08-28 17:40:46 -03:00 committed by Eric Engestrom
parent 8e8b126e77
commit b95e0085c6
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ RESULTS=/data/results
uncollapsed_section_switch cuttlefish_test "cuttlefish: testing" uncollapsed_section_switch cuttlefish_test "cuttlefish: testing"
set +e 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 \
--suite /data/deqp-$DEQP_SUITE.toml \ --suite /data/deqp-$DEQP_SUITE.toml \
--output $RESULTS \ --output $RESULTS \

View file

@ -3046,7 +3046,7 @@
"description": "ci/android: remove strace output from cuttlefish-runner.sh", "description": "ci/android: remove strace output from cuttlefish-runner.sh",
"nominated": true, "nominated": true,
"nomination_type": 1, "nomination_type": 1,
"resolution": 0, "resolution": 1,
"main_sha": null, "main_sha": null,
"because_sha": "7b51a583edb72f9e66c231b60f9fae4c3c448d22" "because_sha": "7b51a583edb72f9e66c231b60f9fae4c3c448d22"
}, },