From 51bec616d03dc5aa075d204df42f8614ca650cd7 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 16 Jul 2025 22:53:00 +0200 Subject: [PATCH] freedreno/ci: disable defunct baremetal jobs That farm no longer exists, so these jobs will never run; let's make that explicit; otherwise, they still show up in fork pipelines. Part-of: --- src/freedreno/ci/gitlab-ci.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/freedreno/ci/gitlab-ci.yml b/src/freedreno/ci/gitlab-ci.yml index 87a4524b8ec..492f8ecce7e 100644 --- a/src/freedreno/ci/gitlab-ci.yml +++ b/src/freedreno/ci/gitlab-ci.yml @@ -1,7 +1,7 @@ include: - local: 'src/freedreno/ci/gitlab-ci-inc.yml' -a306-gl: +.a306-gl: extends: - .baremetal-deqp-test - .a306-test @@ -10,7 +10,7 @@ a306-gl: FDO_CI_CONCURRENT: 6 parallel: 5 -a306-piglit: +.a306-piglit: extends: - .baremetal-deqp-test - .a306-test @@ -36,7 +36,7 @@ a306-piglit: FDO_CI_CONCURRENT: 3 HWCI_START_WESTON: 1 -a306-piglit-shader: +.a306-piglit-shader: extends: - .baremetal-deqp-test - .a306-test @@ -47,14 +47,12 @@ a306-piglit-shader: FDO_CI_CONCURRENT: 6 HWCI_START_WESTON: 1 -a306-traces: +.a306-traces: extends: - .google-freedreno-test-traces - .a306-test - rules: - - when: never # Google nginx needs updating -a530-gl: +.a530-gl: extends: - .baremetal-deqp-test - .test-piglit @@ -64,14 +62,12 @@ a530-gl: FDO_CI_CONCURRENT: 3 # if 4, sometimes "deqp-gles31, not enough memory for the allocation" appears parallel: 6 -a530-traces: +.a530-traces: extends: - .google-freedreno-test-traces - .a530-test - rules: - - when: never # Google nginx needs updating -a530-piglit: +.a530-piglit: extends: - .baremetal-deqp-test - .a530-test