SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1613075558.ed25db8ae

4.6.1613075558.ed25db8ae
4.6.1613075558.ed25db8ae
4.6.1613075558.ed25db8ae
4.6.1613075558.ed25db8ae

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=587
This commit is contained in:
Oliver Kurz 2021-02-12 13:02:43 +00:00 committed by Git OBS Bridge
parent b3a3477d58
commit c83fdc6f51
9 changed files with 31 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba3a3fbd9a17b43a8cf76a95cf142d5b6c9efaa643cc3adde8c898216a5cc685
size 12686861

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:caab162b1b6fb3186ec3d7d5130382c46fb715980ab18d906bb3a8834f8ce0fe
size 12691469

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1612882822.353560390
mtime: 1612882822
commit: 353560390801d5febd5063a30d34d4a77b0b82a0
version: 4.6.1613075558.ed25db8ae
mtime: 1613075558
commit: ed25db8ae628ab33a9846cd4da4e5e64e1fa3781

View File

@ -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