From a06d3c2d2c15228c7d417ed22620c828fdcd4acc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 7 Nov 2022 16:13:30 +0200 Subject: [PATCH] ci/b2c-test: update the trigger container to the latest version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This shouldn't affect anything, except some extra debug information and some reliability improvements. Signed-off-by: Martin Roukala (né Peres) Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index e82b7e0045a..600a470cfca 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -204,7 +204,7 @@ rustfmt: # 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/mupuf/valve-infra/mesa-trigger:2022-03-03.2 + image: registry.freedesktop.org/mupuf/valve-infra/mesa-trigger:2022-11-08.1 timeout: 1h 40m variables: # No need by default to pull the whole repo