Update to 5.1764349525.ffb59486 5.1764349525.ffb59486 5.1764349525.ffb59486 5.1764349525.ffb59486 5.1764349525.ffb59486 #14

Manually merged
pool merged 1 commits from os-autoinst-obs-workflow/openQA:leap-16.0 into leap-16.0 2025-12-04 12:50:12 +01:00
9 changed files with 41 additions and 13 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -18,7 +18,7 @@
%define short_name openQA-client
Name: %{short_name}-test
Version: 5.1763743683.1da97aa2
Version: 5.1764349525.ffb59486
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@@ -18,7 +18,7 @@
%define short_name openQA-devel
Name: %{short_name}-test
Version: 5.1763743683.1da97aa2
Version: 5.1764349525.ffb59486
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 5.1763743683.1da97aa2
Version: 5.1764349525.ffb59486
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later

View File

@@ -18,7 +18,7 @@
%define short_name openQA-worker
Name: %{short_name}-test
Version: 5.1763743683.1da97aa2
Version: 5.1764349525.ffb59486
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Nov 28 20:38:53 UTC 2025 - okurz@suse.com
- Update to version 5.1764349525.ffb59486:
* Also use TIMEOUT_SCALE for priority malus calculation
* docs: Fix wrapping and typo
* Document multi machine ovs flow setup and IPv6 usage
* Avoid computing time constraint for scheduled product cleanup in Perl
* rpm: Move `…-enqueue-needle-ref-cleanup` to other `…-enqueue-…` scripts
* Add task to limit scheduled products similar to audit events
* Extract generic parts from audit event cleanup task into generic task
* parser: ktap: Show full output by default if no line was parsed
* Ignore npm scripts also via `.npmrc` to make bare npm calls more secure
* Avoid repeating `MAIN_SETTINGS` in various places
* Fix possibly excessive memory use when computer test result overview
* Fix typo in `_prepare_complex_query_search_args`
* Fix indentation in `overview.html.ep`
* Prevent logging AMQP credentials in debug output
* Make restart_openqa_job emit proper event payload
* Enable gru tasks to emit AMQP messages
* Remove explicit loading AMQP plugin in Gru plugin
* Emit restart events when job restarted automatically
* Add debug message about priority malus
* Fix ordering of job groups after 2ad929ceca43d
-------------------------------------------------------------------
Sat Nov 22 05:38:10 UTC 2025 - okurz@suse.com

View File

@@ -1,4 +1,4 @@
name: openQA
version: 5.1763743683.1da97aa2
mtime: 1763743683
commit: 1da97aa28ce09ffbdf8755234076efc7641d3b45
version: 5.1764349525.ffb59486
mtime: 1764349525
commit: ffb5948677625e9c9e3c79d59e74a8289bac40b0

View File

@@ -17,7 +17,7 @@
%define openqa_main_service openqa-webui.service
%define openqa_extra_services openqa-gru.service openqa-websockets.service openqa-scheduler.service openqa-enqueue-audit-event-cleanup.service openqa-enqueue-audit-event-cleanup.timer openqa-enqueue-asset-cleanup.service openqa-enqueue-git-auto-update.service openqa-enqueue-asset-cleanup.timer openqa-enqueue-result-cleanup.service openqa-enqueue-result-cleanup.timer openqa-enqueue-bug-cleanup.service openqa-enqueue-bug-cleanup.timer openqa-enqueue-git-auto-update.timer openqa-enqueue-needle-ref-cleanup.service openqa-enqueue-needle-ref-cleanup.timer
%define openqa_extra_services openqa-gru.service openqa-websockets.service openqa-scheduler.service openqa-enqueue-audit-event-cleanup.service openqa-enqueue-audit-event-cleanup.timer openqa-enqueue-asset-cleanup.service openqa-enqueue-git-auto-update.service openqa-enqueue-asset-cleanup.timer openqa-enqueue-result-cleanup.service openqa-enqueue-result-cleanup.timer openqa-enqueue-bug-cleanup.service openqa-enqueue-bug-cleanup.timer openqa-enqueue-git-auto-update.timer openqa-enqueue-needle-ref-cleanup.service openqa-enqueue-needle-ref-cleanup.timer openqa-enqueue-scheduled-product-cleanup.service openqa-enqueue-scheduled-product-cleanup.timer
%define openqa_services %{openqa_main_service} %{openqa_extra_services}
%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_localdb_services openqa-setup-db.service openqa-dump-db.service openqa-dump-db.timer
@@ -99,7 +99,7 @@
%define devel_requires %devel_no_selenium_requires chromedriver
Name: openQA
Version: 5.1763743683.1da97aa2
Version: 5.1764349525.ffb59486
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
@@ -633,6 +633,8 @@ fi
%{_unitdir}/openqa-enqueue-bug-cleanup.timer
%{_unitdir}/openqa-enqueue-needle-ref-cleanup.service
%{_unitdir}/openqa-enqueue-needle-ref-cleanup.timer
%{_unitdir}/openqa-enqueue-scheduled-product-cleanup.service
%{_unitdir}/openqa-enqueue-scheduled-product-cleanup.timer
%{_tmpfilesdir}/openqa-webui.conf
# web libs
%dir %{_datadir}/openqa
@@ -664,13 +666,14 @@ fi
%{_datadir}/openqa/script/openqa-enqueue-audit-event-cleanup
%{_datadir}/openqa/script/openqa-enqueue-bug-cleanup
%{_datadir}/openqa/script/openqa-enqueue-git-auto-update
%{_datadir}/openqa/script/openqa-enqueue-needle-ref-cleanup
%{_datadir}/openqa/script/openqa-enqueue-result-cleanup
%{_datadir}/openqa/script/openqa-enqueue-scheduled-product-cleanup
%{_datadir}/openqa/script/openqa-gru
%{_datadir}/openqa/script/openqa-rollback
%{_datadir}/openqa/script/openqa-webui-daemon
%{_datadir}/openqa/script/upgradedb
%{_datadir}/openqa/script/modify_needle
%{_datadir}/openqa/script/openqa-enqueue-needle-ref-cleanup
# TODO: define final user
%defattr(-,geekotest,root)
# attention: never package subdirectories owned by a user other