qemu-commits
[Top][All Lists]
Advanced

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

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


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 7b7ab2: gitlab-ci: Mark manual-only jobs as allow_failure
Date: Wed, 15 Sep 2021 08:43:47 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 7b7ab2d6c99987e46aa53478798a05fcaf02226e
      
https://github.com/qemu/qemu/commit/7b7ab2d6c99987e46aa53478798a05fcaf02226e
  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>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>





reply via email to

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