Remove cloud cleaner

cloud cleaner is now being executed in it's own repo.
This commit is contained in:
Juan Abia 2023-02-15 14:27:57 +01:00 committed by Jakub Rusz
parent 197cd47e0b
commit 5a62453190
3 changed files with 4 additions and 25 deletions

View file

@ -3,7 +3,6 @@ stages:
- rpmbuild
- prepare-rhel-internal
- test
- cleanup
- finish
.base:
@ -765,19 +764,6 @@ Manifest-diff:
paths:
- manifests.diff
SCHEDULED_CLOUD_CLEANER:
stage: cleanup
tags:
- terraform
variables:
RUNNER: aws/centos-stream-8-x86_64
INTERNAL_NETWORK: "true"
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $CLEANUP == "true"'
script:
- schutzbot/deploy.sh
- schutzbot/scheduled_cloud_cleaner.sh
SonarQube:
stage: test
extends: .terraform