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 2021-09-13 16:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Mon Sep 13 16:24:39 2021 rev:324 rq:918725 version:20210913.f61b2e79

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2021-09-11 22:24:57.927412333 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1899/openSUSE-release-tools.changes
  2021-09-13 16:25:40.446823991 +0200
@@ -1,0 +2,6 @@
+Mon Sep 13 12:57:01 UTC 2021 - opensuse-releaset...@opensuse.org
+
+- Update to version 20210913.f61b2e79:
+  * gocd: rename SLE_BCI to SLE_BCI_15SP3 and add SP4 flavor
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20210910.877432d2.obscpio

New:
----
  openSUSE-release-tools-20210913.f61b2e79.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.SP55ju/_old  2021-09-13 16:25:41.010824642 +0200
+++ /var/tmp/diff_new_pack.SP55ju/_new  2021-09-13 16:25:41.014824647 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20210910.877432d2
+Version:        20210913.f61b2e79
 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.SP55ju/_old  2021-09-13 16:25:41.054824693 +0200
+++ /var/tmp/diff_new_pack.SP55ju/_new  2021-09-13 16:25:41.058824698 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">877432d24a0cdd872546b937284acfa2ef8f9578</param>
+    <param 
name="changesrevision">d538ed4294194800edc64b2452ce805c1a2569f5</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20210910.877432d2.obscpio -> 
openSUSE-release-tools-20210913.f61b2e79.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20210910.877432d2/gocd/bci.gocd.yaml 
new/openSUSE-release-tools-20210913.f61b2e79/gocd/bci.gocd.yaml
--- old/openSUSE-release-tools-20210910.877432d2/gocd/bci.gocd.yaml     
2021-09-10 20:52:33.000000000 +0200
+++ new/openSUSE-release-tools-20210913.f61b2e79/gocd/bci.gocd.yaml     
2021-09-13 14:55:43.000000000 +0200
@@ -41,7 +41,7 @@
             tasks:
             - script: python3 ./pkglistgen.py -d -A https://api.opensuse.org 
update_and_solve -p devel:BCI -s target
 
-  SLE_BCI.RelPkgs:
+  SLE_BCI_15SP3.RelPkgs:
     group: BCI
     lock_behavior: unlockWhenFinished
     timer:
@@ -60,7 +60,7 @@
         tasks:
         - script: ./pkglistgen.py -A https://api.suse.de update_and_solve -p 
SUSE:SLE-15-SP3:Update:BCI -s target --only-release-packages --force
 
-  Pkglistgen.SLE_BCI:
+  Pkglistgen.SLE_BCI_15SP3:
     group: BCI
     lock_behavior: unlockWhenFinished
     timer:
@@ -123,3 +123,87 @@
               done
               osc -A https://api.suse.de/ api 
"/build/SUSE:Products:SLE-BCI:15-SP3:$arch/_result?view=summary&repository=images"
 | grep "result project" | grep 'code="published" state="published">' && echo 
PUBLISHED
             done
+
+
+  SLE_BCI_15SP4.RelPkgs:
+    group: BCI
+    lock_behavior: unlockWhenFinished
+    timer:
+      spec: 0 10 * ? * *
+      only_on_changes: false
+    materials:
+      git:
+        git: https://github.com/openSUSE/openSUSE-release-tools.git
+    environment_variables:
+      OSC_CONFIG: /home/go/config/oscrc-staging-bot
+    stages:
+    - Create.Release.Packages:
+        approval: manual
+        resources:
+        - repo-checker
+        tasks:
+        - script: ./pkglistgen.py -A https://api.suse.de update_and_solve -p 
SUSE:SLE-15-SP4:Update:BCI -s target --only-release-packages --force
+
+  Pkglistgen.SLE_BCI_15SP4:
+    group: BCI
+    lock_behavior: unlockWhenFinished
+    timer:
+      spec: 0 10 * ? * *
+      only_on_changes: false
+    materials:
+      repos:
+        git: git://botmaster.suse.de/suse-repos.git
+        auto_update: true
+        destination: repos
+        whitelist:
+          - SUSE:SLE-15-SP4:Update_-_standard.yaml
+      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:
+    - pkglistgen:
+        approval:
+          type: manual
+        jobs:
+          BCI_target:
+            resources:
+            - repo-checker
+            tasks:
+            - script: ./scripts/pkglistgen.py -d -A https://api.suse.de 
update_and_solve -p SUSE:SLE-15-SP4:Update:BCI -s target
+    - Expect.Images.To.Finish:
+        resources:
+        - staging-bot
+        tasks:
+        - script: |
+            export PYTHONPATH=scripts
+            ./scripts/gocd/verify-repo-built-successful.py -A 
https://api.suse.de -p  SUSE:SLE-15-SP4:Update:BCI -r images
+
+    - Release.Images.to.Product:
+        approval: manual
+        roles:
+        - SLE
+        environment_variables:
+          OSC_CONFIG: /home/go/config/oscrc-totest-manager
+        resources:
+        - staging-bot
+        tasks:
+        - script: |-
+            for arch in aarch64 ppc64le s390x x86_64 ; do
+             SPRJ=SUSE:SLE-15-SP4:Update:BCI
+             PKG="000product:SLE_BCI-ftp-POOL-$arch"
+             PRJ="SUSE:Products:SLE-BCI:15-SP4:$arch"
+             osc -A https://api.suse.de api -X POST 
"/source/$SPRJ/$PKG?cmd=release&target_project=$PRJ&repository=images&target_repository=images"
+            done
+            for arch in aarch64 ppc64le s390x x86_64 ; do
+              sleep 600
+              while (osc -A https://api.suse.de/ api 
"/build/SUSE:Products:SLE-BCI:15-SP4:$arch/_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:Products:SLE-BCI:15-SP4:$arch/_result?view=summary&repository=images"
 | grep "result project" | grep 'code="published" state="published">' && echo 
PUBLISHED
+            done

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.SP55ju/_old  2021-09-13 16:25:41.702825443 +0200
+++ /var/tmp/diff_new_pack.SP55ju/_new  2021-09-13 16:25:41.706825447 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20210910.877432d2
-mtime: 1631299953
-commit: 877432d24a0cdd872546b937284acfa2ef8f9578
+version: 20210913.f61b2e79
+mtime: 1631537743
+commit: f61b2e7977b7ef2d41e1663153db88f41cfe8c0c
 

Reply via email to