BUG: Cluster Integration gitlab-ci.yml is broken and/or needs updated
The Cluster Management template is at version 1.6.1
- It currently has an include to https://gitlab.com/renovate-bot/renovate-runner/-/blob/main/templates/renovate-dind.gitlab-ci.yml
- Which is configured as "stage: test"
- Which stage no longer exists in cluster management v1.6.1 stages list, it is this:
stages: - diff - sync - deploy
Updating the cluster management .gitlab-ci.yml to include https://gitlab.com/renovate-bot/renovate-runner/-/blob/main/templates/renovate.gitlab-ci.yml fixes it (notice "dind-" is removed from file name).
Can this please be corrected and a new cluster management be pushed all the way into the gitlab.com templates group?