Merge pull request #2203 from coolo/bfrm

Fix syntax of build-fail-reminder.gocd.yaml (endless story)
This commit is contained in:
Stephan Kulow 2019-09-05 12:59:37 +02:00 committed by GitHub
commit a24bcf0f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 4 deletions

View File

@ -54,7 +54,7 @@ pipelines:
- staging-bot - staging-bot
tasks: tasks:
- script: ./factory-package-news/announcer.py --config config/announcer/openSUSE:MicroOS.yml --verbose --state-file /home/go/config/announcer.yaml - script: ./factory-package-news/announcer.py --config config/announcer/openSUSE:MicroOS.yml --verbose --state-file /home/go/config/announcer.yaml
Announcer.Leap: Announcer.Leap:15.2:
group: openSUSE.Checkers group: openSUSE.Checkers
lock_behavior: unlockWhenFinished lock_behavior: unlockWhenFinished
environment_variables: environment_variables:

View File

@ -4,7 +4,7 @@ pipelines:
group: openSUSE.Checkers group: openSUSE.Checkers
lock_behavior: unlockWhenFinished lock_behavior: unlockWhenFinished
environment_variables: environment_variables:
OSC_CONFIG: /home/go/config/oscrc-totest-manager OSC_CONFIG: /home/go/config/oscrc-repo-checker
materials: materials:
scripts: scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git git: https://github.com/openSUSE/openSUSE-release-tools.git
@ -17,5 +17,22 @@ pipelines:
resources: resources:
- staging-bot - staging-bot
tasks: tasks:
- script: |- - script: ./build-fail-reminder.py --sender="DimStar / Dominique Leuenberger <dimstar@opensuse.org>" --project=openSUSE:Factory --relay=relay.suse.de --json=/home/go/config/openSUSE:Factory.reminded.json --debug
./build-fail-reminder.py --sender="DimStar / Dominique Leuenberger <dimstar@opensuse.org>" --project=openSUSE:Factory --relay=relay.suse.de --json=/home/go/config/openSUSE:Factory.reminded.json --debug BuildFailReminder.Leap152:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
timer:
spec: 0 0 0 ? * *
only_on_changes: false
stages:
- Run:
approval: manual
resources:
- staging-bot
tasks:
- script: ./build-fail-reminder.py --sender="Ludwig Nussel <lnussel@opensuse.org>" --project=openSUSE:Leap:15.2 --relay=relay.suse.de --json=/home/go/config/openSUSE:Leap:15.2.reminded.json --debug