64 lines
2.3 KiB
YAML
64 lines
2.3 KiB
YAML
format_version: 3
|
|
pipelines:
|
|
Pkglistgen.openSUSE_Leap:
|
|
group: Leap.15.1.pkglistgen
|
|
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:
|
|
openSUSE_Leap_15.1:
|
|
resources:
|
|
- repo-checker
|
|
tasks:
|
|
- script: python3 /usr/bin/osrt-pkglistgen -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1 -s target
|
|
openSUSE_Leap_15.1_Ring:
|
|
resources:
|
|
- repo-checker
|
|
tasks:
|
|
- script: python3 /usr/bin/osrt-pkglistgen -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1 -s rings
|
|
openSUSE_Leap_15.1_ARM:
|
|
resources:
|
|
- repo-checker
|
|
tasks:
|
|
- script: python3 /usr/bin/osrt-pkglistgen -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1:ARM
|
|
openSUSE_Leap_15.1_PowerPC:
|
|
resources:
|
|
- repo-checker
|
|
tasks:
|
|
- script: python3 /usr/bin/osrt-pkglistgen -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1:PowerPC
|
|
Update.Repos.Leap:
|
|
group: Leap.15.1.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:
|
|
Leap:
|
|
tasks:
|
|
- script: python3 /usr/bin/osrt-pkglistgen --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.1
|
|
Leap_ARM:
|
|
tasks:
|
|
- script: python3 /usr/bin/osrt-pkglistgen --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.1:ARM
|
|
Leap_PowerPC:
|
|
tasks:
|
|
- script: python3 /usr/bin/osrt-pkglistgen --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.1:PowerPC
|