Remove cloud cleaner
cloud cleaner is now being executed in it's own repo.
This commit is contained in:
parent
197cd47e0b
commit
5a62453190
3 changed files with 4 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue