]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
resulttool: Use single space indentation in json output
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Nov 2024 11:46:08 +0000 (11:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Nov 2024 14:28:29 +0000 (14:28 +0000)
commita274cdcaf852cca9497f0358f44dda99c06aacbe
tree9a2cb4f92e00445b5311c95040d2595b498a8e88
parent6d7e621ef133d625e8405c74a9dba712b8692064
resulttool: Use single space indentation in json output

Using 4 space indentation in resulted in hundreds of megabytes of extra file size
in general use. Reduce this to make filesizes more managable and reduce the processing
cost. Some level of indentation and spacing does make the files more readable and allows
use of git diff so we need to retain some of it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/runner.py
scripts/lib/resulttool/manualexecution.py
scripts/lib/resulttool/report.py
scripts/lib/resulttool/resultutils.py