2019-05-16 06:39:08 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
openSUSE.Source.Check:
|
|
|
|
group: openSUSE.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:
|
2019-09-26 16:33:11 +02:00
|
|
|
timeout: 30
|
2019-05-16 06:39:08 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-05-16 06:39:08 +02:00
|
|
|
tasks:
|
2019-06-03 15:39:17 +02:00
|
|
|
- script: ./check_source.py -A https://api.opensuse.org --verbose --skip-add-reviews --user factory-auto review
|
2019-06-05 10:26:32 +02:00
|
|
|
openSUSE.MaintInstCheck:
|
2019-05-16 06:39:08 +02:00
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 0 * ? * *
|
|
|
|
environment_variables:
|
2019-06-05 10:26:32 +02:00
|
|
|
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
|
2019-05-16 06:39:08 +02:00
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
2019-09-26 16:33:11 +02:00
|
|
|
timeout: 30
|
2019-05-16 06:39:08 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-16 06:39:08 +02:00
|
|
|
tasks:
|
2019-06-05 10:26:32 +02:00
|
|
|
- script: ./maintenance-installcheck.py -A https://api.opensuse.org --user=maintenance-installcheck --debug review
|
2019-05-27 18:02:15 +02:00
|
|
|
openSUSE.Legal.Check:
|
|
|
|
group: openSUSE.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:
|
2019-09-26 16:33:11 +02:00
|
|
|
timeout: 30
|
2019-05-27 18:02:15 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-05-27 18:02:15 +02:00
|
|
|
tasks:
|
2019-06-03 15:55:19 +02:00
|
|
|
- script: ./legal-auto.py -A https://api.opensuse.org --debug --legaldb http://legaldb.suse.de --group=legal-auto review
|
|
|
|
- script: ./legal-auto.py -A https://api.opensuse.org --debug --legaldb http://legaldb.suse.de --user=licensedigger review
|
2019-05-27 19:45:44 +02:00
|
|
|
openSUSE.Legal.Import:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
2021-04-06 08:19:42 +02:00
|
|
|
spec: 0 0 */3 ? * *
|
2019-05-27 19:45:44 +02:00
|
|
|
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:
|
2019-09-26 16:33:11 +02:00
|
|
|
timeout: 30
|
2019-05-27 19:45:44 +02:00
|
|
|
resources:
|
2019-06-01 09:31:22 +02:00
|
|
|
- staging-bot
|
2019-05-27 19:45:44 +02:00
|
|
|
tasks:
|
|
|
|
- script: ./legal-auto.py -A https://api.opensuse.org --debug --legaldb http://legaldb.suse.de project $(cat /home/go/config/legal-auto-projects-opensuse)
|
2019-05-29 07:22:52 +02:00
|
|
|
openSUSE.Maintenance:
|
|
|
|
group: openSUSE.Checkers
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 */30 * ? * *
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-maintbot
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
Run:
|
2019-09-26 16:33:11 +02:00
|
|
|
timeout: 30
|
2019-05-29 07:22:52 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-05-29 07:22:52 +02:00
|
|
|
tasks:
|
|
|
|
- script: ./check_maintenance_incidents.py --verbose review
|
2019-05-18 17:41:56 +02:00
|
|
|
Factory.Staging.Report:
|
|
|
|
group: openSUSE.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:
|
2019-09-26 16:33:11 +02:00
|
|
|
timeout: 30
|
2019-05-18 17:41:56 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- staging-bot
|
2019-05-18 17:41:56 +02:00
|
|
|
tasks:
|
|
|
|
- script: ./staging-report.py --debug -A https://api.opensuse.org -p openSUSE:Factory
|
2019-06-01 08:22:42 +02:00
|
|
|
OS.Origin.Manager:
|
|
|
|
group: openSUSE.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.opensuse.org --debug review
|
2019-08-07 17:26:38 -05:00
|
|
|
OS.Origin.Manager.Update:
|
|
|
|
group: openSUSE.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:
|
2019-09-25 12:17:37 -05:00
|
|
|
spec: 0 0 7 ? * *
|
2019-08-07 17:26:38 -05:00
|
|
|
only_on_changes: false
|
|
|
|
stages:
|
|
|
|
- Run:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- staging-bot
|
|
|
|
tasks:
|
2019-08-08 16:55:04 -05:00
|
|
|
- script: |-
|
|
|
|
tempdir=$(mktemp -d)
|
|
|
|
mkdir -p $tempdir/.osc-plugins
|
|
|
|
ln -s $PWD/osc-origin.py $tempdir/.osc-plugins
|
|
|
|
ln -s $PWD/osclib $tempdir/.osc-plugins
|
2019-09-11 18:29:44 -05:00
|
|
|
HOME=$tempdir osc -A https://api.opensuse.org origin update
|
2019-08-08 16:55:04 -05:00
|
|
|
rm -rf $tempdir
|