summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-08-01 15:43:16 +0200
committerMarge Bot <emma+marge@anholt.net>2022-08-02 09:36:01 +0000
commitf7620dbf29b998666ff66c243e131ed64dbf84cb (patch)
treee3958003180a2d64f36925ca816e4dfd5e6076bc /.gitlab-ci.yml
parent23d3569677c96e2d42ca201a224b1d2b5a51c8d9 (diff)
ci: Uprev Mesa to the latest version
This contains a change to take into account the host caps when caching shaders which should reduce the amount of flakes. Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Part-of: <https://gitlab.freedesktop.org/virgl/virglrenderer/-/merge_requests/867>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8359f23..34786df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ variables:
#
# Pick a pipeline on https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/
#
- MESA_PIPELINE_ID: 646966
+ MESA_PIPELINE_ID: 652400
MESA_PROJECT_PATH: mesa/mesa
MINIO_HOST: minio-packet.freedesktop.org
# Per-pipeline artifact storage on MinIO
@@ -32,7 +32,7 @@ include:
# IMPORTANT: Use a recent Mesa Git revision
# The commit ref must be in sync with the pipeline picked above
# It can be found on the pipeline page below the commit message
- ref: fef2004b11dd32ecaaa76c305b8ba5f264839700
+ ref: cb993654033acb936aaac8b8185b75039e0bbe47
file:
- '/.gitlab-ci/image-tags.yml'