On Mon, 23 Jun 2025, Marek Marczykowski-Górecki wrote: > This allows checking the file if gitlab can't parse it for some reason. > > Signed-off-by: Marek Marczykowski-Górecki <marma...@invisiblethingslab.com>
Acked-by: Stefano Stabellini <sstabell...@kernel.org> > --- > automation/gitlab-ci/test.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml > index a9d871cf72ad..dc08488e76f4 100644 > --- a/automation/gitlab-ci/test.yaml > +++ b/automation/gitlab-ci/test.yaml > @@ -155,6 +155,7 @@ > paths: > - smoke.serial > - '*.log' > + - tests-junit.xml > when: always > rules: > - if: $SELECTED_JOBS_ONLY && $CI_JOB_NAME =~ $SELECTED_JOBS_ONLY > -- > git-series 0.9.1 >