From c60d934151fb27a0a64ee4866bcc656941dc2534 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Mon, 25 Mar 2024 10:50:09 +0100 Subject: [PATCH] gocd: Rename SLE-Micro to SL-Micro. --- gocd/checkers.suse.gocd.yaml | 8 ++++---- gocd/checkers.suse.gocd.yaml.erb | 8 ++++---- gocd/microos-stagings.gocd.yaml | 10 +++++----- gocd/microos-stagings.gocd.yaml.erb | 6 +++--- gocd/microos.target.gocd.yaml | 4 ++-- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/gocd/checkers.suse.gocd.yaml b/gocd/checkers.suse.gocd.yaml index 53417fd9..82619d75 100644 --- a/gocd/checkers.suse.gocd.yaml +++ b/gocd/checkers.suse.gocd.yaml @@ -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: diff --git a/gocd/checkers.suse.gocd.yaml.erb b/gocd/checkers.suse.gocd.yaml.erb index 53417fd9..82619d75 100644 --- a/gocd/checkers.suse.gocd.yaml.erb +++ b/gocd/checkers.suse.gocd.yaml.erb @@ -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: diff --git a/gocd/microos-stagings.gocd.yaml b/gocd/microos-stagings.gocd.yaml index 419dde46..6db6944c 100644 --- a/gocd/microos-stagings.gocd.yaml +++ b/gocd/microos-stagings.gocd.yaml @@ -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 diff --git a/gocd/microos-stagings.gocd.yaml.erb b/gocd/microos-stagings.gocd.yaml.erb index 36aca82c..19705562 100644 --- a/gocd/microos-stagings.gocd.yaml.erb +++ b/gocd/microos-stagings.gocd.yaml.erb @@ -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 diff --git a/gocd/microos.target.gocd.yaml b/gocd/microos.target.gocd.yaml index a230fb8d..2eb9dcb5 100644 --- a/gocd/microos.target.gocd.yaml +++ b/gocd/microos.target.gocd.yaml @@ -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