From f95adc2c3423210c76a8c331ec8b5055da65b23f Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 7 Mar 2025 19:01:40 +0100 Subject: [PATCH] ci/b2c: drop dead /runner-before-script.sh code This has never been used (instead, `pre_build_script` was used), let's drop it. Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 91035e4a05e..95b15146aca 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -447,21 +447,6 @@ yaml-toml-shell-py-test: section_start b2c_kernel_boot "Booting hardware device" - # Useful as a hook point for runner admins. You may edit the - # config.toml for the Gitlab runner and use a bind-mount to - # populate the hook script with some executable commands. This - # allows quicker feedback than resubmitting pipelines and - # potentially having to wait for a debug build of Mesa to - # complete. - if [ -x /runner-before-script.sh ]; then - echo "Executing runner before-script hook..." - sh /runner-before-script.sh - if [ $? -ne 0 ]; then - echo "Runner hook failed, goodbye" - exit $? - fi - fi - [ -d "$CI_B2C_ARTIFACTS" ] || exit 1 [ -d "$CI_COMMON_SCRIPTS" ] || exit 1