On 15/12/2022 15.40, Alex Bennée wrote:
The verbosity adds a lot of unnecessary output to the CI logs which
end up getting truncated anyway. We can always extract information
from the meson test logs on a failure and for the custom runners its
generally easier to re-create failures anyway.
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml | 12 ++++++------
.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml | 2 +-
.gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml | 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>