Module: Mesa Branch: main Commit: 26bfea1a7d34d4e6d824ed98e07c4197e11e8346 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=26bfea1a7d34d4e6d824ed98e07c4197e11e8346
Author: David Heidelberg <[email protected]> Date: Thu Aug 11 15:12:02 2022 +0200 ci: rename debian-gallium to debian-build-testing This should provide a more accurate description of the task and allow us to offload some minor checks into it. Reviewed-by: Guilherme Gallo <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17574> --- .gitlab-ci/build/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 084672d53b7..896ea536693 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -145,7 +145,7 @@ debian-clover-testing: - .gitlab-ci/meson/build.sh - .gitlab-ci/prepare-artifacts.sh -debian-gallium: +debian-build-testing: extends: .meson-build variables: UNWIND: "enabled"
