Move the cloud-native-image trigger job into the test stage
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?
-
Changelog entry added, if necessary -
Documentation created/updated -
Tests added for this feature/bug -
Conforms to the code review guidelines -
Conforms to the merge request performance guidelines -
Conforms to the style guides -
Conforms to the database guides