qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] ea4dd4: gitlab-ci: Mark manual-only jobs as a


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] ea4dd4: gitlab-ci: Mark manual-only jobs as allow_failure
Date: Wed, 15 Sep 2021 07:02:52 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: ea4dd4825ddf14ca6258980383313b7fd8cbdb1d
      
https://github.com/qemu/qemu/commit/ea4dd4825ddf14ca6258980383313b7fd8cbdb1d
  Author: Peter Maydell <peter.maydell@linaro.org>
  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 <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>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]