2019-09-04 16:11:42 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
SUSE.Abichecker:
|
2019-09-04 16:18:47 +02:00
|
|
|
group: SLE.Checkers
|
2019-09-04 16:11:42 +02:00
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-abichecker
|
|
|
|
materials:
|
|
|
|
script:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
timer:
|
|
|
|
spec: 0 */15 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: ./abichecker/abichecker.py --no-review --verbose -A https://api.suse.de --web-url=http://abichecker.suse.de project SUSE:Maintenance maintenance_incident
|