forked from pool/openQA
Accepting request 810819 from devel:openQA:tested
Update to 4.6.1591092399.b9fb68988 4.6.1591092399.b9fb68988 4.6.1591092399.b9fb68988 4.6.1591092399.b9fb68988 4.6.1591092399.b9fb68988 OBS-URL: https://build.opensuse.org/request/show/810819 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=157
This commit is contained in:
commit
8a4c7cd9a2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7bf4121c17fd31b9dfb207f6b9680701ecbf400a5af98efd840c1494478d8ac9
|
|
||||||
size 11870221
|
|
3
openQA-4.6.1591092399.b9fb68988.obscpio
Normal file
3
openQA-4.6.1591092399.b9fb68988.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6025f6a4dab44b397d8b2f20b9b04c542cbbb264b672150235f24ad910fc2d0f
|
||||||
|
size 11898381
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name openQA-client
|
%define short_name openQA-client
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1589882993.dd2749ac3
|
Version: 4.6.1591092399.b9fb68988
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{short_name}
|
Summary: Test package for %{short_name}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name openQA-devel
|
%define short_name openQA-devel
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1589882993.dd2749ac3
|
Version: 4.6.1591092399.b9fb68988
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{short_name}
|
Summary: Test package for %{short_name}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name openQA
|
%define short_name openQA
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1589882993.dd2749ac3
|
Version: 4.6.1591092399.b9fb68988
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for openQA
|
Summary: Test package for openQA
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name openQA-worker
|
%define short_name openQA-worker
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1589882993.dd2749ac3
|
Version: 4.6.1591092399.b9fb68988
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{short_name}
|
Summary: Test package for %{short_name}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1,3 +1,64 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 02 10:06:57 UTC 2020 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1591092399.b9fb68988:
|
||||||
|
* t: Make output nicer on time limit
|
||||||
|
* Dependency cron 200601
|
||||||
|
* Avoid stopping the live log when the worker already works on different job
|
||||||
|
* worker: Keep uploading results until logs and assets have been uploaded
|
||||||
|
* worker: Log every 10th uploaded chunk to autoinst-log.txt as well
|
||||||
|
* Keep 'live' tab shown while uploading for improved feedback
|
||||||
|
* Avoid rendering 'live' tab when job is already done
|
||||||
|
* Update comments in worker function _upload_result
|
||||||
|
* Fix style issue in running.js so jshint shows no errors
|
||||||
|
* Do not shadow $errors in utils-job-templates test
|
||||||
|
* Capture base_state.json JSON error warning
|
||||||
|
* Add '--merge' option to prove
|
||||||
|
* Show an explicit warning when failing to wakeup scheduler
|
||||||
|
* Prefetch parent job in JobModules::job_modules()
|
||||||
|
* Capture screenshot created message in screenshot test
|
||||||
|
* Dependency cron 200529
|
||||||
|
* t: Make process handling more robust with IPC::Run
|
||||||
|
* Log errors when claiming OpenID identity
|
||||||
|
* Fix visual artifact in audio result box
|
||||||
|
* Use named tempdir in cli archive unit test
|
||||||
|
* Add documentation for MAX_JOB_TIME taking ab743579 into account
|
||||||
|
* Validate parameters passed to job API routes
|
||||||
|
* Add link to latest test in ObsRsync Project list (#3052)
|
||||||
|
* templates: Simplify calculation of build bar results with 'total' value
|
||||||
|
* t: Use OpenQA::Test::TimeLimit in basic.t for a start
|
||||||
|
* Add "by groups name" as option to organize the builds in parent group overview
|
||||||
|
* t: Add test module to check for test runtime
|
||||||
|
* t: Extend 28-logging.t to cover color codes
|
||||||
|
* Define custom log color selection compatible with reverse video terminals
|
||||||
|
* Slightly simplify OpenQA::Log
|
||||||
|
* Add colors to log output when available
|
||||||
|
* Enable NOVIDEO for jobs with increased MAX_JOB_TIME by default
|
||||||
|
* Move computing max job time into own function and add tests
|
||||||
|
* 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
|
Tue May 19 11:25:32 UTC 2020 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: openQA
|
name: openQA
|
||||||
version: 4.6.1589882993.dd2749ac3
|
version: 4.6.1591092399.b9fb68988
|
||||||
mtime: 1589882993
|
mtime: 1591092399
|
||||||
commit: dd2749ac30ec614fd116d2101a6fbb088ebd3a2f
|
commit: b9fb6898881239c4139834bce28a1c4d9f099d0b
|
||||||
|
|
||||||
|
@ -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
|
%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
|
Name: openQA
|
||||||
Version: 4.6.1589882993.dd2749ac3
|
Version: 4.6.1591092399.b9fb68988
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The openQA web-frontend, scheduler and tools
|
Summary: The openQA web-frontend, scheduler and tools
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user