gitlab-ci: Mark manual-only jobs as allow_failure
commit7b7ab2d6c99987e46aa53478798a05fcaf02226e
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 15 Sep 2021 12:34:12 +0000 (15 13:34 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 15 Sep 2021 15:43:16 +0000 (15 16:43 +0100)
tree53a1a8f7008fd23cca2c55d346a2befcb7298adf
parent0b6206b9c6825619cd721085fe082d7a0abc9af4
gitlab-ci: Mark manual-only jobs as allow_failure

If a gitlab CI job is marked as manual-only but is not marked
as allow_failure, then gitlab considers that the pipeline is
"blocked" until the job has been manually triggered. We need
to mark these manual-only jobs as also allow_failure: true
so that gitlab doesn't insist that they have run before it
will consider the pipeline to be complete.

Fixes: 4c9af1ea1457782cf0adb29
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20210915123412.8232-1-peter.maydell@linaro.org
Acked-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
.gitlab-ci.d/custom-runners.yml