Merge pull request #3069 from gleidi-suse/SL-Micro

gocd: Rename SLE-Micro to SL-Micro.
This commit is contained in:
Gustavo Yokoyama Ribeiro 2024-03-25 07:50:02 -03:00 committed by GitHub
commit 9d60e6243f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 18 additions and 18 deletions

View File

@ -62,7 +62,7 @@ pipelines:
- 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
SLE-Micro.Project:
SL-Micro.Project:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
@ -78,7 +78,7 @@ pipelines:
timeout: 30
approval: manual
jobs:
SLE-Micro:
SL-Micro:
resources:
- repo-checker
tasks:
@ -135,7 +135,7 @@ pipelines:
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:
SL-Micro.Staging.Bot.Regular:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
@ -190,7 +190,7 @@ pipelines:
- staging-bot
tasks:
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP6:GA
SLE-Micro.Staging.Bot.Report:
SL-Micro.Staging.Bot.Report:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:

View File

@ -62,7 +62,7 @@ pipelines:
- 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
SLE-Micro.Project:
SL-Micro.Project:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
@ -78,7 +78,7 @@ pipelines:
timeout: 30
approval: manual
jobs:
SLE-Micro:
SL-Micro:
resources:
- repo-checker
tasks:
@ -135,7 +135,7 @@ pipelines:
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:
SL-Micro.Staging.Bot.Regular:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:
@ -190,7 +190,7 @@ pipelines:
- staging-bot
tasks:
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP6:GA
SLE-Micro.Staging.Bot.Report:
SL-Micro.Staging.Bot.Report:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
timer:

View File

@ -1,7 +1,7 @@
---
format_version: 3
pipelines:
SLE-Micro.Stagings.RelPkgs:
SL-Micro.Stagings.RelPkgs:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
group: MicroOS
@ -16,14 +16,14 @@ pipelines:
- Generate.Release.Package:
approval: manual
jobs:
SLE-Micro.Staging.A:
SL-Micro.Staging.A:
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
--staging SUSE:ALP:Products:Marble:6.0:Staging:A
--only-release-packages --force
SLE-Micro.Staging.B:
SL-Micro.Staging.B:
resources:
- repo-checker
tasks:
@ -31,7 +31,7 @@ pipelines:
--staging SUSE:ALP:Products:Marble:6.0:Staging:B
--only-release-packages --force
SLE-Micro.Staging.A:
SL-Micro.Staging.A:
environment_variables:
STAGING_PROJECT: SUSE:ALP:Products:Marble:6.0:Staging:A
STAGING_API: https://api.suse.de
@ -92,7 +92,7 @@ pipelines:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
SLE-Micro.Staging.B:
SL-Micro.Staging.B:
environment_variables:
STAGING_PROJECT: SUSE:ALP:Products:Marble:6.0:Staging:B
STAGING_API: https://api.suse.de

View File

@ -2,7 +2,7 @@
<% stagings = %w(A B) -%>
format_version: 3
pipelines:
SLE-Micro.Stagings.RelPkgs:
SL-Micro.Stagings.RelPkgs:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
group: MicroOS
@ -18,7 +18,7 @@ pipelines:
approval: manual
jobs:
<% stagings.each do |letter| -%>
SLE-Micro.Staging.<%= letter %>:
SL-Micro.Staging.<%= letter %>:
resources:
- repo-checker
tasks:
@ -27,7 +27,7 @@ pipelines:
--only-release-packages --force
<% end -%>
<% stagings.each do |letter| %>
SLE-Micro.Staging.<%= letter %>:
SL-Micro.Staging.<%= letter %>:
environment_variables:
STAGING_PROJECT: SUSE:ALP:Products:Marble:6.0:Staging:<%= letter %>
STAGING_API: https://api.suse.de

View File

@ -1,6 +1,6 @@
format_version: 3
pipelines:
SLE-Micro.Images:
SL-Micro.Images:
group: MicroOS
lock_behavior: unlockWhenFinished
materials:
@ -38,7 +38,7 @@ pipelines:
tasks:
- script: |-
set -e
for product in 000product SLE-Micro; do
for product in 000product SL-Micro; do
osc -A https://api.suse.de release SUSE:ALP:Products:Marble:6.0 $product
done
sleep 600