SHA256
1
0
forked from pool/openQA

Accepting request 658981 from devel:openQA:tested

Update to 4.6.1545054233.21210ce3
4.6.1545054233.21210ce3

OBS-URL: https://build.opensuse.org/request/show/658981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2018-12-18 13:59:45 +00:00 committed by Git OBS Bridge
commit 9e6d16bfd0
7 changed files with 59 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Dec 17 13:44:07 UTC 2018 - coolo@suse.com
- Update to version 4.6.1545054233.21210ce3:
* Use a fixed version of perltidy
* Prevent 'Summary of HASH(...)' if multiple distris/versions specified
* .travis.yml: Delete not necessary stage overrides
* docs: Make commands to call more prominent with backticks
* Makefile: Delete unused target docker-test-travis
* Do not set the MOJO_LOG_LEVEL environment variable by default for more granular logging
* Reformat everything for the latest version of perltidy
* Support filtering by test in group overview again
* worker: Validate job sent by web UI "job_grab"
* Use localized signal handling instead of global sigtrap for modules
* Set transaction isolation level for asset cleanup accordingly
* asset cleanup: Check whether $res_max_job is set before comparing
* Fix copyright year
* Add license to new module
* Move memory limit handling into a plugin
* Move all global events to OpenQA::Events
* Add OpenQA::Events module to replace random events being added to Mojo classes
* Improve documentation for schedule control
* Extend and improve asset documentation
* Don't treat UEFI_PFLASH_VARS as asset if path is absolute
-------------------------------------------------------------------
Thu Dec 13 05:40:52 UTC 2018 - coolo@suse.com

View File

@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 4.6.1544609268.19a4cf68
Version: 4.6.1545054233.21210ce3
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Dec 17 13:44:07 UTC 2018 - coolo@suse.com
- Update to version 4.6.1545054233.21210ce3:
* Use a fixed version of perltidy
* Prevent 'Summary of HASH(...)' if multiple distris/versions specified
* .travis.yml: Delete not necessary stage overrides
* docs: Make commands to call more prominent with backticks
* Makefile: Delete unused target docker-test-travis
* Do not set the MOJO_LOG_LEVEL environment variable by default for more granular logging
* Reformat everything for the latest version of perltidy
* Support filtering by test in group overview again
* worker: Validate job sent by web UI "job_grab"
* Use localized signal handling instead of global sigtrap for modules
* Set transaction isolation level for asset cleanup accordingly
* asset cleanup: Check whether $res_max_job is set before comparing
* Fix copyright year
* Add license to new module
* Move memory limit handling into a plugin
* Move all global events to OpenQA::Events
* Add OpenQA::Events module to replace random events being added to Mojo classes
* Improve documentation for schedule control
* Extend and improve asset documentation
* Don't treat UEFI_PFLASH_VARS as asset if path is absolute
-------------------------------------------------------------------
Thu Dec 13 05:40:52 UTC 2018 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1544609268.19a4cf68
mtime: 1544609268
commit: 19a4cf68e0e56f028a67e395661b7bb19b8e14aa
version: 4.6.1545054233.21210ce3
mtime: 1545054233
commit: 21210ce3668829feae888cb82d6cacbe599c4f05

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) perl(Mojo::SQLite) perl(Minion::Backend::SQLite)
Name: openQA
Version: 4.6.1544609268.19a4cf68
Version: 4.6.1545054233.21210ce3
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
@ -221,7 +221,7 @@ rm -rf %{buildroot}/DB
export LC_ALL=en_US.UTF-8
./t/test_postgresql %{buildroot}/DB
export TEST_PG="DBI:Pg:dbname=openqa_test;host=%{buildroot}/DB"
MOJO_LOG_LEVEL=debug OBS_RUN=1 prove -rv || true
OBS_RUN=1 prove -rv || true
pg_ctl -D %{buildroot}/DB stop
rm -rf %{buildroot}/DB
%endif