From cee1142fa31e0e75019562b2d9c3d7f81790a13f Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Mon, 13 Jun 2022 17:04:51 +0200 Subject: [PATCH] ci: bump the hang-detection tool in the test image for Vulkan I recently fixed one issue that triggered an assertion in the Vulkan common code. This was because the tool allocated cmdbuf from the wrong pool (in presence of multiple queues). Signed-off-by: Samuel Pitoiset Reviewed-by: Martin Roukala Reviewed-by: Emma Anholt Part-of: --- .gitlab-ci/container/build-hang-detection.sh | 2 +- .gitlab-ci/image-tags.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/build-hang-detection.sh b/.gitlab-ci/container/build-hang-detection.sh index 6ce5464c590..b5af1af8904 100644 --- a/.gitlab-ci/container/build-hang-detection.sh +++ b/.gitlab-ci/container/build-hang-detection.sh @@ -2,7 +2,7 @@ set -ex -PARALLEL_DEQP_RUNNER_VERSION=6596b71cf37a7efb4d54acd48c770ed2d4ad6b7e +PARALLEL_DEQP_RUNNER_VERSION=fe557794b5dadd8dbf0eae403296625e03bda18a git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner --single-branch -b master --no-checkout /parallel-deqp-runner pushd /parallel-deqp-runner diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index cc28f7d35c1..e1f963b9c77 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -9,7 +9,7 @@ variables: DEBIAN_X86_TEST_IMAGE_PATH: "debian/x86_test-gl" DEBIAN_X86_TEST_GL_TAG: "2022-06-09-piglit-update" - DEBIAN_X86_TEST_VK_TAG: "2022-06-09-piglit-update" + DEBIAN_X86_TEST_VK_TAG: "2022-06-14-hang-detection" FEDORA_X86_BUILD_TAG: "2022-04-24-spirv-tools-5" KERNEL_ROOTFS_TAG: "2022-06-09-piglit-update"