gocd: add Leap 15.2 announcer

This commit is contained in:
Ludwig Nussel
2019-08-28 14:59:01 +02:00
parent 30c7a9a268
commit fca343511f
2 changed files with 19 additions and 1 deletions

View File

@@ -54,3 +54,21 @@ pipelines:
- staging-bot
tasks:
- script: ./factory-package-news/announcer.py --config config/announcer/openSUSE:MicroOS.yml --verbose --state-file /home/go/config/announcer.yaml
Announcer.Leap:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
materials:
script:
git: https://github.com/openSUSE/openSUSE-release-tools.git
timer:
spec: 0 3 * ? * *
only_on_changes: false
stages:
- Run:
approval: manual
resources:
- staging-bot
tasks:
- script: ./factory-package-news/announcer.py --config config/announcer/openSUSE:Leap:15.2.yml --verbose --state-file /home/go/config/announcer.yaml