2019-05-14 06:40:42 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
Run.Changelog.Checker:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */5 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-sle-changelog-checker
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- staging-bot3
|
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./check_tags_in_requests.py -A https://api.suse.de --verbose --user=sle-changelog-checker --review=accept-onpass --factory=openSUSE.org:openSUSE:Factory review
|
2019-05-14 06:40:42 +02:00
|
|
|
SLE.Project.Only:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 0 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-repo-checker
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
jobs:
|
|
|
|
SLE_15_SP1:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
2019-05-16 06:59:25 +02:00
|
|
|
- repo-checker3
|
2019-05-14 06:40:42 +02:00
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./repo_checker.py -A https://api.suse.de --debug project_only --post-comments SUSE:SLE-15-SP1:GA
|
2019-05-14 06:40:42 +02:00
|
|
|
SLE_12_SP5:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
2019-05-16 06:59:25 +02:00
|
|
|
- repo-checker3
|
2019-05-14 06:40:42 +02:00
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./repo_checker.py -A https://api.suse.de --debug project_only --post-comments SUSE:SLE-12-SP5:GA
|
2019-05-14 06:40:42 +02:00
|
|
|
SLE-SP1.Manager42:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */30 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-leaper
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- leaper
|
|
|
|
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
|
|
|
|
SLE.Repochecker:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */5 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-repo-checker
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
2019-05-16 06:59:25 +02:00
|
|
|
- repo-checker3
|
2019-05-14 06:40:42 +02:00
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./repo_checker.py -A https://api.suse.de --debug review
|
2019-05-14 06:40:42 +02:00
|
|
|
SLE.Leaper:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */5 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-leaper
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- leaper
|
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./leaper.py -A https://api.suse.de --group=leaper --user=leaper --verbose --manual-version-updates --manual-maintenance-updates review
|
2019-05-14 06:40:42 +02:00
|
|
|
SLE.Staging.Bot.Regular:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 0 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
|
|
|
- script: osc -A https://api.suse.de staging -p SUSE:SLE-15-SP1:GA rebuild
|
|
|
|
- script: osc -A https://api.suse.de staging -p SUSE:SLE-15-SP1:GA list --supersede
|
|
|
|
- script: osc -A https://api.suse.de staging -p SUSE:SLE-15-SP1:GA adi --by-develproject
|
|
|
|
- script: osc -A https://api.suse.de staging -p SUSE:SLE-15-SP1:GA select --non-interactive --merge --try-strategies
|
|
|
|
- script: osc -A https://api.suse.de staging -p SUSE:SLE-15-SP1:GA unselect --cleanup
|
|
|
|
- script: osc -A https://api.suse.de staging -p SUSE:SLE-15-SP1:GA repair --cleanup
|
|
|
|
SLE.Staging.Bot.Report:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */3 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
2019-05-16 06:59:25 +02:00
|
|
|
- staging-bot3
|
2019-05-14 06:40:42 +02:00
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP1:GA
|
2019-05-14 06:40:42 +02:00
|
|
|
SLE.Check.Dups:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */10 * ? * *
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
2019-05-16 06:59:25 +02:00
|
|
|
- staging-bot3
|
2019-05-14 06:40:42 +02:00
|
|
|
tasks:
|
|
|
|
- script: /usr/bin/osc -A https://api.suse.de check_dups SUSE:SLE-15-SP1:GA
|
|
|
|
SLE.Source.Check:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */5 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-factory-auto
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
2019-05-16 06:59:25 +02:00
|
|
|
- staging-bot3
|
2019-05-14 06:40:42 +02:00
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./check_source.py -A https://api.suse.de --verbose --skip-add-reviews --group factory-auto review
|
2019-05-14 06:40:42 +02:00
|
|
|
SLE12.SP5.InstallCheck:
|
|
|
|
group: SLE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */20 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-repo-checker
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run.A:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- repo-checker3
|
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A https://api.suse.de -s A
|
2019-05-14 06:40:42 +02:00
|
|
|
Run.B:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- repo-checker3
|
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A https://api.suse.de -s B
|
2019-05-14 06:40:42 +02:00
|
|
|
Run.C:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- repo-checker3
|
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A https://api.suse.de -s C
|
2019-05-14 06:40:42 +02:00
|
|
|
Run.D:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- repo-checker3
|
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A https://api.suse.de -s D
|
2019-05-14 06:40:42 +02:00
|
|
|
Run.H:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- repo-checker3
|
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A https://api.suse.de -s H
|
2019-05-14 06:40:42 +02:00
|
|
|
Run.S:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- repo-checker3
|
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A https://api.suse.de -s S
|
2019-05-14 06:40:42 +02:00
|
|
|
Run.V:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- repo-checker3
|
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A https://api.suse.de -s V
|
2019-05-14 06:40:42 +02:00
|
|
|
Run.Y:
|
|
|
|
timeout: 0
|
|
|
|
resources:
|
|
|
|
- repo-checker3
|
|
|
|
tasks:
|
2019-05-16 06:59:25 +02:00
|
|
|
- script: ./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A https://api.suse.de -s Y
|
2019-05-14 06:40:42 +02:00
|
|
|
|