On Wed, Sep 15, 2021 at 9:34 AM Peter Maydell <peter.mayd...@linaro.org> 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 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.mayd...@linaro.org> > --- > .gitlab-ci.d/custom-runners.yml | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>