The cleanup tool skips resources with label gcp-cloud-run-app and gke-cluster
Context:
The auto-discovery script searches for "UCAM_DEVOPS_TERRAFORM_TEST" in all gitlab-ci files across the GitLab. Then it creates jobs for every label.
This works fine with most modules, but there's an issue with gcp-cloud-run-app.
There we have multiple jobs with labels overwrites in parallel matrix type of job. This looks correct, but still, the resource are created with just gcp-cloud-run-app label, not test-specific one. For exampe
https://console.cloud.google.com/sql/instances?hl=en&project=infra-testing-int-e2395220
or https://console.cloud.google.com/run/services?project=infra-testing-int-e2395220
There might be two solutions
- add this label to some sort of exceptions list in auto-discovery script
- fix the test jobs so it will create resources with correct labels

