summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2021-11-17 08:33:46 +0100
committerMarge Bot <emma+marge@anholt.net>2021-11-18 13:36:24 +0000
commit4bfcbe3f69eef0702d6494af513d902ad932496d (patch)
treedcfc08d78020c1cf8889418f686c9cb0bc93e499 /.gitlab-ci.yml
parentd542e978e9617dc27018b5d379acc506eb8d9565 (diff)
ci: Remove syslogd
Crosvm doesn't need it any more. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Corentin Noël <corentin.noel@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12828>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77553c3e014..6c6a04cf1fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -410,7 +410,7 @@ debian/x86_test-gl:
variables:
FDO_DISTRIBUTION_EXEC: 'env KERNEL_URL=${KERNEL_URL} FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/container/${CI_JOB_NAME}.sh'
KERNEL_URL: &kernel-rootfs-url "https://gitlab.freedesktop.org/gfx-ci/linux/-/archive/v5.15-for-mesa-ci-540a4af22d71/linux-v5.15-for-mesa-ci-540a4af22d71.tar.bz2"
- MESA_IMAGE_TAG: &debian-x86_test-gl "2021-11-02-deqp"
+ MESA_IMAGE_TAG: &debian-x86_test-gl "2021-11-17-syslogd-removal"
# Debian 11 based x86 test image for VK
debian/x86_test-vk: