Re: [PATCH] CI: gitlab: Collect pytest artifacts

2023-02-28 Thread Harald Seiler
Hi Marek, On Tue, 2023-02-28 at 03:25 +0100, Marek Vasut wrote: > On 2/28/23 00:36, Tom Rini wrote: > > [...] > > > > @@ -454,9 +457,4 @@ coreboot test.py: > > > TEST_PY_BD: "coreboot" > > > TEST_PY_TEST_SPEC: "not sleep" > > > TEST_PY_ID: "--id qemu" > > > - artifacts: > > >

Re: [PATCH] CI: gitlab: Collect pytest artifacts

2023-02-27 Thread Marek Vasut
On 2/28/23 00:36, Tom Rini wrote: [...] @@ -454,9 +457,4 @@ coreboot test.py: TEST_PY_BD: "coreboot" TEST_PY_TEST_SPEC: "not sleep" TEST_PY_ID: "--id qemu" - artifacts: -paths: - - "*.html" - - "*.css" -expire_in: 1 week <<: *buildman_and_testpy_dfn So

Re: [PATCH] CI: gitlab: Collect pytest artifacts

2023-02-27 Thread Tom Rini
On Mon, Feb 27, 2023 at 11:51:30PM +0100, Marek Vasut 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.

[PATCH] CI: gitlab: Collect pytest artifacts

2023-02-27 Thread Marek Vasut
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. Suggested-by: Simon Glass Signed-off-by: Marek Vasut --- Cc: Simon