Module: Mesa Branch: master Commit: 1c79ac10690d1a2e44ea30a05542d0ea3f246a56 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c79ac10690d1a2e44ea30a05542d0ea3f246a56
Author: Michel Dänzer <[email protected]> Date: Wed Apr 29 18:47:08 2020 +0200 gitlab-ci: Update to current templates Notable changes: * No longer generate a separate *-built-by-job-* image tag, instead store the pipeline/job information as labels in the image. * Clean up some package information files which were accidentally left before, possibly resulting in slightly smaller images. Acked-by: Andres Gomez <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4851> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b7b6e4b359..2bc3d9514e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: include: - project: 'freedesktop/ci-templates' - ref: 4b2997287317808830e9cb4eb0f99b691787da88 + ref: 59de540b620c45739871d1a073d76d5521989d11 file: '/templates/debian.yml' - local: '.gitlab-ci/lava-gitlab-ci.yml' - local: '.gitlab-ci/test-source-dep.yml' _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
