From 1f17b2fa767eb368e1706091dca3073243b0a03c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 15 May 2024 09:39:23 +0200 Subject: [PATCH] ci/b2c: remove dead rules: that's always overwritten Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 5c0b2df99ae..832bd3e7139 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -281,9 +281,6 @@ python-test: # built as part of the CI in the boot2container project. image: registry.freedesktop.org/gfx-ci/ci-tron/mesa-trigger:2024-01-05.1 timeout: 1h 40m - rules: - - if: $FORCE_KERNEL_TAG != null - when: never variables: # No need by default to pull the whole repo GIT_STRATEGY: none