mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
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 commite6625fa25a)
This commit is contained in:
parent
8e8b126e77
commit
b95e0085c6
2 changed files with 2 additions and 2 deletions
|
|
@ -89,7 +89,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 \
|
||||
|
|
|
|||
|
|
@ -3046,7 +3046,7 @@
|
|||
"description": "ci/android: remove strace output from cuttlefish-runner.sh",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "7b51a583edb72f9e66c231b60f9fae4c3c448d22"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue