Merge pull request #2097 from coolo/leaper

Leaper reviews on gocd
This commit is contained in:
Stephan Kulow 2019-05-31 20:10:40 +02:00 committed by GitHub
commit 3ecf53c929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 2 deletions

View File

@ -0,0 +1,10 @@
---
factory: openSUSE.org:openSUSE:Factory
from_prj: SUSE:SLE-15-SP1:GA
project_preference_order:
- openSUSE.org:openSUSE:Factory
- openSUSE.org:openSUSE:Factory:NonFree
#- openSUSE.org:openSUSE:Leap:15.0:SLE-workarounds
#- openSUSE.org:openSUSE:Leap:15.0
#- openSUSE.org:openSUSE:Leap:15.0:NonFree

View File

@ -189,3 +189,21 @@ pipelines:
- staging-bot
tasks:
- script: ./check_source_in_factory.py --factory openSUSE:Factory --factory openSUSE:Leap:15.0:Update --factory openSUSE:Leap:15.0 --factory openSUSE:Leap:15.0:Update --factory openSUSE:Leap:15.0 --review-mode=fallback-onfail --fallback-group=backports-reviewers --verbose review
Leaper:
group: openSUSE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-leaper
materials:
script:
git: https://github.com/openSUSE/openSUSE-release-tools.git
timer:
spec: 0 */5 * ? * *
only_on_changes: false
stages:
- Run:
approval: manual
resources:
- staging-bot
tasks:
- script: ./leaper.py -A https://api.opensuse.org --verbose --manual-version-updates --manual-maintenance-updates review

View File

@ -65,9 +65,9 @@ pipelines:
Run:
timeout: 0
resources:
- leaper
- staging-bot
tasks:
- script: python3 /usr/bin/osrt-manager_42 -A https://api.suse.de -c /etc/openSUSE-release-tools/manager_42/SUSE:SLE-15-SP1:GA.yml
- script: ./manager_42.py -A https://api.suse.de -c config/manager_42/SUSE:SLE-15-SP1:GA.yml
SLE.Repochecker:
group: SLE.Checkers
lock_behavior: unlockWhenFinished