openSUSE-release-tools/gocd/checkers.suse.gocd.yaml.erb

256 lines
7.9 KiB
Plaintext
Raw Normal View History

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-bot
2019-05-14 06:40:42 +02:00
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:
2019-07-09 13:42:15 +02:00
SLE_15_SP2:
2019-05-14 06:40:42 +02:00
timeout: 0
resources:
- repo-checker
2019-05-14 06:40:42 +02:00
tasks:
- script: ./project-installcheck.py -A https://api.suse.de --debug check --store SUSE:SLE-15-SP2:GA:Staging/dashboard --no-rebuild SUSE:SLE-15-SP2:GA
2019-05-14 06:40:42 +02:00
SLE_12_SP5:
timeout: 0
resources:
- repo-checker
2019-05-14 06:40:42 +02:00
tasks:
- script: ./project-installcheck.py -A https://api.suse.de --debug check --store SUSE:SLE-12-SP5:GA:Staging/dashboard --no-rebuild SUSE:SLE-12-SP5:GA
2019-07-09 13:42:15 +02:00
SLE-SP2.Manager42:
2019-05-14 06:40:42 +02:00
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:
- staging-bot
2019-05-14 06:40:42 +02:00
tasks:
2019-07-09 13:42:15 +02:00
- script: ./manager_42.py -A https://api.suse.de -c config/manager_42/SUSE:SLE-15-SP2:GA.yml
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
SLE.Origin.Manager:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-origin-manager
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: ./origin-manager.py -A https://api.suse.de --debug review
2019-07-09 13:42:15 +02:00
S15.SP2.Staging.Bot.Regular:
2019-05-14 06:40:42 +02:00
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
2019-05-14 06:40:42 +02:00
tasks:
- script: |-
set -e
tempdir=$(mktemp -d)
mkdir -p $tempdir/.osc-plugins
ln -s $PWD/osc-staging.py $tempdir/.osc-plugins
ln -s $PWD/osclib $tempdir/.osc-plugins
export HOME=$tempdir
2019-07-26 09:51:01 +02:00
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA rebuild
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA list --supersede
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA adi --by-develproject
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA select --non-interactive --merge --try-strategies
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP2:GA repair --cleanup
rm -rf $tempdir
2019-07-09 13:42:15 +02:00
S15.SP2.Staging.Bot.Report:
2019-05-14 06:40:42 +02:00
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:
- staging-bot
2019-05-14 06:40:42 +02:00
tasks:
2019-07-09 13:42:15 +02:00
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP2:GA
2019-05-14 06:40:42 +02:00
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:
- staging-bot
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
SLE.Legal.Check:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
spec: 0 */5 * ? * *
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-legal-auto
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: ./legal-auto.py -A https://api.suse.de --debug --legaldb http://legaldb.suse.de --group=legal-auto review
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb http://legaldb.suse.de --user=licensedigger review
SLE.Legal.Import:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
spec: 0 0 0 ? * *
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-legal-auto
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: ./legal-auto.py -A https://api.suse.de --debug --legaldb http://legaldb.suse.de project $(cat /home/go/config/legal-auto-projects-suse)
<% %w(A B C D H S V Y).each do |letter| -%>
SLE12.SP5.InstallCheck.<%= letter %>:
2019-05-14 06:40:42 +02:00
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
materials:
scripts:
2019-05-14 06:40:42 +02:00
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
whitelist:
- DO_NOT_TRIGGER
stagings:
git: git://botmaster.suse.de/suse-repos.git
destination: repos
whitelist:
- SUSE:SLE-12-SP5:GA:Staging:<%= letter %>_-_standard.yaml
2019-05-14 06:40:42 +02:00
stages:
- Run:
timeout: 0
resources:
- repo-checker
tasks:
- script: |-
cd scripts
./staging-installcheck.py -d -p SUSE:SLE-12-SP5:GA -A https://api.suse.de -s <%= letter %>
2019-05-14 06:40:42 +02:00
<% end %>