Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2026-06-05 15:04:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Fri Jun 5 15:04:08 2026 rev:851 rq:1357512 version:5.1780561853.63760953 Changes: -------- --- /work/SRC/openSUSE:Factory/openQA/openQA.changes 2026-06-03 20:30:45.101930987 +0200 +++ /work/SRC/openSUSE:Factory/.openQA.new.2375/openQA.changes 2026-06-05 15:04:57.223862249 +0200 @@ -1,0 +2,11 @@ +Thu Jun 04 08:31:04 UTC 2026 - [email protected] + +- Update to version 5.1780561853.63760953: + * fix(rpm): eliminate systemd on-disk warnings during worker upgrade + * chore(deps): Dependency cron 2026-06-04 + * ci: Run OBS scm checks only for master branch + * fix(systemd): activate inactive workers and reload active ones safely + * chore(deps): Dependency cron 2026-06-03 + * test(full-stack): remove redundant ISO size check to be flexible + +------------------------------------------------------------------- Old: ---- openQA-5.1780410522.ad58d974.obscpio New: ---- openQA-5.1780561853.63760953.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA-client-test.spec ++++++ --- /var/tmp/diff_new_pack.26LC4T/_old 2026-06-05 15:04:58.767926173 +0200 +++ /var/tmp/diff_new_pack.26LC4T/_new 2026-06-05 15:04:58.771926338 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-client Name: %{short_name}-test -Version: 5.1780410522.ad58d974 +Version: 5.1780561853.63760953 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.26LC4T/_old 2026-06-05 15:04:58.799927497 +0200 +++ /var/tmp/diff_new_pack.26LC4T/_new 2026-06-05 15:04:58.803927663 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 5.1780410522.ad58d974 +Version: 5.1780561853.63760953 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-test.spec ++++++ --- /var/tmp/diff_new_pack.26LC4T/_old 2026-06-05 15:04:58.831928822 +0200 +++ /var/tmp/diff_new_pack.26LC4T/_new 2026-06-05 15:04:58.831928822 +0200 @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 5.1780410522.ad58d974 +Version: 5.1780561853.63760953 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later ++++++ openQA-worker-test.spec ++++++ --- /var/tmp/diff_new_pack.26LC4T/_old 2026-06-05 15:04:58.863930147 +0200 +++ /var/tmp/diff_new_pack.26LC4T/_new 2026-06-05 15:04:58.863930147 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 5.1780410522.ad58d974 +Version: 5.1780561853.63760953 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.26LC4T/_old 2026-06-05 15:04:58.899931638 +0200 +++ /var/tmp/diff_new_pack.26LC4T/_new 2026-06-05 15:04:58.903931803 +0200 @@ -104,7 +104,7 @@ %define devel_requires %devel_no_selenium_requires chromedriver Name: openQA -Version: 5.1780410522.ad58d974 +Version: 5.1780561853.63760953 Release: 0 Summary: Framework for automated system-level testing (web-frontend, scheduler and tools) Group: Development/Tools/Other @@ -595,9 +595,10 @@ # is running at the time of the update %service_del_postun %{openqa_worker_services} # restart running [email protected] units without interrupting jobs -# notes: noop if no such units are running; daemon-reload already done by service_del_postun macro; +# notes: noop if no such units are running; manual daemon-reload ensures systemd updates its state before reload # "$1 -ge 1" checks for a package upgrade if [ -x /usr/bin/systemctl ] && [ $1 -ge 1 ]; then + /usr/bin/systemctl daemon-reload || : /usr/bin/systemctl reload 'openqa-worker-auto-restart@*.service' || : fi ++++++ openQA-5.1780410522.ad58d974.obscpio -> openQA-5.1780561853.63760953.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openQA-5.1780410522.ad58d974/.obs/workflows.yml new/openQA-5.1780561853.63760953/.obs/workflows.yml --- old/openQA-5.1780410522.ad58d974/.obs/workflows.yml 2026-06-02 16:28:42.000000000 +0200 +++ new/openQA-5.1780561853.63760953/.obs/workflows.yml 2026-06-04 10:30:53.000000000 +0200 @@ -33,6 +33,9 @@ filters: event: pull_request + branches: + only: + - master # Setup: # 1. Put this .obs/workflows.yml in the main branch of openQA diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openQA-5.1780410522.ad58d974/dist/rpm/openQA.spec new/openQA-5.1780561853.63760953/dist/rpm/openQA.spec --- old/openQA-5.1780410522.ad58d974/dist/rpm/openQA.spec 2026-06-02 16:28:42.000000000 +0200 +++ new/openQA-5.1780561853.63760953/dist/rpm/openQA.spec 2026-06-04 10:30:53.000000000 +0200 @@ -596,9 +596,10 @@ # is running at the time of the update %service_del_postun %{openqa_worker_services} # restart running [email protected] units without interrupting jobs -# notes: noop if no such units are running; daemon-reload already done by service_del_postun macro; +# notes: noop if no such units are running; manual daemon-reload ensures systemd updates its state before reload # "$1 -ge 1" checks for a package upgrade if [ -x /usr/bin/systemctl ] && [ $1 -ge 1 ]; then + /usr/bin/systemctl daemon-reload || : /usr/bin/systemctl reload 'openqa-worker-auto-restart@*.service' || : fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openQA-5.1780410522.ad58d974/systemd/[email protected] new/openQA-5.1780561853.63760953/systemd/[email protected] --- old/openQA-5.1780410522.ad58d974/systemd/[email protected] 2026-06-02 16:28:42.000000000 +0200 +++ new/openQA-5.1780561853.63760953/systemd/[email protected] 2026-06-04 10:30:53.000000000 +0200 @@ -3,5 +3,5 @@ [Service] Type=oneshot -ExecStart=/usr/bin/systemctl reload openqa-worker-auto-restart@%i.service +ExecStart=/usr/bin/systemctl reload-or-restart openqa-worker-auto-restart@%i.service Slice=openqa-worker.slice diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openQA-5.1780410522.ad58d974/t/full-stack.t new/openQA-5.1780561853.63760953/t/full-stack.t --- old/openQA-5.1780410522.ad58d974/t/full-stack.t 2026-06-02 16:28:42.000000000 +0200 +++ new/openQA-5.1780561853.63760953/t/full-stack.t 2026-06-04 10:30:53.000000000 +0200 @@ -366,7 +366,6 @@ ok -s $autoinst_log, 'Test 5 autoinst-log.txt file created' or return; my $log_content = $autoinst_log->slurp; like $log_content, qr/Downloading Core-7.2.iso/, 'Test 5, downloaded the right iso'; - like $log_content, qr/11116544/, 'Test 5 Core-7.2.iso size is correct'; like $log_content, qr/Result: done/, 'Test 5 result done'; like +(split /\n/, $log_content)[0], qr/\+\+\+ setup notes \+\+\+/, 'setup notes present'; like +(split /\n/, $log_content)[-1], qr/uploading autoinst-log.txt/i, 'uploading of autoinst-log.txt logged'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openQA-5.1780410522.ad58d974/tools/ci/autoinst.sha new/openQA-5.1780561853.63760953/tools/ci/autoinst.sha --- old/openQA-5.1780410522.ad58d974/tools/ci/autoinst.sha 2026-06-02 16:28:42.000000000 +0200 +++ new/openQA-5.1780561853.63760953/tools/ci/autoinst.sha 2026-06-04 10:30:53.000000000 +0200 @@ -1 +1 @@ -c47a05232f9ae3bf4392db369b54d03cb0dc3960 \ No newline at end of file +7bacdcdf9182b4956ff82cb57efe9c0a9774cc7f \ No newline at end of file ++++++ openQA.obsinfo ++++++ --- /var/tmp/diff_new_pack.26LC4T/_old 2026-06-05 15:05:11.076435741 +0200 +++ /var/tmp/diff_new_pack.26LC4T/_new 2026-06-05 15:05:11.084436072 +0200 @@ -1,5 +1,5 @@ name: openQA -version: 5.1780410522.ad58d974 -mtime: 1780410522 -commit: ad58d974d8900660683f812119313c523a41f530 +version: 5.1780561853.63760953 +mtime: 1780561853 +commit: 637609536026a0950adf5d3aa30b54f16c73e178
