Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: ea4dd4825ddf14ca6258980383313b7fd8cbdb1d
https://github.com/qemu/qemu/commit/ea4dd4825ddf14ca6258980383313b7fd8cbdb1d
Author: Peter Maydell <[email protected]>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
M .gitlab-ci.d/custom-runners.yml
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Daniel P. Berrangé <[email protected]>
Message-id: [email protected]
Acked-by: Thomas Huth <[email protected]>