
28 Feb
2023
28 Feb
'23
4:10 p.m.
On Mon, 27 Feb 2023 at 19:26, Marek Vasut marek.vasut+renesas@mailbox.org wrote:
Copy build artifacts for all test.py tests, so they show up in artifacts storage for later inspection. The test.py tests output in CI is basically useless, but it is far more useful in the html output for analysis and debugging.
Reviewed-by: Tom Rini trini@konsulko.com Suggested-by: Simon Glass sjg@chromium.org Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org
Cc: Simon Glass sjg@chromium.org Cc: Tom Rini trini@konsulko.com
V2: - Drop bogus comment - Add RB from Tom
.gitlab-ci.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org