Re: [PATCH] gitlab-ci: Mark manual-only jobs as allow_failure

2021-09-15 Thread Peter Maydell
On Wed, 15 Sept 2021 at 13:34, Peter Maydell wrote: > > 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

Re: [PATCH] gitlab-ci: Mark manual-only jobs as allow_failure

2021-09-15 Thread Willian Rampazzo
On Wed, Sep 15, 2021 at 9:34 AM Peter Maydell wrote: > > 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_failur

Re: [PATCH] gitlab-ci: Mark manual-only jobs as allow_failure

2021-09-15 Thread Thomas Huth
On 15/09/2021 14.34, Peter Maydell wrote: 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 gitl

Re: [PATCH] gitlab-ci: Mark manual-only jobs as allow_failure

2021-09-15 Thread Daniel P . Berrangé
On Wed, Sep 15, 2021 at 01:34:12PM +0100, Peter Maydell wrote: > 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