Mesa (main): ci: bump the hang-detection tool in the test image for Vulkan

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 14 06:50:56 UTC 2022


Module: Mesa
Branch: main
Commit: cee1142fa31e0e75019562b2d9c3d7f81790a13f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cee1142fa31e0e75019562b2d9c3d7f81790a13f

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Mon Jun 13 17:04:51 2022 +0200

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 <samuel.pitoiset at gmail.com>
Reviewed-by: Martin Roukala <martin.roukala at mupuf.org>
Reviewed-by: Emma Anholt <emma at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17002>

---

 .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"



More information about the mesa-commit mailing list