Skip to content

Move the cloud-native-image trigger job into the test stage

DJ Mountney requested to merge move-cloud-images-job-stage into master

What does this MR do?

Move the cloud-native-image trigger job into the test stage

This is because the CNG pipeline now relies on the assets compiled here in the gitlab:assets:compile job (It waits up to 30 minutes for them)

Without this change, the cloud native job was holding up the pipeline, preventing the assets compile job from being run.

We will need this change in the 11-3-stable branch as well, in order to build CNG patches going forward.

What are the relevant issue numbers?

Related to https://gitlab.com/charts/gitlab/issues/515

Does this MR meet the acceptance criteria?

Merge request reports