diff --git a/openQA-4.6.1612882822.353560390.obscpio b/openQA-4.6.1612882822.353560390.obscpio deleted file mode 100644 index dcda54a..0000000 --- a/openQA-4.6.1612882822.353560390.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba3a3fbd9a17b43a8cf76a95cf142d5b6c9efaa643cc3adde8c898216a5cc685 -size 12686861 diff --git a/openQA-4.6.1613075558.ed25db8ae.obscpio b/openQA-4.6.1613075558.ed25db8ae.obscpio new file mode 100644 index 0000000..109890a --- /dev/null +++ b/openQA-4.6.1613075558.ed25db8ae.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caab162b1b6fb3186ec3d7d5130382c46fb715980ab18d906bb3a8834f8ce0fe +size 12691469 diff --git a/openQA-client-test.spec b/openQA-client-test.spec index aa77551..2911742 100644 --- a/openQA-client-test.spec +++ b/openQA-client-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-client Name: %{short_name}-test -Version: 4.6.1612882822.353560390 +Version: 4.6.1613075558.ed25db8ae Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA-devel-test.spec b/openQA-devel-test.spec index 151aaae..4cce834 100644 --- a/openQA-devel-test.spec +++ b/openQA-devel-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 4.6.1612882822.353560390 +Version: 4.6.1613075558.ed25db8ae Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA-test.spec b/openQA-test.spec index 4c78685..1eb781d 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1612882822.353560390 +Version: 4.6.1613075558.ed25db8ae Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later diff --git a/openQA-worker-test.spec b/openQA-worker-test.spec index 9fdae43..2ad8d94 100644 --- a/openQA-worker-test.spec +++ b/openQA-worker-test.spec @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 4.6.1612882822.353560390 +Version: 4.6.1613075558.ed25db8ae Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later diff --git a/openQA.changes b/openQA.changes index 4f5d64f..6e8838e 100644 --- a/openQA.changes +++ b/openQA.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Feb 12 13:02:20 UTC 2021 - coolo@suse.com + +- Update to version 4.6.1613075558.ed25db8ae: + * 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 + * 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 + ------------------------------------------------------------------- Tue Feb 09 15:00:34 UTC 2021 - coolo@suse.com diff --git a/openQA.obsinfo b/openQA.obsinfo index 5efacb1..d4a4317 100644 --- a/openQA.obsinfo +++ b/openQA.obsinfo @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1612882822.353560390 -mtime: 1612882822 -commit: 353560390801d5febd5063a30d34d4a77b0b82a0 +version: 4.6.1613075558.ed25db8ae +mtime: 1613075558 +commit: ed25db8ae628ab33a9846cd4da4e5e64e1fa3781 diff --git a/openQA.spec b/openQA.spec index 66c5a4f..a2f90aa 100644 --- a/openQA.spec +++ b/openQA.spec @@ -76,7 +76,7 @@ %define devel_requires %devel_no_selenium_requires chromedriver Name: openQA -Version: 4.6.1612882822.353560390 +Version: 4.6.1613075558.ed25db8ae Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -422,7 +422,7 @@ fi # 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