SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1533914931.14b73490

4.6.1533914931.14b73490

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=116
This commit is contained in:
Oliver Kurz 2018-08-10 17:20:29 +00:00 committed by Git OBS Bridge
parent 89b8fddab6
commit 162790114e
7 changed files with 156 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Fri Aug 10 15:29:12 UTC 2018 - coolo@suse.com
- Update to version 4.6.1533914931.14b73490:
* Use the transaction to check if it's empty (and avoid warnings)
* Upload: Keep the transaction around
* Calculate blocked_by status of restarted jobs
* Remove systemd dependencies on scheduler
* Fix usage of $blocked in test results template (#1740)
* Make limit for keeping untracked assets configurable
* Test inheritance and overriding of job/parent group properties
* Read default job/parent group properties for cleanup from settings
* Update openQA documentation regarding serial failures detection
* Make UEFI_PFLASH_VARS non critical on local workers
* Print autoinst-log.txt after Travis testrun
* Fix full-stack.t
* Adapt test of group overview JSON route for parent comments
* Test tagging on parent group level
* Test commenting on parent group level
* Allow pinned comments on parent group overview
* Support commenting on parent-group level
* Test overrides for job settings passed to clone job script
* Reduce indentation in clone_job_apply_settings
* Require at least IO Socket SSL 2.009
* Pass worker setting WORKER_HOSTNAME to web UI
* Add tests for comments carryover if module contains bugref in details
* developer mode: Don't show same error twice
* Unify disable_bootstrap_animations and disable_bootstrap_fade_animation
* Carry comment over if test suite failed with same serial failure
* developer mode: Show flash messages on errors
* Test processing state changes from os-autoinst
* Consider fullpath as a valid asset
* Minor refactor for clone_job.pl and add unit test
* Add global settings support for clone job
* Treat UEFI_PFLASH_VARS as non critical asset
* Change striped name from IPA results
* Remove debug leftover
* Highlight blocked jobs with orange colour
* Do not hide scheduled jobs if blocked
* Calculate blocked by jobs on creation in job resultset
* Release vlan networks only if other jobs in the same cluster aren't running anymore
* Disable worker shuffling in 05-scheduler-* tests
* Add scheduler function to disable worker shuffling during computation
* Adapt job_grab tests
* Adapt scheduler fullstack test to latest changes
* Follow the rename of get_websocket_api_version
* blocked_by calculation: Don't block on self
* Fix timer reset on quit
* Calculate blocked_by state later in the process
* Reset the scheduler tick if not summoned
* Simply scheduler logic - but a lot
* Fix blocked_by for chained parallel jobs
* Disable pp in IPC - a little too noisy on allocating
* Filtering for scheduler
* Prepare a hash of jobs
* Select all scheduled jobs and filter them for free workers
* Remove BUSY_BACKOFF and CONGESTION_CONTROL
* Remove CAPTURE_LOOP_AVOIDANCE option
* Remove OPENQA_SCHEDULER_FIND_JOB_ATTEMPTS option
* Add UEFI_PFLASH_VARS to detect_asset_keys
* Mark all restarted (cluster) jobs in UI
* Add IPA format to OpenQA Parser
* Improve logging in LiveViewHandler
* Assign os-autoinst tx not before actually connected
* Ignore 'Data frame received after close' for now
* Extend unit tests for live view handler
* Refactor LiveViewHandler
* devel mode: Prevent endless, instant reconnects on error
* Mention how to actually enable openqa-ssl.conf under openSUSE
* Use wss protocol for websocket connection when page loaded via https
* Fix javascript errors on running.js (#1719)
* Update README.md
-------------------------------------------------------------------
Tue Jul 10 13:39:38 UTC 2018 - coolo@suse.com

View File

@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 4.6.1531161673.f7fc21dd
Version: 4.6.1533914931.14b73490
Release: 0
Summary: Test package for openQA
License: GPL-2.0+

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Fri Aug 10 15:29:12 UTC 2018 - coolo@suse.com
- Update to version 4.6.1533914931.14b73490:
* Use the transaction to check if it's empty (and avoid warnings)
* Upload: Keep the transaction around
* Calculate blocked_by status of restarted jobs
* Remove systemd dependencies on scheduler
* Fix usage of $blocked in test results template (#1740)
* Make limit for keeping untracked assets configurable
* Test inheritance and overriding of job/parent group properties
* Read default job/parent group properties for cleanup from settings
* Update openQA documentation regarding serial failures detection
* Make UEFI_PFLASH_VARS non critical on local workers
* Print autoinst-log.txt after Travis testrun
* Fix full-stack.t
* Adapt test of group overview JSON route for parent comments
* Test tagging on parent group level
* Test commenting on parent group level
* Allow pinned comments on parent group overview
* Support commenting on parent-group level
* Test overrides for job settings passed to clone job script
* Reduce indentation in clone_job_apply_settings
* Require at least IO Socket SSL 2.009
* Pass worker setting WORKER_HOSTNAME to web UI
* Add tests for comments carryover if module contains bugref in details
* developer mode: Don't show same error twice
* Unify disable_bootstrap_animations and disable_bootstrap_fade_animation
* Carry comment over if test suite failed with same serial failure
* developer mode: Show flash messages on errors
* Test processing state changes from os-autoinst
* Consider fullpath as a valid asset
* Minor refactor for clone_job.pl and add unit test
* Add global settings support for clone job
* Treat UEFI_PFLASH_VARS as non critical asset
* Change striped name from IPA results
* Remove debug leftover
* Highlight blocked jobs with orange colour
* Do not hide scheduled jobs if blocked
* Calculate blocked by jobs on creation in job resultset
* Release vlan networks only if other jobs in the same cluster aren't running anymore
* Disable worker shuffling in 05-scheduler-* tests
* Add scheduler function to disable worker shuffling during computation
* Adapt job_grab tests
* Adapt scheduler fullstack test to latest changes
* Follow the rename of get_websocket_api_version
* blocked_by calculation: Don't block on self
* Fix timer reset on quit
* Calculate blocked_by state later in the process
* Reset the scheduler tick if not summoned
* Simply scheduler logic - but a lot
* Fix blocked_by for chained parallel jobs
* Disable pp in IPC - a little too noisy on allocating
* Filtering for scheduler
* Prepare a hash of jobs
* Select all scheduled jobs and filter them for free workers
* Remove BUSY_BACKOFF and CONGESTION_CONTROL
* Remove CAPTURE_LOOP_AVOIDANCE option
* Remove OPENQA_SCHEDULER_FIND_JOB_ATTEMPTS option
* Add UEFI_PFLASH_VARS to detect_asset_keys
* Mark all restarted (cluster) jobs in UI
* Add IPA format to OpenQA Parser
* Improve logging in LiveViewHandler
* Assign os-autoinst tx not before actually connected
* Ignore 'Data frame received after close' for now
* Extend unit tests for live view handler
* Refactor LiveViewHandler
* devel mode: Prevent endless, instant reconnects on error
* Mention how to actually enable openqa-ssl.conf under openSUSE
* Use wss protocol for websocket connection when page loaded via https
* Fix javascript errors on running.js (#1719)
* Update README.md
-------------------------------------------------------------------
Tue Jul 10 13:39:38 UTC 2018 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1531161673.f7fc21dd
mtime: 1531161673
commit: f7fc21dd05875ad39857e36f4650ec13c086bde6
version: 4.6.1533914931.14b73490
mtime: 1533914931
commit: 14b7349010407f7ae048cd8affed46fa062114f3

View File

@ -36,7 +36,7 @@
# runtime requirements that also the testsuite needs
%define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg)
Name: openQA
Version: 4.6.1531161673.f7fc21dd
Version: 4.6.1533914931.14b73490
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0+
@ -162,6 +162,7 @@ Requires: perl(Config::IniFiles)
Requires: perl(Cpanel::JSON::XS)
Requires: perl(Data::Dump)
Requires: perl(Getopt::Long)
Requires: perl(IO::Socket::SSL) >= 2.009
Requires: perl(Mojolicious)
%description client
@ -319,7 +320,7 @@ fi
%preun local-db
%service_del_preun openqa-setup-db.service
%postun local-db
%postun local-db
%service_del_postun openqa-setup-db.service
%files