From a1d754588573f0f6409da9af3b9e4f5b3f76a964 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 9 Jul 2025 15:50:33 +0200 Subject: [PATCH] crocus/ci: disable jobs on anholt farm That farm is not coming back any time soon, so let's just disable the jobs to avoid having to keep them working while refactoring; they'll have to be mostly re-written if/when they're brought back anyway. Part-of: --- src/gallium/drivers/crocus/ci/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/crocus/ci/gitlab-ci.yml b/src/gallium/drivers/crocus/ci/gitlab-ci.yml index 0f67598b35e..b27ac2f7d75 100644 --- a/src/gallium/drivers/crocus/ci/gitlab-ci.yml +++ b/src/gallium/drivers/crocus/ci/gitlab-ci.yml @@ -1,7 +1,7 @@ include: - local: 'src/gallium/drivers/crocus/ci/gitlab-ci-inc.yml' -crocus-hsw: +.crocus-hsw: extends: - .anholt-hsw-test - .test-gl @@ -13,7 +13,7 @@ crocus-hsw: DEQP_SUITE: crocus-hsw PIGLIT_PLATFORM: gbm -crocus-hsw-traces: +.crocus-hsw-traces: extends: - .anholt-hsw-test - .test-gl