Skip to content

Commit

Permalink
Merge pull request #3120 from Volkano28/sle15sp7
Browse files Browse the repository at this point in the history
gocd: changes to checkers, stagings and target for SLE15SP7
  • Loading branch information
g7 committed Jul 10, 2024
2 parents a906506 + bcd7760 commit b7e71a0
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 112 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
SLE15SP6.Project:
SLE15SP7.Project:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
Expand All @@ -57,11 +57,11 @@ pipelines:
- Run:
approval: manual
jobs:
SLE_15_SP6:
SLE_15_SP7:
resources:
- repo-checker
tasks:
- 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
- script: ./project-installcheck.py -A https://api.suse.de --debug check --store SUSE:SLE-15-SP7:GA:Staging/dashboard --no-rebuild SUSE:SLE-15-SP7:GA
SL-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.SP6.Staging.Bot.Regular:
S15.SP7.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-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
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP7:GA rebuild
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP7:GA list --supersede
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP7:GA unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP7:GA repair --cleanup
rm -rf $tempdir
SL-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:ALP:Products:Marble:6.0 unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:ALP:Products:Marble:6.0 repair --cleanup
rm -rf $tempdir
S15.SP6.Staging.Bot.Report:
S15.SP7.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-SP6:GA
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP7:GA
SL-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
SLE15SP6.Project:
SLE15SP7.Project:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
Expand All @@ -57,11 +57,11 @@ pipelines:
- Run:
approval: manual
jobs:
SLE_15_SP6:
SLE_15_SP7:
resources:
- repo-checker
tasks:
- 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
- script: ./project-installcheck.py -A https://api.suse.de --debug check --store SUSE:SLE-15-SP7:GA:Staging/dashboard --no-rebuild SUSE:SLE-15-SP7:GA
SL-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.SP6.Staging.Bot.Regular:
S15.SP7.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-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
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP7:GA rebuild
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP7:GA list --supersede
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP7:GA unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:SLE-15-SP7:GA repair --cleanup
rm -rf $tempdir
SL-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:ALP:Products:Marble:6.0 unselect --cleanup
osc -A https://api.suse.de staging -p SUSE:ALP:Products:Marble:6.0 repair --cleanup
rm -rf $tempdir
S15.SP6.Staging.Bot.Report:
S15.SP7.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-SP6:GA
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP7:GA
SL-Micro.Staging.Bot.Report:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
Expand Down
Loading

0 comments on commit b7e71a0

Please sign in to comment.