forked from pool/openQA
Offline generation of 4.6.1584172463.88254ac92
4.6.1584172463.88254ac92 4.6.1584172463.88254ac92 4.6.1584172463.88254ac92 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=357
This commit is contained in:
parent
c80679089d
commit
be5176de30
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:837898dc10c1ebe9431aa2825c59e48c15ccf6022db5827e83c0d7c82101aa38
|
||||
size 11579405
|
3
openQA-4.6.1584172463.88254ac92.obscpio
Normal file
3
openQA-4.6.1584172463.88254ac92.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:defbfee8f26ccc4c06d9f966aeef820964e7a211d82b73209aa2811006bc51c6
|
||||
size 11581453
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1583952828.207d94566
|
||||
Version: 4.6.1584172463.88254ac92
|
||||
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.1583952828.207d94566
|
||||
Version: 4.6.1584172463.88254ac92
|
||||
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.1583952828.207d94566
|
||||
Version: 4.6.1584172463.88254ac92
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,7 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 18:54:15 UTC 2020 - coolo@suse.com
|
||||
Sat Mar 14 08:04:55 UTC 2020 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1583952828.207d94566:
|
||||
- Update to version 4.6.1584172463.88254ac92:
|
||||
* Rename the JobTemplates module to YAML
|
||||
* Slightly simplify code WebAPI::Controller::API::V1::Job and Worker::WebUIConnection
|
||||
* Mark uncoverage subroutine in OpenQA::Worker::WebUIConnection
|
||||
* t: Slighty simplify t/24-worker-webui-connection.t
|
||||
* t: Add explicit to stabilize test coverage for OpenQA::Worker::WebUIConnection
|
||||
* t: Fix warning '"my" variable %job_info masks earlier declaration'
|
||||
* Fix perlcritic issue
|
||||
* Fix t/40-script_openqa-clone-custom-git-refspec.t failing when github auth token defined
|
||||
* Fix use lib in script/*
|
||||
* Fix ARRAY in loaded job template settings
|
||||
* Split YAML out of JobTemplate API tests
|
||||
* Job templates test: update check for error message
|
||||
* Add explicit test coverage for OpenQA::Scheduler::Model::Jobs::_pick_siblings_of_running
|
||||
* Make parameters for splitting screenshot cleanup configurable
|
||||
* Add worker name to reason when stale job detection incompletes job
|
||||
* Fix the bug that only dereference the symlink needle in one page
|
||||
@ -16,6 +29,7 @@ Wed Mar 11 18:54:15 UTC 2020 - coolo@suse.com
|
||||
* Add test for handling the quit message from the worker
|
||||
* Prevent race condition when assigning and sending jobs to a worker
|
||||
* Enhance scalability test
|
||||
* Have openqa-clone-custom-git-refspec parse PR for test URLs
|
||||
* Prevent scalability test from using port which is already in use
|
||||
* Use service_port for web socket server redirection
|
||||
* Add fullstack test for scalability
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1583952828.207d94566
|
||||
mtime: 1583952828
|
||||
commit: 207d94566a671b0fa5c3631278f4ea71ec0ec1fa
|
||||
version: 4.6.1584172463.88254ac92
|
||||
mtime: 1584172463
|
||||
commit: 88254ac92fd80c755ba94207f970cff7927f82a8
|
||||
|
||||
|
@ -65,7 +65,7 @@
|
||||
%define devel_requires %build_requires %test_requires rsync chromedriver curl postgresql-devel %qemu tar xorg-x11-fonts sudo perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1583952828.207d94566
|
||||
Version: 4.6.1584172463.88254ac92
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user