Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-release-tools for openSUSE:Factory checked in at 2023-09-13 20:45:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old) and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools" Wed Sep 13 20:45:09 2023 rev:502 rq:1110764 version:20230912.fe4936c Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes 2023-09-12 21:05:00.596726787 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1766/openSUSE-release-tools.changes 2023-09-13 20:47:04.831458773 +0200 @@ -1,0 +2,7 @@ +Tue Sep 12 21:09:58 UTC 2023 - opensuse-releaset...@opensuse.org + +- Update to version 20230912.fe4936c: + * Remove unused IBS release pipelines + * Add ALP installer pipelines + +------------------------------------------------------------------- Old: ---- openSUSE-release-tools-20230912.75e93b7.obscpio New: ---- openSUSE-release-tools-20230912.fe4936c.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openSUSE-release-tools.spec ++++++ --- /var/tmp/diff_new_pack.7k7Qx9/_old 2023-09-13 20:47:06.123504866 +0200 +++ /var/tmp/diff_new_pack.7k7Qx9/_new 2023-09-13 20:47:06.123504866 +0200 @@ -20,7 +20,7 @@ %define source_dir openSUSE-release-tools %define announcer_filename factory-package-news Name: openSUSE-release-tools -Version: 20230912.75e93b7 +Version: 20230912.fe4936c Release: 0 Summary: Tools to aid in staging and release work for openSUSE/SUSE License: GPL-2.0-or-later AND MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.7k7Qx9/_old 2023-09-13 20:47:06.163506292 +0200 +++ /var/tmp/diff_new_pack.7k7Qx9/_new 2023-09-13 20:47:06.163506292 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param> - <param name="changesrevision">75e93b714fd6ebb9a9af31eda1058dfc82abc436</param> + <param name="changesrevision">fe4936c3ae14b4d4b4ab602012ae5993c7365cad</param> </service> </servicedata> ++++++ openSUSE-release-tools-20230912.75e93b7.obscpio -> openSUSE-release-tools-20230912.fe4936c.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20230912.75e93b7/gocd/alp.target.gocd.yaml new/openSUSE-release-tools-20230912.fe4936c/gocd/alp.target.gocd.yaml --- old/openSUSE-release-tools-20230912.75e93b7/gocd/alp.target.gocd.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/openSUSE-release-tools-20230912.fe4936c/gocd/alp.target.gocd.yaml 2023-09-12 23:08:09.000000000 +0200 @@ -0,0 +1,66 @@ +format_version: 3 +pipelines: + Installer.Images: + group: ALP.Target + lock_behavior: unlockWhenFinished + materials: + repos: + git: git://botmaster.suse.de/suse-repos.git + auto_update: true + whitelist: + - SUSE:ALP:Products:Installer:1.0_-_images.yaml + destination: repos + scripts: + auto_update: true + git: https://github.com/openSUSE/openSUSE-release-tools.git + whitelist: + - DO_NOT_TRIGGER + destination: scripts + environment_variables: + OSC_CONFIG: /home/go/config/oscrc-staging-bot + stages: + - Expect.Images.To.Finish: + resources: + - staging-bot + tasks: + - script: | + export PYTHONPATH=scripts + set -e + ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:ALP:Products:Installer:1.0 -r images + + - Release.Images.To.Test: + approval: manual + roles: + - SLE + environment_variables: + OSC_CONFIG: /home/go/config/oscrc-totest-manager + resources: + - staging-bot + tasks: + - script: |- + osc -A https://api.suse.de release SUSE:ALP:Products:Installer:1.0 + sleep 600 + while (osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Installer:1.0:ToTest/_result?view=summary&repository=images" | grep "result project" | grep -v 'code="published" state="published">'); do + echo PENDING + sleep 600 + done + osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Installer:1.0:ToTest/_result?view=summary&repository=images" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED + + - Release.Images.To.Publish: + approval: manual + roles: + - SLE + environment_variables: + OSC_CONFIG: /home/go/config/oscrc-totest-manager + resources: + - staging-bot + tasks: + - script: |- + osc -A https://api.suse.de release SUSE:ALP:Products:Installer:1.0:ToTest + sleep 600 + while (osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Installer:1.0:PUBLISH/_result?view=summary&repository=images" | grep "result project" | grep -v 'code="published" state="published">'); do + echo PENDING + sleep 600 + done + osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Installer:1.0:PUBLISH/_result?view=summary&repository=images" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20230912.75e93b7/gocd/dolomite.target.gocd.yaml new/openSUSE-release-tools-20230912.fe4936c/gocd/dolomite.target.gocd.yaml --- old/openSUSE-release-tools-20230912.75e93b7/gocd/dolomite.target.gocd.yaml 2023-09-12 11:26:33.000000000 +0200 +++ new/openSUSE-release-tools-20230912.fe4936c/gocd/dolomite.target.gocd.yaml 2023-09-12 23:08:09.000000000 +0200 @@ -76,173 +76,3 @@ done osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=images" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED - Dolomite.Images.NEW: - group: ALP.Target - lock_behavior: unlockWhenFinished - materials: - repos: - git: git://botmaster.suse.de/suse-repos.git - auto_update: true - whitelist: - - SUSE:ALP:Products:Dolomite:1.0_-_images.yaml - destination: repos - scripts: - auto_update: true - git: https://github.com/openSUSE/openSUSE-release-tools.git - whitelist: - - DO_NOT_TRIGGER - destination: scripts - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - stages: - - Expect.Images.To.Finish: - resources: - - staging-bot - tasks: - - script: | - export PYTHONPATH=scripts - set -e - ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:ALP:Products:Dolomite:1.0 -r containerfile - ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:ALP:Products:Dolomite:1.0 -r images - - - Release.Images.To.Test: - approval: manual - roles: - - SLE - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-totest-manager - JIRA_PAT: /home/go/config/jira-pat - JIRA_INSTANCE: /home/go/config/jira-instance - resources: - - staging-bot - tasks: - - script: |- - sle-prjmgr-tools --jira-instance $JIRA_INSTANCE --osc-config $OSC_CONFIG ibs_to_jira --jira-pat $JIRA_PAT -p SUSE:ALP:Products:Dolomite:1.0 - - - Release.Images.To.Publish: - approval: manual - roles: - - SLE - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-totest-manager - resources: - - staging-bot - tasks: - - script: |- - osc -A https://api.suse.de release SUSE:ALP:Products:Dolomite:1.0:ToTest - sleep 600 - while (osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=containers" | grep "result project" | grep -v 'code="published" state="published">'); do - echo PENDING - sleep 600 - done - osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=containers" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED - while (osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=images" | grep "result project" | grep -v 'code="published" state="published">'); do - echo PENDING - sleep 600 - done - osc -A https://api.suse.de/ api "/build/SUSE:ALP:Products:Dolomite:1.0:PUBLISH/_result?view=summary&repository=images" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED - - Dolomite.ImagesManual: - group: ALP.Target - lock_behavior: unlockWhenFinished - materials: - repos: - git: git://botmaster.suse.de/suse-repos.git - auto_update: true - whitelist: - - SUSE:ALP:Products:Dolomite:1.0_-_images.yaml - destination: repos - scripts: - auto_update: true - git: https://github.com/openSUSE/openSUSE-release-tools.git - whitelist: - - DO_NOT_TRIGGER - destination: scripts - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - stages: - - Relase.Images.To.Test: - approval: manual - roles: - - SLE - jobs: - Check.Images.Finish: - resources: - - staging-bot - tasks: - - script: | - export PYTHONPATH=scripts - while (! ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:ALP:Products:Dolomite:1.0 -r images); do - sleep 300 - done - Release.To.Test: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-totest-manager - resources: - - staging-bot - tasks: - - script: |- - set -e - PRODUCTS=$(osc -A https://api.suse.de ls SUSE:ALP:Products:Dolomite:1.0 | grep "^ALP-Dolomite" | grep -v release) - for product in 000product $PRODUCTS; do - osc -A https://api.suse.de release SUSE:ALP:Products:Dolomite:1.0 $product - done - - - Release.Images.To.Publish: - approval: manual - roles: - - SLE - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-totest-manager - resources: - - staging-bot - tasks: - - script: osc -A https://api.suse.de release SUSE:ALP:Products:Dolomite:1.0:ToTest - - Dolomite.ReleaseScc: - group: ALP.Target - parameters: - product: dolomite-1.0 - target: MyTarget - build: "0.0" - materials: - scripts: - auto_update: true - git: https://github.com/openSUSE/openSUSE-release-tools.git - whitelist: - - DO_NOT_TRIGGER - destination: scripts - stages: - # "ratt" is an alias for the internal IP of the API, only available on botmaster. - - Release.Images.Update: - approval: manual - roles: - - SLE - resources: - - staging-bot - tasks: - - script: curl --verbose --max-time 3600 "http://ratt:5000/update?product=#{product}&target=#{target}&build=#{build}" - - Release.Images.Rename: - approval: manual - roles: - - SLE - resources: - - staging-bot - tasks: - - script: curl --verbose --max-time 3600 "http://ratt:5000/rename?product=#{product}&target=#{target}" - - Release.Images.Sync: - approval: manual - roles: - - SLE - resources: - - staging-bot - tasks: - - script: curl --verbose --max-time 3600 "http://ratt:5000/sync?product=#{product}&target=#{target}" - - Release.Images.Release: - approval: manual - roles: - - SLE - resources: - - staging-bot - tasks: - - script: curl --verbose --max-time 3600 "http://ratt:5000/release?product=#{product}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openSUSE-release-tools-20230912.75e93b7/gocd/sp.target.gocd.yaml new/openSUSE-release-tools-20230912.fe4936c/gocd/sp.target.gocd.yaml --- old/openSUSE-release-tools-20230912.75e93b7/gocd/sp.target.gocd.yaml 2023-09-12 11:26:33.000000000 +0200 +++ new/openSUSE-release-tools-20230912.fe4936c/gocd/sp.target.gocd.yaml 2023-09-12 23:08:09.000000000 +0200 @@ -87,181 +87,3 @@ done osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP6:GA:PUBLISH/_result?view=summary&repository=images" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED - SLE15.SP6.Images.NEW: - group: SLE15.Target - lock_behavior: unlockWhenFinished - materials: - repos: - git: git://botmaster.suse.de/suse-repos.git - auto_update: true - whitelist: - - SUSE:SLE-15-SP6:GA_-_images.yaml - destination: repos - scripts: - auto_update: true - git: https://github.com/openSUSE/openSUSE-release-tools.git - whitelist: - - DO_NOT_TRIGGER - destination: scripts - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - stages: - - Expect.Images.To.Finish: - resources: - - staging-bot - tasks: - - script: | - export PYTHONPATH=scripts - set -e - ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:SLE-15-SP6:GA -r containerfile - ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:SLE-15-SP6:GA -r images - - - Release.Images.To.Test: - approval: manual - roles: - - SLE - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-totest-manager - JIRA_PAT: /home/go/config/jira-pat - JIRA_INSTANCE: /home/go/config/jira-instance - resources: - - staging-bot - tasks: - - script: |- - sle-prjmgr-tools --jira-instance $JIRA_INSTANCE --osc-config $OSC_CONFIG ibs_to_jira --jira-pat $JIRA_PAT -p SUSE:SLE-15-SP6:GA - - - Release.Images.To.Publish: - approval: manual - roles: - - SLE - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-totest-manager - resources: - - staging-bot - tasks: - - script: |- - osc -A https://api.suse.de release SUSE:SLE-15-SP6:GA:TEST - sleep 600 - while (osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP6:GA:PUBLISH/_result?view=summary&repository=containers" | grep "result project" | grep -v 'code="published" state="published">'); do - echo PENDING - sleep 600 - done - osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP6:GA:PUBLISH/_result?view=summary&repository=containers" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED - while (osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP6:GA:PUBLISH/_result?view=summary&repository=images" | grep "result project" | grep -v 'code="published" state="published">'); do - echo PENDING - sleep 600 - done - osc -A https://api.suse.de/ api "/build/SUSE:SLE-15-SP6:GA:PUBLISH/_result?view=summary&repository=images" | grep "result project" | grep 'code="published" state="published">' && echo PUBLISHED - - SLE15.SP6.ImagesManual: - group: SLE15.Target - lock_behavior: unlockWhenFinished - materials: - repos: - git: git://botmaster.suse.de/suse-repos.git - auto_update: true - whitelist: - - SUSE:SLE-15-SP6:GA_-_images.yaml - destination: repos - scripts: - auto_update: true - git: https://github.com/openSUSE/openSUSE-release-tools.git - whitelist: - - DO_NOT_TRIGGER - destination: scripts - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-staging-bot - stages: - - Relase.Images.To.Test: - approval: manual - roles: - - SLE - jobs: - Check.Images.Finish: - resources: - - staging-bot - tasks: - - script: | - export PYTHONPATH=scripts - while (! ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:SLE-15-SP6:GA -r containerfile); do - sleep 300 - done - while (! ./scripts/gocd/verify-repo-built-successful.py -A https://api.suse.de -p SUSE:SLE-15-SP6:GA -r images); do - sleep 300 - done - Release.To.Test: - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-totest-manager - resources: - - staging-bot - tasks: - - script: |- - set -e - CONTAINERS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP6:GA | grep "^\(cdi\|virt\)-.*-container") - for container in $CONTAINERS; do - osc -A https://api.suse.de release --target-project=SUSE:SLE-15-SP6:GA:TEST --target-repository=containers -r containerfile SUSE:SLE-15-SP6:GA $container - done - osc -A https://api.suse.de release --target-project=SUSE:SLE-15-SP6:GA:TEST --target-repository=containers -r images SUSE:SLE-15-SP6:GA sles15-image - PRODUCTS=$(osc -A https://api.suse.de ls SUSE:SLE-15-SP6:GA | grep "^SLES15-SP6" | grep -v release) - for product in kiwi-templates-Minimal kiwi-templates-Minimal-s390x 000product $PRODUCTS; do - osc -A https://api.suse.de release SUSE:SLE-15-SP6:GA $product - done - - - Release.Images.To.Publish: - approval: manual - roles: - - SLE - environment_variables: - OSC_CONFIG: /home/go/config/oscrc-totest-manager - resources: - - staging-bot - tasks: - - script: osc -A https://api.suse.de release SUSE:SLE-15-SP6:GA:TEST - - SLE15.SP6.ReleaseScc: - group: SLE15.Target - parameters: - product: sle15sp6 - target: MyTarget - build: "0.0" - materials: - scripts: - auto_update: true - git: https://github.com/openSUSE/openSUSE-release-tools.git - whitelist: - - DO_NOT_TRIGGER - destination: scripts - stages: - # "ratt" is an alias for the internal IP of the API, only available on botmaster. - - Release.Images.Update: - approval: manual - roles: - - SLE - resources: - - staging-bot - tasks: - - script: curl --verbose --max-time 3600 "http://ratt:5000/update?product=#{product}&target=#{target}&build=#{build}" - - Release.Images.Rename: - approval: manual - roles: - - SLE - resources: - - staging-bot - tasks: - - script: curl --verbose --max-time 3600 "http://ratt:5000/rename?product=#{product}&target=#{target}" - - Release.Images.Sync: - approval: manual - roles: - - SLE - resources: - - staging-bot - tasks: - - script: curl --verbose --max-time 3600 "http://ratt:5000/sync?product=#{product}&target=#{target}" - - Release.Images.Release: - approval: manual - roles: - - SLE - resources: - - staging-bot - tasks: - - script: curl --verbose --max-time 3600 "http://ratt:5000/release?product=#{product}" ++++++ openSUSE-release-tools.obsinfo ++++++ --- /var/tmp/diff_new_pack.7k7Qx9/_old 2023-09-13 20:47:07.431551529 +0200 +++ /var/tmp/diff_new_pack.7k7Qx9/_new 2023-09-13 20:47:07.475553098 +0200 @@ -1,5 +1,5 @@ name: openSUSE-release-tools -version: 20230912.75e93b7 -mtime: 1694510793 -commit: 75e93b714fd6ebb9a9af31eda1058dfc82abc436 +version: 20230912.fe4936c +mtime: 1694552889 +commit: fe4936c3ae14b4d4b4ab602012ae5993c7365cad