2019-05-13 12:17:12 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
Pkglistgen.openSUSE_Factory:
|
|
|
|
group: Factory.pkglistgen
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
timer:
|
|
|
|
spec: 0 40 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- pkglistgen:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
openSUSE_Factory_target:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory -s target
|
|
|
|
openSUSE_Factory_rings:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory -s rings
|
|
|
|
openSUSE_Factory_ARM:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:ARM
|
|
|
|
openSUSE_Factory_PowerPC:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:PowerPC
|
|
|
|
openSUSE_Factory_zSystems:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:zSystems
|
2020-07-04 09:35:34 +02:00
|
|
|
openSUSE_Factory_RISCV:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:RISCV
|
2019-05-13 12:17:12 +02:00
|
|
|
Update.Repos.Factory:
|
|
|
|
group: Factory.pkglistgen
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
timer:
|
|
|
|
spec: 0 0 21 ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Update:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
openSUSE_Factory:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory
|
|
|
|
openSUSE_Factory_ARM:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:ARM
|
|
|
|
openSUSE_Factory_PowerPC:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:PowerPC
|
2020-07-04 09:35:34 +02:00
|
|
|
openSUSE_Factory_RISCV:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:RISCV
|
2020-11-02 23:38:00 +08:00
|
|
|
Pkglistgen.openSUSE_Leap_15.3:
|
2020-11-02 16:14:06 +08:00
|
|
|
group: Leap.15.3.pkglistgen
|
2019-05-13 12:17:12 +02:00
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
timer:
|
|
|
|
spec: 0 10 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- pkglistgen:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
2020-11-02 16:14:06 +08:00
|
|
|
openSUSE_Leap_15.3_target:
|
2019-05-13 12:17:12 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
2021-01-05 19:05:51 +08:00
|
|
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.3 -s target
|
2020-11-02 16:14:06 +08:00
|
|
|
Update.Repos.Leap:
|
|
|
|
group: Leap.15.3.pkglistgen
|
2019-05-13 12:17:12 +02:00
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
timer:
|
|
|
|
spec: 0 0 21 ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Update:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
2020-11-02 16:14:06 +08:00
|
|
|
openSUSE_Leap_15.3:
|
2019-05-13 12:17:12 +02:00
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
2020-11-02 16:14:06 +08:00
|
|
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.3
|