Module: Mesa Branch: master Commit: 4316e0459e4b35a90968aeabc5c0e14e66f66fcd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4316e0459e4b35a90968aeabc5c0e14e66f66fcd
Author: Rohan Garg <[email protected]> Date: Tue Feb 9 17:43:35 2021 +0100 ci: Ensure that jobs inherting the ci-deqp jobs artifact meson logs Since gitlab-ci cannot merge artifact lists, and the last entry a job extends from overwrites the artifact list, we should ensure that we artifact meson logs via the .ci-deqp-artifacts job. Signed-off-by: Rohan Garg <[email protected]> Acked-by: Daniel Stone <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8937> --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7d841383f4..fb28c559b2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -188,6 +188,7 @@ success: # Watch out! Artifacts are relative to the build dir. # https://gitlab.com/gitlab-org/gitlab-ce/commit/8788fb925706cad594adf6917a6c5f6587dd1521 - artifacts + - _build/meson-logs/*.txt # Docker image tag helper templates _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
