forked from pool/openQA
Offline generation of 4.6.1634844038.99a1a2378
4.6.1634844038.99a1a2378 4.6.1634844038.99a1a2378 4.6.1634844038.99a1a2378 4.6.1634844038.99a1a2378 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=698
This commit is contained in:
parent
f2f4ecdfe6
commit
d566ee0559
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f40d1ef0a0ebfd7659de5db64c5391a6eb01a0aeb5d952861f7cb1e00d80c14
|
||||
size 12970509
|
3
openQA-4.6.1634844038.99a1a2378.obscpio
Normal file
3
openQA-4.6.1634844038.99a1a2378.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e2d5786b40c98d10b1863315d97c39b11808720b6ab58a58bf05b55c4941afe
|
||||
size 12981773
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1634301296.a0543cf54
|
||||
Version: 4.6.1634844038.99a1a2378
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1634301296.a0543cf54
|
||||
Version: 4.6.1634844038.99a1a2378
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1634301296.a0543cf54
|
||||
Version: 4.6.1634844038.99a1a2378
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-worker
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1634301296.a0543cf54
|
||||
Version: 4.6.1634844038.99a1a2378
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 21 19:20:47 UTC 2021 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1634844038.99a1a2378:
|
||||
* Make text results rendering unified with other
|
||||
* Add error handling when updating 'force_result' label comments
|
||||
* t: Prevent aborting the complete test run when interactively debugging
|
||||
* Elaborate on local adjustment of apparmor profiles
|
||||
* t: Mark statements as uncoverable in WebUIConnection.pm
|
||||
* Tidy up Helpers.pm to satisfy CircleCI
|
||||
* Restart the job which incomplete with a known QEMU terminated issue
|
||||
* Override job incomplete reason when fail to allocate memory
|
||||
* Prevent creation of comments with invalid "force_result" command
|
||||
* Makefile: Use many more retries for unstable full-stack.t
|
||||
* Add missing dependency for python-scripts
|
||||
* Use 'backoff' style delay for AMQP publishing attempts
|
||||
* Change test to reflect changes in UI
|
||||
* Make sections clickable for "sort by group" view
|
||||
* Make progress bar sections clickable for children
|
||||
* Add links to overview in progress bar segments for builds
|
||||
* Add a retry delay for publishing AMQP events
|
||||
* Add retry for publishing AMQP events
|
||||
* Streamline error handling when publishing AMQP event
|
||||
* Simplify AMQP plugin code
|
||||
* Avoid escaping issues when making AMQP URL by using `Mojo::URL`
|
||||
* t: Provide more fitting error feedback scope in api/09-comments.t
|
||||
* t: Use signatures in api/09-comments.t
|
||||
* Immediately prevent writing invalid comments with "force_result"
|
||||
* Add configurable regex match rule for "force_result" labels
|
||||
* Ensure force_result is only accepted when being part of the label string
|
||||
* t: Add test for 'job_update_result' event
|
||||
* Prevent deletion of 'force_result' label comments
|
||||
* Add possibility to override the job result with special comments
|
||||
* templates: Add force_result label help text
|
||||
* templates: Replace obsolete wiki reference labels
|
||||
* docs: Add force_result label description
|
||||
* OpenQA::Schema::Result::Comments: Use signatures
|
||||
* OpenQA::WebAPI::Controller::API::V1::Comment: Simplify
|
||||
* OpenQA::WebAPI::Controller::API::V1::Comment: Use signatures
|
||||
* CI: Try to continue on spurious zypper refresh problems
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 17 08:03:23 UTC 2021 - okurz@suse.com
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1634301296.a0543cf54
|
||||
mtime: 1634301296
|
||||
commit: a0543cf54504ce616661abc031fadf62b2bf695d
|
||||
|
||||
version: 4.6.1634844038.99a1a2378
|
||||
mtime: 1634844038
|
||||
commit: 99a1a23789fd932d9cafc540c4f9cabdc2db579f
|
||||
|
@ -42,7 +42,7 @@
|
||||
%endif
|
||||
# runtime requirements that also the testsuite needs
|
||||
%if %{with python_scripts}
|
||||
%define python_scripts_requires python3-base python3-requests python3-future
|
||||
%define python_scripts_requires python3-base python3-requests python3-future openQA-client
|
||||
%else
|
||||
%define python_scripts_requires %{nil}
|
||||
%endif
|
||||
@ -76,7 +76,7 @@
|
||||
%define devel_requires %devel_no_selenium_requires chromedriver
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1634301296.a0543cf54
|
||||
Version: 4.6.1634844038.99a1a2378
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user