forked from pool/openQA
Accepting request 681090 from devel:openQA:tested
Update to 4.6.1551454083.e27d66d8 4.6.1551454083.e27d66d8 OBS-URL: https://build.opensuse.org/request/show/681090 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=56
This commit is contained in:
commit
d4264ac106
@ -90,6 +90,8 @@ RUN zypper in -y -C \
|
|||||||
'perl(Mojolicious)' \
|
'perl(Mojolicious)' \
|
||||||
'perl(Mojolicious::Plugin::AssetPack)' \
|
'perl(Mojolicious::Plugin::AssetPack)' \
|
||||||
'perl(Mojolicious::Plugin::RenderFile)' \
|
'perl(Mojolicious::Plugin::RenderFile)' \
|
||||||
|
'perl(JSON::Validator)' \
|
||||||
|
'perl(YAML::XS)' \
|
||||||
'perl(Net::DBus)' \
|
'perl(Net::DBus)' \
|
||||||
'perl(Net::OpenID::Consumer)' \
|
'perl(Net::OpenID::Consumer)' \
|
||||||
'perl(Net::SNMP)' \
|
'perl(Net::SNMP)' \
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61236063c2fdce1893925fae6e4c32f5c54e3c208b61fad7bb5bb611a6f23230
|
|
||||||
size 8886797
|
|
3
openQA-4.6.1551454083.e27d66d8.obscpio
Normal file
3
openQA-4.6.1551454083.e27d66d8.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cea41c1d104df408e1fe249b543fdad02efbfdcb102e0e8487ba83b06047360a
|
||||||
|
size 8877581
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 02 17:37:11 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1551454083.e27d66d8:
|
||||||
|
* Extend apparmor profile for all Git commands we use
|
||||||
|
* Correct limit_assets task arguments
|
||||||
|
* Allow test vars for openqa-clone-custom-git-refs…
|
||||||
|
* Fix updating needle Git repository
|
||||||
|
* Fix uniform box widths of dependency graph in current Firefox
|
||||||
|
* Move JSON::Validator and YAML::XS to t_requires
|
||||||
|
* Drop the `cpanfile` changes
|
||||||
|
* Add YAML::XS and JSON::Validator dependencies
|
||||||
|
* worker: Skip announcing stop if isotovideo already exited
|
||||||
|
* worker: Fix "final status update"
|
||||||
|
* worker: Refactor _stop_job_kill_and_upload
|
||||||
|
* worker: Remove extra handling for dead children
|
||||||
|
* worker: Make API calls when stopping job non-critical
|
||||||
|
* worker: Treat upload failures as API failures
|
||||||
|
* Raise an exception if deploying the SQLite database fails and handle an existing database more gracefully
|
||||||
|
* Do not reset the job queue every time the cache service is restarted
|
||||||
|
* Test cache service migrations
|
||||||
|
* Use Mojo::SQLite migrations to handle schema upgrades in the cache service gracefully
|
||||||
|
* Remove unused imports and IPC objects
|
||||||
|
* Remove the resource allocator
|
||||||
|
* Move barrier handling out of the resource allocator
|
||||||
|
* Move mutex handling out of the resource allocator
|
||||||
|
* Remove first dbus method and use OpenQA::Schema directly
|
||||||
|
* Declare the DBIx::Class dependency properly
|
||||||
|
* Move OpenQA::Resource::Jobs handling from the resource allocator to the webapi
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 26 21:22:42 UTC 2019 - coolo@suse.com
|
Tue Feb 26 21:22:42 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name openQA
|
%define short_name openQA
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1551101052.7f891940
|
Version: 4.6.1551454083.e27d66d8
|
||||||
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
|
||||||
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 02 17:37:11 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1551454083.e27d66d8:
|
||||||
|
* Extend apparmor profile for all Git commands we use
|
||||||
|
* Correct limit_assets task arguments
|
||||||
|
* Allow test vars for openqa-clone-custom-git-refs…
|
||||||
|
* Fix updating needle Git repository
|
||||||
|
* Fix uniform box widths of dependency graph in current Firefox
|
||||||
|
* Move JSON::Validator and YAML::XS to t_requires
|
||||||
|
* Drop the `cpanfile` changes
|
||||||
|
* Add YAML::XS and JSON::Validator dependencies
|
||||||
|
* worker: Skip announcing stop if isotovideo already exited
|
||||||
|
* worker: Fix "final status update"
|
||||||
|
* worker: Refactor _stop_job_kill_and_upload
|
||||||
|
* worker: Remove extra handling for dead children
|
||||||
|
* worker: Make API calls when stopping job non-critical
|
||||||
|
* worker: Treat upload failures as API failures
|
||||||
|
* Raise an exception if deploying the SQLite database fails and handle an existing database more gracefully
|
||||||
|
* Do not reset the job queue every time the cache service is restarted
|
||||||
|
* Test cache service migrations
|
||||||
|
* Use Mojo::SQLite migrations to handle schema upgrades in the cache service gracefully
|
||||||
|
* Remove unused imports and IPC objects
|
||||||
|
* Remove the resource allocator
|
||||||
|
* Move barrier handling out of the resource allocator
|
||||||
|
* Move mutex handling out of the resource allocator
|
||||||
|
* Remove first dbus method and use OpenQA::Schema directly
|
||||||
|
* Declare the DBIx::Class dependency properly
|
||||||
|
* Move OpenQA::Resource::Jobs handling from the resource allocator to the webapi
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 26 21:22:42 UTC 2019 - coolo@suse.com
|
Tue Feb 26 21:22:42 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: openQA
|
name: openQA
|
||||||
version: 4.6.1551101052.7f891940
|
version: 4.6.1551454083.e27d66d8
|
||||||
mtime: 1551101052
|
mtime: 1551454083
|
||||||
commit: 7f89194007becda7b28bc8c69cab4e1230737390
|
commit: e27d66d8146d654bcd2d50bad10692b33d82d53e
|
||||||
|
|
||||||
|
11
openQA.spec
11
openQA.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# can't use linebreaks here!
|
# can't use linebreaks here!
|
||||||
%define openqa_services openqa-webui.service openqa-gru.service openqa-websockets.service openqa-scheduler.service openqa-resource-allocator.service
|
%define openqa_services openqa-webui.service openqa-gru.service openqa-websockets.service openqa-scheduler.service
|
||||||
%define openqa_worker_services openqa-worker.target openqa-slirpvde.service openqa-vde_switch.service openqa-worker-cacheservice.service openqa-worker-cacheservice-minion.service
|
%define openqa_worker_services openqa-worker.target openqa-slirpvde.service openqa-vde_switch.service openqa-worker-cacheservice.service openqa-worker-cacheservice-minion.service
|
||||||
%if %{undefined tmpfiles_create}
|
%if %{undefined tmpfiles_create}
|
||||||
%define tmpfiles_create() \
|
%define tmpfiles_create() \
|
||||||
@ -34,9 +34,9 @@
|
|||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
%endif
|
%endif
|
||||||
# runtime requirements that also the testsuite needs
|
# 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)
|
%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(JSON::Validator) perl(YAML::XS) 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
|
Name: openQA
|
||||||
Version: 4.6.1551101052.7f891940
|
Version: 4.6.1551454083.e27d66d8
|
||||||
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
|
||||||
@ -255,7 +255,7 @@ grep -rl %{_bindir}/env . | while read file; do
|
|||||||
sed -e 's,%{_bindir}/env perl,%{_bindir}/perl,' -i $file
|
sed -e 's,%{_bindir}/env perl,%{_bindir}/perl,' -i $file
|
||||||
done
|
done
|
||||||
mkdir -p %{buildroot}%{_sbindir}
|
mkdir -p %{buildroot}%{_sbindir}
|
||||||
for i in webui gru worker resource-allocator scheduler websockets slirpvde vde_switch livehandler; do
|
for i in webui gru worker scheduler websockets slirpvde vde_switch livehandler; do
|
||||||
ln -s ../sbin/service %{buildroot}%{_sbindir}/rcopenqa-$i
|
ln -s ../sbin/service %{buildroot}%{_sbindir}/rcopenqa-$i
|
||||||
done
|
done
|
||||||
#
|
#
|
||||||
@ -356,7 +356,6 @@ fi
|
|||||||
%doc README.asciidoc
|
%doc README.asciidoc
|
||||||
%{_sbindir}/rcopenqa-gru
|
%{_sbindir}/rcopenqa-gru
|
||||||
%{_sbindir}/rcopenqa-scheduler
|
%{_sbindir}/rcopenqa-scheduler
|
||||||
%{_sbindir}/rcopenqa-resource-allocator
|
|
||||||
%{_sbindir}/rcopenqa-websockets
|
%{_sbindir}/rcopenqa-websockets
|
||||||
%{_sbindir}/rcopenqa-webui
|
%{_sbindir}/rcopenqa-webui
|
||||||
%{_sbindir}/rcopenqa-livehandler
|
%{_sbindir}/rcopenqa-livehandler
|
||||||
@ -385,7 +384,6 @@ fi
|
|||||||
%{_unitdir}/openqa-livehandler.service
|
%{_unitdir}/openqa-livehandler.service
|
||||||
%{_unitdir}/openqa-gru.service
|
%{_unitdir}/openqa-gru.service
|
||||||
%{_unitdir}/openqa-scheduler.service
|
%{_unitdir}/openqa-scheduler.service
|
||||||
%{_unitdir}/openqa-resource-allocator.service
|
|
||||||
%{_unitdir}/openqa-websockets.service
|
%{_unitdir}/openqa-websockets.service
|
||||||
# web libs
|
# web libs
|
||||||
%dir %{_datadir}/openqa
|
%dir %{_datadir}/openqa
|
||||||
@ -400,7 +398,6 @@ fi
|
|||||||
%{_datadir}/openqa/script/initdb
|
%{_datadir}/openqa/script/initdb
|
||||||
%{_datadir}/openqa/script/openqa
|
%{_datadir}/openqa/script/openqa
|
||||||
%{_datadir}/openqa/script/openqa-scheduler
|
%{_datadir}/openqa/script/openqa-scheduler
|
||||||
%{_datadir}/openqa/script/openqa-resource-allocator
|
|
||||||
%{_datadir}/openqa/script/openqa-websockets
|
%{_datadir}/openqa/script/openqa-websockets
|
||||||
%{_datadir}/openqa/script/openqa-livehandler
|
%{_datadir}/openqa/script/openqa-livehandler
|
||||||
%{_datadir}/openqa/script/upgradedb
|
%{_datadir}/openqa/script/upgradedb
|
||||||
|
Loading…
Reference in New Issue
Block a user