2019-04-17 16:26:50 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
ContainerCleaner.Tumbleweed:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-totest-manager
|
|
|
|
materials:
|
|
|
|
script:
|
2019-04-17 17:06:18 +02:00
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
2019-04-17 16:26:50 +02:00
|
|
|
branch: master
|
|
|
|
destination: scripts
|
|
|
|
timer:
|
2019-04-17 19:27:50 +02:00
|
|
|
spec: 0 0 0-23/2 ? * *
|
2019-04-17 16:26:50 +02:00
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
|
|
|
- script: |-
|
|
|
|
scripts/container_cleaner.py --verbose run openSUSE:Containers:Tumbleweed
|