2019-05-13 12:17:12 +02:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
Pkglistgen.openSUSE_Factory:
|
2022-04-05 13:13:15 +02:00
|
|
|
group: Factory
|
2019-05-13 12:17:12 +02:00
|
|
|
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:
|
2021-10-24 08:52:55 +02:00
|
|
|
- script: |
|
2022-03-06 09:28:25 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory -s target --only-release-packages --force
|
2021-10-24 08:52:55 +02:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory -s target
|
2022-03-05 08:21:19 +01:00
|
|
|
openSUSE_Factory_ring1:
|
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-10-24 08:52:55 +02:00
|
|
|
- script: |
|
2022-03-06 09:28:25 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory -s ring1 --only-release-packages --force
|
2022-03-05 08:21:19 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory -s ring1
|
2021-07-12 10:13:30 +02:00
|
|
|
openSUSE_Factory_ARM_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-10-24 08:52:55 +02:00
|
|
|
- script: |
|
2022-03-06 09:28:25 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:ARM -s target --only-release-packages --force
|
2021-10-24 08:52:55 +02:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:ARM -s target
|
2022-03-05 08:21:19 +01:00
|
|
|
openSUSE_Factory_ARM_ring1:
|
2021-05-31 16:16:56 +02:00
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2021-10-24 08:52:55 +02:00
|
|
|
- script: |
|
2022-03-06 09:28:25 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:ARM -s ring1 --only-release-packages --force
|
2022-03-05 08:21:19 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:ARM -s ring1
|
2022-11-24 13:47:14 +01:00
|
|
|
openSUSE_Factory_LegacyX86_target:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: |
|
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:LegacyX86 -s target --only-release-packages --force
|
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:LegacyX86 -s target
|
2019-05-13 12:17:12 +02:00
|
|
|
openSUSE_Factory_PowerPC:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
2021-10-24 08:52:55 +02:00
|
|
|
- script: |
|
2022-03-06 09:28:25 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:PowerPC -s target --only-release-packages --force
|
2022-03-04 11:27:12 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:PowerPC -s target
|
2019-05-13 12:17:12 +02:00
|
|
|
openSUSE_Factory_zSystems:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
2021-10-24 08:52:55 +02:00
|
|
|
- script: |
|
2022-03-06 09:28:25 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:zSystems -s target --only-release-packages --force
|
2022-03-04 11:27:12 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:zSystems -s target
|
2020-07-04 09:35:34 +02:00
|
|
|
openSUSE_Factory_RISCV:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2021-10-24 08:52:55 +02:00
|
|
|
- script: |
|
2022-03-06 09:28:25 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:RISCV -s target --only-release-packages --force
|
2022-03-04 11:27:12 +01:00
|
|
|
python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:RISCV -s target
|
2019-05-13 12:17:12 +02:00
|
|
|
Update.Repos.Factory:
|
2022-04-05 13:13:15 +02:00
|
|
|
group: Factory
|
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:
|
|
|
|
openSUSE_Factory:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
2023-01-02 15:34:10 +01:00
|
|
|
- script: python3 -u ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory
|
2019-05-13 12:17:12 +02:00
|
|
|
openSUSE_Factory_ARM:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
2023-01-02 15:34:10 +01:00
|
|
|
- script: python3 -u ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:ARM
|
2019-05-13 12:17:12 +02:00
|
|
|
openSUSE_Factory_PowerPC:
|
|
|
|
resources:
|
2019-05-29 18:13:38 +02:00
|
|
|
- repo-checker
|
2019-05-13 12:17:12 +02:00
|
|
|
tasks:
|
2023-01-02 15:34:10 +01:00
|
|
|
- script: python3 -u ./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:
|
2023-01-02 15:34:10 +01:00
|
|
|
- script: python3 -u ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:RISCV
|
2023-03-09 12:07:04 +01:00
|
|
|
Pkglistgen.openSUSE_Leap_16.0:
|
|
|
|
group: Leap
|
|
|
|
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_Leap_16.0_target:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:16.0 -s target
|
2023-07-21 18:04:25 +08:00
|
|
|
Pkglistgen.openSUSE_Leap_15.6:
|
2022-04-05 13:13:15 +02:00
|
|
|
group: Leap
|
2021-07-13 16:20:40 +08:00
|
|
|
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:
|
2023-07-21 18:04:25 +08:00
|
|
|
openSUSE_Leap_15.6_target:
|
2021-07-13 16:20:40 +08:00
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2023-07-21 18:04:25 +08:00
|
|
|
- script: python3 ./skippkg-finder.py -A https://api.opensuse.org -o openSUSE:Leap:15.6 -s SUSE:SLE-15-SP6:GA
|
|
|
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.6 -s target
|
2022-10-21 15:57:22 +08:00
|
|
|
Pkglistgen.openSUSE_Leap_15.4_CR:
|
|
|
|
group: Leap
|
|
|
|
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_Leap_15.4_Images_target:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
|
|
|
- script: python3 ./skippkg-finder.py -A https://api.opensuse.org -o openSUSE:Leap:15.4:Images -t openSUSE:Leap:15.4:Update -s SUSE:SLE-15-SP4:Update
|
|
|
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.4:Images -s target
|
2023-07-21 18:04:25 +08:00
|
|
|
Update.Repos.Leap.openSUSE_Leap_15.6:
|
2022-04-05 13:13:15 +02:00
|
|
|
group: Leap
|
2021-07-13 16:20:40 +08:00
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
timer:
|
2021-08-20 09:17:52 +02:00
|
|
|
spec: 0 0 0 */3 * ?
|
2021-07-13 16:20:40 +08:00
|
|
|
only_on_changes: false
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Update:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
2023-07-21 18:04:25 +08:00
|
|
|
openSUSE_Leap_15.6:
|
2021-07-13 16:20:40 +08:00
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2023-07-21 18:04:25 +08:00
|
|
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.6
|
2022-10-21 15:57:22 +08:00
|
|
|
Update.Repos.Leap.openSUSE_Leap_15.4_Images:
|
|
|
|
group: Leap
|
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
timer:
|
|
|
|
spec: 0 0 0 */3 * ?
|
|
|
|
only_on_changes: false
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
stages:
|
|
|
|
- Update:
|
|
|
|
approval:
|
|
|
|
type: manual
|
|
|
|
jobs:
|
|
|
|
openSUSE_Leap_15.4_Images:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2023-01-02 15:34:10 +01:00
|
|
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.4:Images
|