forked from pool/openQA
Accepting request 784914 from devel:openQA:tested
Update to 4.6.1584172463.88254ac92 4.6.1584172463.88254ac92 4.6.1584172463.88254ac92 4.6.1584172463.88254ac92 OBS-URL: https://build.opensuse.org/request/show/784914 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=129
This commit is contained in:
commit
097cb56a7b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:222f7849ff3b792533ba3c0d75af50a65cea21b709c46b31415cd3a2b1cc9119
|
||||
size 11549709
|
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.1583409674.75be31485
|
||||
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.1583409674.75be31485
|
||||
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.1583409674.75be31485
|
||||
Version: 4.6.1584172463.88254ac92
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 14 08:04:55 UTC 2020 - coolo@suse.com
|
||||
|
||||
- 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
|
||||
* Validate parameters passed to job template route consistently
|
||||
* Add test for re-scheduling only on 2nd idle status
|
||||
* Improve test coverage of worker
|
||||
* Enable scalability test in CI
|
||||
* worker: Avoid rejecting jobs when already working on them
|
||||
* Improve test coverage of the worker command handler
|
||||
* Format test of the worker's web UI connection in a more compact way
|
||||
* Revert condition for job-specific web socket messages
|
||||
* 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
|
||||
* Tweak result upload of worker
|
||||
* Optimize _optimize_image
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 05 12:01:40 UTC 2020 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1583409674.75be31485
|
||||
mtime: 1583409674
|
||||
commit: 75be31485f816420d7a1418a2167a46799a07d6e
|
||||
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.1583409674.75be31485
|
||||
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