From 3e901f7c371c678b0bb10acfc872257978fefc7c Mon Sep 17 00:00:00 2001 From: Deborah Brouwer Date: Tue, 1 Oct 2024 13:16:00 -0700 Subject: [PATCH] ci: remove obsolete build-hang-detection script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The build-hang-detection script was part of the old parallel-deqp-runner repository which is now superseded by deqp-runner. Remove the script because it’s no longer used. Part-of: --- .gitlab-ci/container/build-hang-detection.sh | 16 ---------------- .gitlab-ci/container/debian/test-vk.sh | 4 ---- 2 files changed, 20 deletions(-) delete mode 100644 .gitlab-ci/container/build-hang-detection.sh diff --git a/.gitlab-ci/container/build-hang-detection.sh b/.gitlab-ci/container/build-hang-detection.sh deleted file mode 100644 index b5af1af8904..00000000000 --- a/.gitlab-ci/container/build-hang-detection.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -set -ex - -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 -git checkout "$PARALLEL_DEQP_RUNNER_VERSION" -meson . _build -ninja -C _build hang-detection -mkdir -p build/bin -install _build/hang-detection build/bin -strip build/bin/* -find . -not -path './build' -not -path './build/*' -delete -popd diff --git a/.gitlab-ci/container/debian/test-vk.sh b/.gitlab-ci/container/debian/test-vk.sh index 9f569b10134..258fd029b26 100644 --- a/.gitlab-ci/container/debian/test-vk.sh +++ b/.gitlab-ci/container/debian/test-vk.sh @@ -91,10 +91,6 @@ wine \ . .gitlab-ci/container/container_pre_build.sh -############### Build parallel-deqp-runner's hang-detection tool - -. .gitlab-ci/container/build-hang-detection.sh - ############### Build piglit replayer # We don't run any _piglit_ Vulkan tests in the containers. PIGLIT_OPTS="-DPIGLIT_USE_WAFFLE=ON