Skip to content

Ignore GitLab API hiccups in scripts/trigger-build

Rémy Coutable requested to merge improve-scripts-trigger-build into master

What does this MR do?

This ignores GitLab API hiccups. If GitLab is really down, we'll hit the job timeout anyway.

Why was this MR needed?

This solves the same issue has described in omnibus-gitlab#3604 (closed).

A similar failure (in omnibus-gitlab) can be found here: https://gitlab.com/gitlab-org/omnibus-gitlab/-/jobs/76141216

The same omnibus-gitlab improvement can be found here: omnibus-gitlab!2603 (merged)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Related to omnibus-gitlab#3604 (closed).

Merge request reports