Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2021-02-15 23:16:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openQA (Old)
 and      /work/SRC/openSUSE:Factory/.openQA.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openQA"

Mon Feb 15 23:16:36 2021 rev:233 rq:872204 version:4.6.1613318110.525d96fca

Changes:
--------
openQA-devel-test.changes: same change
openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes    2021-02-10 
21:30:55.470331114 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.28504/openQA.changes 2021-02-15 
23:19:14.627659586 +0100
@@ -1,0 +2,23 @@
+Sun Feb 14 15:55:25 UTC 2021 - co...@suse.com
+
+- Update to version 4.6.1613318110.525d96fca:
+  * Dependency cron 2021-02-14
+  * script: Fallback to running openqa-bootstrap-container without pipe
+  * Add a section on how to use signatures to the code style guide
+  * Increase timeout for slow ui test
+  * Convert all of OpenQA::CacheService::Client to signatures
+  * Simplify WebUIConnection method arguments with signatures
+  * Replace one occurence of @_ unrolling to put in default value
+  * Mark uncoverage statements in OpenQA::Worker::WebUIConnection
+  * Refactor scheduler to fix occasional failures of the fullstack test
+  * Make scheduler output more verbose for fullstack tests
+  * Stabilize scalability test
+  * Improve verbosity of scalability test when scheduling fails
+  * Allow using `systemctl reload openqa-worker-auto-restart@*.service`
+  * Use --kill-who=main when reloading worker to send signal only the main 
process
+  * Avoid the worker to stop its current job when receiving SIGHUP twice
+  * Prevent test timeouts in CI with splitting out "heavy" tests
+  * Combine "scheduler"+"developer" test runs into one to save time
+  * t: Simplify 25-cache.t with IPC::Run instead of 
Mojo::IOLoop::ReadWriteProcess
+
+-------------------------------------------------------------------

Old:
----
  openQA-4.6.1612882822.353560390.obscpio

New:
----
  openQA-4.6.1613318110.525d96fca.obscpio

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

Other differences:
------------------
++++++ openQA-client-test.spec ++++++
--- /var/tmp/diff_new_pack.sbKLL0/_old  2021-02-15 23:19:15.711661206 +0100
+++ /var/tmp/diff_new_pack.sbKLL0/_new  2021-02-15 23:19:15.715661212 +0100
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-client
 Name:           %{short_name}-test
-Version:        4.6.1612882822.353560390
+Version:        4.6.1613318110.525d96fca
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.sbKLL0/_old  2021-02-15 23:19:15.735661242 +0100
+++ /var/tmp/diff_new_pack.sbKLL0/_new  2021-02-15 23:19:15.739661247 +0100
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-devel
 Name:           %{short_name}-test
-Version:        4.6.1612882822.353560390
+Version:        4.6.1613318110.525d96fca
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA-test.spec ++++++
--- /var/tmp/diff_new_pack.sbKLL0/_old  2021-02-15 23:19:15.763661283 +0100
+++ /var/tmp/diff_new_pack.sbKLL0/_new  2021-02-15 23:19:15.771661295 +0100
@@ -18,7 +18,7 @@
 
 %define         short_name openQA
 Name:           %{short_name}-test
-Version:        4.6.1612882822.353560390
+Version:        4.6.1613318110.525d96fca
 Release:        0
 Summary:        Test package for openQA
 License:        GPL-2.0-or-later

++++++ openQA-worker-test.spec ++++++
--- /var/tmp/diff_new_pack.sbKLL0/_old  2021-02-15 23:19:15.795661331 +0100
+++ /var/tmp/diff_new_pack.sbKLL0/_new  2021-02-15 23:19:15.799661337 +0100
@@ -18,7 +18,7 @@
 
 %define         short_name openQA-worker
 Name:           %{short_name}-test
-Version:        4.6.1612882822.353560390
+Version:        4.6.1613318110.525d96fca
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ openQA.spec ++++++
--- /var/tmp/diff_new_pack.sbKLL0/_old  2021-02-15 23:19:15.823661373 +0100
+++ /var/tmp/diff_new_pack.sbKLL0/_new  2021-02-15 23:19:15.827661379 +0100
@@ -76,7 +76,7 @@
 %define devel_requires %devel_no_selenium_requires chromedriver
 
 Name:           openQA
-Version:        4.6.1612882822.353560390
+Version:        4.6.1613318110.525d96fca
 Release:        0
 Summary:        The openQA web-frontend, scheduler and tools
 License:        GPL-2.0-or-later
@@ -422,7 +422,7 @@
 # notes: noop if no such units are running; daemon-reload already done by 
service_del_postun macro;
 #        "$1 -ge 1" checks for a package upgrade
 if [ -x /usr/bin/systemctl ] && [ $1 -ge 1 ]; then
-    /usr/bin/systemctl kill --signal SIGHUP 
'openqa-worker-auto-restart@*.service' || :
+    /usr/bin/systemctl reload 'openqa-worker-auto-restart@*.service' || :
 fi
 
 %postun auto-update


++++++ openQA-4.6.1612882822.353560390.obscpio -> 
openQA-4.6.1613318110.525d96fca.obscpio ++++++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1612882822.353560390.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.28504/openQA-4.6.1613318110.525d96fca.obscpio
 differ: char 50, line 1

++++++ openQA.obsinfo ++++++
--- /var/tmp/diff_new_pack.sbKLL0/_old  2021-02-15 23:19:15.935661540 +0100
+++ /var/tmp/diff_new_pack.sbKLL0/_new  2021-02-15 23:19:15.939661547 +0100
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1612882822.353560390
-mtime: 1612882822
-commit: 353560390801d5febd5063a30d34d4a77b0b82a0
+version: 4.6.1613318110.525d96fca
+mtime: 1613318110
+commit: 525d96fca08130c0c51256defe7b38d533e5846f
 

Reply via email to