gocd: Don't run staging-bot for SP5 (for now)

This commit is contained in:
Stephan Kulow 2022-07-18 12:33:43 +02:00
parent 4fd15522c9
commit 0837f21d0a
2 changed files with 4 additions and 2 deletions

View File

@ -127,7 +127,8 @@ pipelines:
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 select --non-interactive --merge --try-strategies
# Don't fill staging projects randomly
# osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA select --non-interactive --merge --try-strategies
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
rm -rf $tempdir

View File

@ -127,7 +127,8 @@ pipelines:
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 select --non-interactive --merge --try-strategies
# Don't fill staging projects randomly
# osc -A https://api.suse.de staging -p SUSE:SLE-15-SP5:GA select --non-interactive --merge --try-strategies
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
rm -rf $tempdir