From b95e0085c6324aa9ad35c4ac0f08722c229b3e6a 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: (cherry picked from commit e6625fa25a46095baa75b35caa9b3dab00f9b1b8) --- .gitlab-ci/cuttlefish-runner.sh | 2 +- .pick_status.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 10945c72cfb..dbe5d85b461 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -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 \ diff --git a/.pick_status.json b/.pick_status.json index 584f6c36b05..85a1ab80426 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -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" },