forked from pool/openQA
Offline generation of 4.6.1590161561.c3a60ad20
4.6.1590161561.c3a60ad20 4.6.1590161561.c3a60ad20 4.6.1590161561.c3a60ad20 4.6.1590161561.c3a60ad20 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=416
This commit is contained in:
parent
e7e7e2f4df
commit
d8012f9e8f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf2dc30160e0cde52ab8359ff37e49d9e875a6f35e9b64f534990995c5d11c7d
|
||||
size 11879437
|
3
openQA-4.6.1590161561.c3a60ad20.obscpio
Normal file
3
openQA-4.6.1590161561.c3a60ad20.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb5ce5535777c249f72d770879556c5c6cc3bfdecc7e434ecc8d8c867d73d706
|
||||
size 11875853
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1589975357.f886b3e02
|
||||
Version: 4.6.1590161561.c3a60ad20
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1589975357.f886b3e02
|
||||
Version: 4.6.1590161561.c3a60ad20
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1589975357.f886b3e02
|
||||
Version: 4.6.1590161561.c3a60ad20
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-worker
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1589975357.f886b3e02
|
||||
Version: 4.6.1590161561.c3a60ad20
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,11 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 19:26:27 UTC 2020 - coolo@suse.com
|
||||
Fri May 22 15:32:55 UTC 2020 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1589975357.f886b3e02:
|
||||
- Update to version 4.6.1590161561.c3a60ad20:
|
||||
* Job templates: Return full error message for invalid YAML
|
||||
* t: Simplify basic.t
|
||||
* t: Output port for scheduler service as well
|
||||
* Improve debug message for job-worker assignment
|
||||
* t: Add trivial test for OpenQA::Log::get_channel_handle coverage
|
||||
* t: Simplify stdout matching in 28-logging.t
|
||||
* t: Fix warning "Prototype mismatch: sub Time::HiRes::gettimeofday"
|
||||
* t: Fix a sporadic problem in 05-scheduler-full about jobs assigned to dead workers
|
||||
* Delete unused import in WebAPI::Controller::API::V1::Worker
|
||||
* Delete obsolete TODO in worker schema implementation
|
||||
* DRY in name/to_string within worker schema implementation
|
||||
* t: Provide unique process name for all forked processes
|
||||
* t: Use IPC::Run for gru service in t/api/14-plugin_obs_rsync_async.t
|
||||
* t: Simplify sleep, retry and loops in t/api/14-plugin_obs_rsync_async.t
|
||||
* t: Output port for websocket server same as we do for webapi
|
||||
* t: Ensure unavailable websocket server is seen by throwing exception
|
||||
* t: Sort external imports first in 43-scheduling-and-worker-scalability.t
|
||||
* Simplify use of Test::Output with bare blocks rather than sub refs
|
||||
* t: Delete obsolete/disabled code in api/04-jobs.t
|
||||
* Render job module results on client side
|
||||
* Job templates: Escape dot in regex
|
||||
* Try using exclusive locks explicitly to prevent SQLite file corruption
|
||||
* Move remaining clone job functions into CloneJob module
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 19 11:25:32 UTC 2020 - coolo@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1589975357.f886b3e02
|
||||
mtime: 1589975357
|
||||
commit: f886b3e024b4eadcd70a86bd8b0a6e059240d1fa
|
||||
version: 4.6.1590161561.c3a60ad20
|
||||
mtime: 1590161561
|
||||
commit: c3a60ad2004df8c7a69425070c51bd8b50fa914e
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
||||
%define devel_requires %build_requires %qemu %test_requires chromedriver curl perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) postgresql-devel rsync sudo tar xorg-x11-fonts
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1589975357.f886b3e02
|
||||
Version: 4.6.1590161561.c3a60ad20
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user