mbox series

[0/2] oeqa/postactions: save ptests artifacts as archive on host

Message ID 20240812151404.134030-1-alexis.lothore@bootlin.com
Headers show
Series oeqa/postactions: save ptests artifacts as archive on host | expand

Message

Alexis Lothoré Aug. 12, 2024, 3:14 p.m. UTC
Hello,

on any ptest failure, testimage build a list of artifacts to retrieve from
the target under test, create an archive and pull the corresponding raw
stream onto the controlling host (eg: autobuilder), which uncompresses it
immediately.
This small series follows a request to keep those artifacts compressed
instead of uncompressing them on the host.

The first commit is kind of unrelated and fixes a trivial issue spotted
during some tests. The second commit makes sure that artifacts are kept
in a compressed archive on the host.

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>

Alexis Lothoré (2):
  oeqa/postactions: fix exception handling
  oeqa/postactions: do not uncompress retrieved archive on host

 meta/lib/oeqa/utils/postactions.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)