]> git.ipfire.org Git - thirdparty/qemu.git/commit
gitlab-ci: fix 'needs' property type must be array
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 24 Sep 2025 12:03:59 +0000 (16:03 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 30 Sep 2025 15:33:25 +0000 (19:33 +0400)
commit932ac9f8eb75c9db58dbf85f7de25c9eabf2261c
tree426d968835740c3ba6f107281acd24bb56c3621a
parent59a4c0973aa1709d764d9479a5abd421a9408982
gitlab-ci: fix 'needs' property type must be array

The gitlab "Pipeline editor" has some warnings, and gitlab-ci-local
fails.

Read also from the docs

   https://docs.gitlab.com/ci/yaml/#needs

"Supported values:

    An array of jobs (maximum of 50 jobs).
    An empty array ([]), to set the job to start as soon as the pipeline
    is created."

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250924120426.2158655-3-marcandre.lureau@redhat.com>
.gitlab-ci.d/buildtest.yml
.gitlab-ci.d/crossbuilds.yml
.gitlab-ci.d/static_checks.yml