Skip to content

Commit

Permalink
Merge pull request #2982 from gyr/SP6
Browse files Browse the repository at this point in the history
Update checkers,stagings and target pipelines for SLE15 (SP5 -> SP6)
  • Loading branch information
gyr committed Jul 4, 2023
2 parents 009689f + 519b429 commit bb6afc9
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 134 deletions.
20 changes: 10 additions & 10 deletions gocd/checkers.suse.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipelines:
- staging-bot
tasks:
- script: ./check_bugowner.py -A https://api.suse.de --verbose --user=bugowner-checker review
SLE15SP5.Project:
SLE15SP6.Project:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
Expand All @@ -57,11 +57,11 @@ pipelines:
- Run:
approval: manual
jobs:
SLE_15_SP5:
SLE_15_SP6:
resources:
- repo-checker
tasks:
- script: ./project-installcheck.py -A https://api.suse.de --debug check --store SUSE:SLE-15-SP5:GA:Staging/dashboard --no-rebuild SUSE:SLE-15-SP5:GA
- script: ./project-installcheck.py -A https://api.suse.de --debug check --store SUSE:SLE-15-SP6:GA:Staging/dashboard --no-rebuild SUSE:SLE-15-SP6:GA
SLE-Micro.Project:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
Expand Down Expand Up @@ -102,7 +102,7 @@ pipelines:
- staging-bot
tasks:
- script: ./origin-manager.py -A https://api.suse.de --debug review
S15.SP5.Staging.Bot.Regular:
S15.SP6.Staging.Bot.Regular:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
Expand Down Expand Up @@ -130,10 +130,10 @@ pipelines:
ln -s $PWD/osclib $tempdir/.osc-plugins
export HOME=$tempdir
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA rebuild
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA list --supersede
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA repair --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP6:GA rebuild
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP6:GA list --supersede
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP6:GA unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP6:GA repair --cleanup
rm -rf $tempdir
SLE-Micro.Staging.Bot.Regular:
group: SLE.Checkers
Expand Down Expand Up @@ -169,7 +169,7 @@ pipelines:
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP4:Update:Products:Micro54 unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP4:Update:Products:Micro54 repair --cleanup
rm -rf $tempdir
S15.SP5.Staging.Bot.Report:
S15.SP6.Staging.Bot.Report:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
Expand All @@ -189,7 +189,7 @@ pipelines:
resources:
- staging-bot
tasks:
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP5:GA
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP6:GA
SLE-Micro.Staging.Bot.Report:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
Expand Down
20 changes: 10 additions & 10 deletions gocd/checkers.suse.gocd.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipelines:
- staging-bot
tasks:
- script: ./check_bugowner.py -A https://api.suse.de --verbose --user=bugowner-checker review
SLE15SP5.Project:
SLE15SP6.Project:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
Expand All @@ -57,11 +57,11 @@ pipelines:
- Run:
approval: manual
jobs:
SLE_15_SP5:
SLE_15_SP6:
resources:
- repo-checker
tasks:
- script: ./project-installcheck.py -A https://api.suse.de --debug check --store SUSE:SLE-15-SP5:GA:Staging/dashboard --no-rebuild SUSE:SLE-15-SP5:GA
- script: ./project-installcheck.py -A https://api.suse.de --debug check --store SUSE:SLE-15-SP6:GA:Staging/dashboard --no-rebuild SUSE:SLE-15-SP6:GA
SLE-Micro.Project:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
Expand Down Expand Up @@ -102,7 +102,7 @@ pipelines:
- staging-bot
tasks:
- script: ./origin-manager.py -A https://api.suse.de --debug review
S15.SP5.Staging.Bot.Regular:
S15.SP6.Staging.Bot.Regular:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
Expand Down Expand Up @@ -130,10 +130,10 @@ pipelines:
ln -s $PWD/osclib $tempdir/.osc-plugins
export HOME=$tempdir

osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA rebuild
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA list --supersede
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA repair --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP6:GA rebuild
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP6:GA list --supersede
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP6:GA unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP6:GA repair --cleanup
rm -rf $tempdir
SLE-Micro.Staging.Bot.Regular:
group: SLE.Checkers
Expand Down Expand Up @@ -169,7 +169,7 @@ pipelines:
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP4:Update:Products:Micro54 unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP4:Update:Products:Micro54 repair --cleanup
rm -rf $tempdir
S15.SP5.Staging.Bot.Report:
S15.SP6.Staging.Bot.Report:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
Expand All @@ -189,7 +189,7 @@ pipelines:
resources:
- staging-bot
tasks:
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP5:GA
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP6:GA
SLE-Micro.Staging.Bot.Report:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
Expand Down
Loading

0 comments on commit bb6afc9

Please sign in to comment.