forked from pool/openQA
Offline generation of 4.6.1562766814.1cc1cc85
4.6.1562766814.1cc1cc85 4.6.1562766814.1cc1cc85 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=240
This commit is contained in:
@@ -34,6 +34,9 @@ RUN zypper in -y -C \
|
|||||||
qemu-kvm \
|
qemu-kvm \
|
||||||
tar \
|
tar \
|
||||||
optipng \
|
optipng \
|
||||||
|
python3-base \
|
||||||
|
python3-requests \
|
||||||
|
python3-future \
|
||||||
sqlite3 \
|
sqlite3 \
|
||||||
postgresql-server \
|
postgresql-server \
|
||||||
which \
|
which \
|
||||||
@@ -83,6 +86,7 @@ RUN zypper in -y -C \
|
|||||||
'perl(LWP::Protocol::https)' \
|
'perl(LWP::Protocol::https)' \
|
||||||
'perl(Minion)' \
|
'perl(Minion)' \
|
||||||
'perl(Module::CPANfile)' \
|
'perl(Module::CPANfile)' \
|
||||||
|
'perl(Module::Pluggable)' \
|
||||||
'perl(Mojo::IOLoop::ReadWriteProcess)' \
|
'perl(Mojo::IOLoop::ReadWriteProcess)' \
|
||||||
'perl(Mojo::Pg)' \
|
'perl(Mojo::Pg)' \
|
||||||
'perl(Mojo::RabbitMQ::Client)' \
|
'perl(Mojo::RabbitMQ::Client)' \
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7b212d2a55d6899489df1b12a59692ef528501aa8b5222affc51748a26d21707
|
|
||||||
size 9718285
|
|
3
openQA-4.6.1562766814.1cc1cc85.obscpio
Normal file
3
openQA-4.6.1562766814.1cc1cc85.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3703dfc360af6c84dd15935d55eabd0c86fce0249137c815c2974abdb88fc2de
|
||||||
|
size 9740301
|
@@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 10 14:35:13 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1562766814.1cc1cc85:
|
||||||
|
* Make log messages of worker tests less verbose
|
||||||
|
* generate-documentation: Fix wrong script path introduced by 81df2fd
|
||||||
|
* docs: Fix quotes and apostrophes for asciidoctor/github style
|
||||||
|
* .travis.yml: Workaround flaky tests with 'travis_test'
|
||||||
|
* Test kvm module, only if it is not built-in
|
||||||
|
* Make containers non-x86 archs friendly and update to leap 15.1
|
||||||
|
* Remove another useless prototype and an unused function from OpenQA::Utils
|
||||||
|
* Remove obsolete prototypes
|
||||||
|
* Polish worker code
|
||||||
|
* travis_test: Fix typo in 'python3-future'
|
||||||
|
* Explicitly specify perl module 'Module::Pluggable' to fix warning
|
||||||
|
* openqa-clone-job: Improve handling --from parameter
|
||||||
|
* README: Clarify how releases are made
|
||||||
|
* Adjust testrules.yml to changed worker tests
|
||||||
|
* Post upload progress after ignoring known images
|
||||||
|
* Remove dead code for handling known images
|
||||||
|
* Improve formatting of comments for WebUIConnection attributes
|
||||||
|
* Remove leftovers from interactive mode
|
||||||
|
* Fix reporting number of images to send to liveview handler
|
||||||
|
* Allow stopping worker during job setup
|
||||||
|
* Rename OpenQA::Worker::Client to OpenQA::Worker::WebUIConnection
|
||||||
|
* Improve use of attributes in worker code
|
||||||
|
* Log specific message if ignoring job while already busy
|
||||||
|
* Enable verbose option in compile check
|
||||||
|
* Restructure worker
|
||||||
|
* travis_test: Add dependencies for 'python-scripts'
|
||||||
|
* Add YAML diff to jobtemplate_create events
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 06 18:34:37 UTC 2019 - coolo@suse.com
|
Sat Jul 06 18:34:37 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.1562333920.03805636
|
Version: 4.6.1562766814.1cc1cc85
|
||||||
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,41 +1,32 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 06 18:34:37 UTC 2019 - coolo@suse.com
|
Wed Jul 10 14:35:13 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
- Update to version 4.6.1562333920.03805636:
|
- Update to version 4.6.1562766814.1cc1cc85:
|
||||||
* openqa-bootstrap-container: Fix package list passed as single string
|
* Make log messages of worker tests less verbose
|
||||||
* Add Text::Diff dependency to spec and Dockerfile
|
* generate-documentation: Fix wrong script path introduced by 81df2fd
|
||||||
* Fix handling of unknown workers in the websocket server
|
* docs: Fix quotes and apostrophes for asciidoctor/github style
|
||||||
* Activate strictures in tests as soon as possible
|
* .travis.yml: Workaround flaky tests with 'travis_test'
|
||||||
* openqa-clone-job: Add support for full test URLs
|
* Test kvm module, only if it is not built-in
|
||||||
* tidy: Apply to all regular perl modules and scripts
|
* Make containers non-x86 archs friendly and update to leap 15.1
|
||||||
* worker: Improve log messages, e.g. avoid contractions
|
* Remove another useless prototype and an unused function from OpenQA::Utils
|
||||||
* worker: Do not use bare returns
|
* Remove obsolete prototypes
|
||||||
* docs: Point to wrapper client-script for shorter path
|
* Polish worker code
|
||||||
* docs: Replace the confusing table of triplets with a simple scenario list
|
* travis_test: Fix typo in 'python3-future'
|
||||||
* docs: Revamp the "job templates" section
|
* Explicitly specify perl module 'Module::Pluggable' to fix warning
|
||||||
* docs: Combine "asset cleanup" with "asset handling"
|
* openqa-clone-job: Improve handling --from parameter
|
||||||
* docs: Stress older versions of Leap less
|
* README: Clarify how releases are made
|
||||||
* docs: Better classify the different installation methods
|
* Adjust testrules.yml to changed worker tests
|
||||||
* docs: Clarify job groups display on index page
|
* Post upload progress after ignoring known images
|
||||||
* docs: Ensure "Installation & Users guide" are prominently featured in "Getting Started"
|
* Remove dead code for handling known images
|
||||||
* docs: Include all feature descriptions from wiki
|
* Improve formatting of comments for WebUIConnection attributes
|
||||||
* docs: Also explain "medium types" directly in the glossary
|
* Remove leftovers from interactive mode
|
||||||
* Delete unused helper "limit_previous_link"
|
* Fix reporting number of images to send to liveview handler
|
||||||
* t: Fix warning in full-stack.t
|
* Allow stopping worker during job setup
|
||||||
* t: Output isotovideo log files in case of incomplete jobs within the full stack test
|
* Rename OpenQA::Worker::Client to OpenQA::Worker::WebUIConnection
|
||||||
* t: Delete superfluous setting delete
|
* Improve use of attributes in worker code
|
||||||
* docs: Add hint how to get coverage for individual tests
|
* Log specific message if ignoring job while already busy
|
||||||
* Do not trigger test cleanup code from forked processes
|
* Enable verbose option in compile check
|
||||||
* Always use spaces in CodeMirror editor
|
* Restructure worker
|
||||||
* fetchneedles: Go back to old, quiet mode
|
* travis_test: Add dependencies for 'python-scripts'
|
||||||
* t: Fix warning in full-stack.t
|
* Add YAML diff to jobtemplate_create events
|
||||||
* t: Delete superfluous setting delete
|
|
||||||
* docs: Add hint how to get coverage for individual tests
|
|
||||||
* Move 'create_worker' method to single place where used
|
|
||||||
* client: Prevent warnings when receiving no HTML status code at all
|
|
||||||
* Add package self-test for worker as well
|
|
||||||
* Add make target "test-with-database" for easier test database setup
|
|
||||||
* t: Fix typo in testrules.yml
|
|
||||||
* Makefile: Use explicit target name for non-travis specifics
|
|
||||||
* Lock test suites in YAML-based groups for manual updates and deletion
|
|
||||||
|
|
||||||
|
@@ -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.1562333920.03805636
|
Version: 4.6.1562766814.1cc1cc85
|
||||||
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,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 10 14:35:13 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1562766814.1cc1cc85:
|
||||||
|
* Make log messages of worker tests less verbose
|
||||||
|
* generate-documentation: Fix wrong script path introduced by 81df2fd
|
||||||
|
* docs: Fix quotes and apostrophes for asciidoctor/github style
|
||||||
|
* .travis.yml: Workaround flaky tests with 'travis_test'
|
||||||
|
* Test kvm module, only if it is not built-in
|
||||||
|
* Make containers non-x86 archs friendly and update to leap 15.1
|
||||||
|
* Remove another useless prototype and an unused function from OpenQA::Utils
|
||||||
|
* Remove obsolete prototypes
|
||||||
|
* Polish worker code
|
||||||
|
* travis_test: Fix typo in 'python3-future'
|
||||||
|
* Explicitly specify perl module 'Module::Pluggable' to fix warning
|
||||||
|
* openqa-clone-job: Improve handling --from parameter
|
||||||
|
* README: Clarify how releases are made
|
||||||
|
* Adjust testrules.yml to changed worker tests
|
||||||
|
* Post upload progress after ignoring known images
|
||||||
|
* Remove dead code for handling known images
|
||||||
|
* Improve formatting of comments for WebUIConnection attributes
|
||||||
|
* Remove leftovers from interactive mode
|
||||||
|
* Fix reporting number of images to send to liveview handler
|
||||||
|
* Allow stopping worker during job setup
|
||||||
|
* Rename OpenQA::Worker::Client to OpenQA::Worker::WebUIConnection
|
||||||
|
* Improve use of attributes in worker code
|
||||||
|
* Log specific message if ignoring job while already busy
|
||||||
|
* Enable verbose option in compile check
|
||||||
|
* Restructure worker
|
||||||
|
* travis_test: Add dependencies for 'python-scripts'
|
||||||
|
* Add YAML diff to jobtemplate_create events
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 06 18:34:37 UTC 2019 - coolo@suse.com
|
Sat Jul 06 18:34:37 UTC 2019 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
name: openQA
|
name: openQA
|
||||||
version: 4.6.1562333920.03805636
|
version: 4.6.1562766814.1cc1cc85
|
||||||
mtime: 1562333920
|
mtime: 1562766814
|
||||||
commit: 03805636f7abec341d00c7d14825064f68c6bf51
|
commit: 1cc1cc858abc2f96d82e4e3200af926131528e36
|
||||||
|
|
||||||
|
@@ -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::DeploymentHandler) 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::Diff) perl(Text::Markdown) 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)
|
%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::DeploymentHandler) %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(Module::Pluggable) perl(Text::Diff) perl(Text::Markdown) 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.1562333920.03805636
|
Version: 4.6.1562766814.1cc1cc85
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user