added 15 SP5 QR

This commit is contained in:
Marcus Meissner 2023-07-28 14:37:07 +02:00
parent 2a0b30a2e9
commit 9078f05cd1
2 changed files with 29 additions and 1 deletions

View File

@ -387,6 +387,34 @@ pipelines:
sed -e 's,home:maintenance-installcheck:15-SP4:QR,SUSE:SLE-15-SP4:Update:QR,' -i *
osc ci -m 'Fix repoid'
osc sr --yes SUSE:SLE-15-SP4:Update:QR -m 'Update Package List'
SLE15.SP5.QR:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
timer:
spec: 0 0 0 ? * THU
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
stages:
- Run:
approval:
type: manual
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
cd scripts
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-SP5:QR -s target --force
osc -A https://api.suse.de co home:maintenance-installcheck:15-SP5:QR 000product
cd home:maintenance-installcheck:15-SP5:QR/000product
sed -e 's,home:maintenance-installcheck:15-SP5:QR,SUSE:SLE-15-SP5:Update:QR,' -i *
osc ci -m 'Fix repoid'
osc sr --yes SUSE:SLE-15-SP5:Update:QR -m 'Update Package List'
SLE15.SP3.QR.Setup:
group: SLE.Checkers
lock_behavior: unlockWhenFinished

View File

@ -275,7 +275,7 @@ pipelines:
- staging-bot
tasks:
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb https://legaldb.suse.de project $(cat /home/go/config/legal-auto-projects-suse)
<% ['SP1', 'SP2', 'SP3', 'SP4'].each do |servicepack| -%>
<% ['SP1', 'SP2', 'SP3', 'SP4', 'SP5'].each do |servicepack| -%>
SLE15.<%= servicepack %>.QR:
group: SLE.Checkers
lock_behavior: unlockWhenFinished