Module: Mesa Branch: main Commit: ee2e14b352b3f5c07b18fcbbc5f6b1cacd64e0ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee2e14b352b3f5c07b18fcbbc5f6b1cacd64e0ed
Author: Erico Nunes <[email protected]> Date: Wed Nov 17 12:01:03 2021 +0100 ci: temporarily disable lima CI The lima board farm will be unavailable for a few days, so disable it to avoid CI failures. Signed-off-by: Erico Nunes <[email protected]> Reviewed-by: Vasily Khoruzhick <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13595> --- src/gallium/drivers/lima/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/lima/ci/gitlab-ci.yml b/src/gallium/drivers/lima/ci/gitlab-ci.yml index 93fae88e3e4..ef679f0ddb5 100644 --- a/src/gallium/drivers/lima/ci/gitlab-ci.yml +++ b/src/gallium/drivers/lima/ci/gitlab-ci.yml @@ -1,4 +1,4 @@ -lima-mali450-test:arm64: +.lima-mali450-test:arm64: extends: - .lava-test:arm64 - .lima-rules
