From 162790114e1b4284d1c5797d8ddb2d38efe18d52c3ac4d6b85c508232d83d778 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Fri, 10 Aug 2018 17:20:29 +0000 Subject: [PATCH] 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 --- openQA-4.6.1531161673.f7fc21dd.obscpio | 3 -- openQA-4.6.1533914931.14b73490.obscpio | 3 ++ openQA-test.changes | 73 ++++++++++++++++++++++++++ openQA-test.spec | 2 +- openQA.changes | 73 ++++++++++++++++++++++++++ openQA.obsinfo | 6 +-- openQA.spec | 5 +- 7 files changed, 156 insertions(+), 9 deletions(-) delete mode 100644 openQA-4.6.1531161673.f7fc21dd.obscpio create mode 100644 openQA-4.6.1533914931.14b73490.obscpio diff --git a/openQA-4.6.1531161673.f7fc21dd.obscpio b/openQA-4.6.1531161673.f7fc21dd.obscpio deleted file mode 100644 index 3407c48..0000000 --- a/openQA-4.6.1531161673.f7fc21dd.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a054f72b50c96cc4b58fcf3243b42a2f8022451c8a380d531a18b9663f73e09c -size 9077261 diff --git a/openQA-4.6.1533914931.14b73490.obscpio b/openQA-4.6.1533914931.14b73490.obscpio new file mode 100644 index 0000000..42cc296 --- /dev/null +++ b/openQA-4.6.1533914931.14b73490.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8199978fbd74d744d981f907ba2626e8bea53487d714c8496679a62251272495 +size 9234957 diff --git a/openQA-test.changes b/openQA-test.changes index c78fc68..2ec6b81 100644 --- a/openQA-test.changes +++ b/openQA-test.changes @@ -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 diff --git a/openQA-test.spec b/openQA-test.spec index ab6910a..73886cb 100644 --- a/openQA-test.spec +++ b/openQA-test.spec @@ -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+ diff --git a/openQA.changes b/openQA.changes index 8dd9260..453ce1f 100644 --- a/openQA.changes +++ b/openQA.changes @@ -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 diff --git a/openQA.obsinfo b/openQA.obsinfo index f65e672..4d0f6b5 100644 --- a/openQA.obsinfo +++ b/openQA.obsinfo @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1531161673.f7fc21dd -mtime: 1531161673 -commit: f7fc21dd05875ad39857e36f4650ec13c086bde6 +version: 4.6.1533914931.14b73490 +mtime: 1533914931 +commit: 14b7349010407f7ae048cd8affed46fa062114f3 diff --git a/openQA.spec b/openQA.spec index e5bed26..7efe8f3 100644 --- a/openQA.spec +++ b/openQA.spec @@ -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