diff options
author | Eric Engestrom <eric@igalia.com> | 2023-10-10 15:21:13 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-10-11 06:37:20 +0000 |
commit | 9c2b523c53c9231b1a037839310affeafd0a579c (patch) | |
tree | be6ef2280168b1669e1807a332e5ccb6192e11b8 /.gitlab-ci | |
parent | 298f2db76da0b4e6d9313bb6d85347b6ed4d64b8 (diff) | |
download | mesa-9c2b523c53c9231b1a037839310affeafd0a579c.tar.gz mesa-9c2b523c53c9231b1a037839310affeafd0a579c.tar.bz2 mesa-9c2b523c53c9231b1a037839310affeafd0a579c.zip |
ci/b2c: use latest mesa-trigger image
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25643>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/test/gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 6734813ded2..5055c2140a1 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -278,7 +278,7 @@ clang-format: # like FDO_DISTRIBUTION_TAG for *the* image, there is no way to # depend on more than one image per job. So, the job container is # built as part of the CI in the boot2container project. - image: registry.freedesktop.org/gfx-ci/ci-tron/mesa-trigger:2023-03-08.1 + image: registry.freedesktop.org/gfx-ci/ci-tron/mesa-trigger:2023-06-02.1 timeout: 1h 40m variables: # No need by default to pull the whole repo |