Skip to content

Require ci prep before incept

Robert Marshall requested to merge runner-incept-needs-ci-prep into main

What does this MR do?

Require ci prep before incept

- The runner-incept job requires a CI image to exist before it can
  complete successfully. This is most noticed when we perform
  golang updates.

Related https://gitlab.com/gitlab-org/gitlab-runner/-/issues/37514

Signed-off-by: Robert Marshall <rmarshall@gitlab.com>

Why was this MR needed?

When I create updates for Go, such as Bump to Go 1.22.2 (!4759 - merged) • Stan Hu, Robert Marshall • 17.1, I get an error that looks like:

https://gitlab.com/gitlab-org/gitlab-runner/-/jobs/6776085628

This is because we need the prepare ci job to finish first.

What's the best way to test this MR?

Kick a job that would require a new CI image to exist that incept needs.

What are the relevant issue numbers?

Related Upgrade Go to 1.22.2 (#37514 - closed) • Robert Marshall • 17.1

Merge request reports