Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2025-08-02 00:41:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Sat Aug 2 00:41:53 2025 rev:722 rq:1296913 version:5.1753967288.48036af4 Changes: -------- --- /work/SRC/openSUSE:Factory/openQA/openQA.changes 2025-07-31 17:47:13.802721341 +0200 +++ /work/SRC/openSUSE:Factory/.openQA.new.1085/openQA.changes 2025-08-02 00:42:15.731818986 +0200 @@ -1,0 +2,6 @@ +Thu Jul 31 16:11:44 UTC 2025 - [email protected] + +- Update to version 5.1753967288.48036af4: + * Double default storage duration for jobs in database + +------------------------------------------------------------------- Old: ---- openQA-5.1753868091.5fba34bf.obscpio New: ---- openQA-5.1753967288.48036af4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA-client-test.spec ++++++ --- /var/tmp/diff_new_pack.nPtHEN/_old 2025-08-02 00:42:17.531893889 +0200 +++ /var/tmp/diff_new_pack.nPtHEN/_new 2025-08-02 00:42:17.535894055 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-client Name: %{short_name}-test -Version: 5.1753868091.5fba34bf +Version: 5.1753967288.48036af4 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.nPtHEN/_old 2025-08-02 00:42:17.587896219 +0200 +++ /var/tmp/diff_new_pack.nPtHEN/_new 2025-08-02 00:42:17.587896219 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version: 5.1753868091.5fba34bf +Version: 5.1753967288.48036af4 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA-test.spec ++++++ --- /var/tmp/diff_new_pack.nPtHEN/_old 2025-08-02 00:42:17.623897717 +0200 +++ /var/tmp/diff_new_pack.nPtHEN/_new 2025-08-02 00:42:17.623897717 +0200 @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 5.1753868091.5fba34bf +Version: 5.1753967288.48036af4 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later ++++++ openQA-worker-test.spec ++++++ --- /var/tmp/diff_new_pack.nPtHEN/_old 2025-08-02 00:42:17.659899215 +0200 +++ /var/tmp/diff_new_pack.nPtHEN/_new 2025-08-02 00:42:17.663899381 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version: 5.1753868091.5fba34bf +Version: 5.1753967288.48036af4 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.nPtHEN/_old 2025-08-02 00:42:17.711901379 +0200 +++ /var/tmp/diff_new_pack.nPtHEN/_new 2025-08-02 00:42:17.715901545 +0200 @@ -97,7 +97,7 @@ %define devel_requires %devel_no_selenium_requires chromedriver Name: openQA -Version: 5.1753868091.5fba34bf +Version: 5.1753967288.48036af4 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later ++++++ openQA-5.1753868091.5fba34bf.obscpio -> openQA-5.1753967288.48036af4.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openQA-5.1753868091.5fba34bf/etc/openqa/openqa.ini new/openQA-5.1753967288.48036af4/etc/openqa/openqa.ini --- old/openQA-5.1753868091.5fba34bf/etc/openqa/openqa.ini 2025-07-30 11:34:51.000000000 +0200 +++ new/openQA-5.1753967288.48036af4/etc/openqa/openqa.ini 2025-07-31 15:08:08.000000000 +0200 @@ -226,7 +226,7 @@ #important_log_storage_duration = 120 #result_storage_duration = 365 #important_result_storage_duration = 0 -#job_storage_duration = 365 +#job_storage_duration = 730 #important_job_storage_duration = 0 ## Limits for cleanup of jobs outside of groups (sizes are in GiB, durations in days, zero denotes infinity) @@ -235,7 +235,7 @@ #important_log_storage_duration = 120 #result_storage_duration = 365 #important_result_storage_duration = 0 -#job_storage_duration = 365 +#job_storage_duration = 730 #important_job_storage_duration = 0 [minion_task_triggers] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openQA-5.1753868091.5fba34bf/lib/OpenQA/JobGroupDefaults.pm new/openQA-5.1753967288.48036af4/lib/OpenQA/JobGroupDefaults.pm --- old/openQA-5.1753868091.5fba34bf/lib/OpenQA/JobGroupDefaults.pm 2025-07-30 11:34:51.000000000 +0200 +++ new/openQA-5.1753967288.48036af4/lib/OpenQA/JobGroupDefaults.pm 2025-07-31 15:08:08.000000000 +0200 @@ -12,7 +12,7 @@ KEEP_IMPORTANT_LOGS_IN_DAYS => 120, KEEP_RESULTS_IN_DAYS => 365, KEEP_IMPORTANT_RESULTS_IN_DAYS => 0, - KEEP_JOBS_IN_DAYS => 365, + KEEP_JOBS_IN_DAYS => 730, KEEP_IMPORTANT_JOBS_IN_DAYS => 0, PRIORITY => 50, CARRY_OVER_BUGREFS => 1, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openQA-5.1753868091.5fba34bf/t/api/10-jobgroups.t new/openQA-5.1753967288.48036af4/t/api/10-jobgroups.t --- old/openQA-5.1753868091.5fba34bf/t/api/10-jobgroups.t 2025-07-30 11:34:51.000000000 +0200 +++ new/openQA-5.1753967288.48036af4/t/api/10-jobgroups.t 2025-07-31 15:08:08.000000000 +0200 @@ -92,7 +92,7 @@ keep_important_jobs_in_days => 0, keep_important_logs_in_days => 120, keep_important_results_in_days => 0, - keep_jobs_in_days => 365, + keep_jobs_in_days => 730, keep_logs_in_days => 30, keep_results_in_days => 365, name => 'opensuse', @@ -111,7 +111,7 @@ keep_important_jobs_in_days => 0, keep_important_logs_in_days => 120, keep_important_results_in_days => 0, - keep_jobs_in_days => 365, + keep_jobs_in_days => 730, keep_logs_in_days => 30, keep_results_in_days => 365, name => 'opensuse test', @@ -164,7 +164,7 @@ default_keep_important_jobs_in_days => 0, default_keep_important_logs_in_days => 45, default_keep_important_results_in_days => 0, - default_keep_jobs_in_days => 365, + default_keep_jobs_in_days => 730, default_keep_logs_in_days => 30, default_keep_results_in_days => 365, default_priority => 50, @@ -235,7 +235,7 @@ keep_important_jobs_in_days => 0, keep_important_logs_in_days => 45, keep_important_results_in_days => 0, - keep_jobs_in_days => 365, + keep_jobs_in_days => 730, keep_logs_in_days => 30, keep_results_in_days => 365, name => 'Cool group', @@ -416,7 +416,7 @@ keep_important_jobs_in_days => 0, keep_important_logs_in_days => 100, keep_important_results_in_days => 0, - keep_jobs_in_days => 365, + keep_jobs_in_days => 730, keep_logs_in_days => 30, keep_results_in_days => 365, name => 'Cool group', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/openQA-5.1753868091.5fba34bf/t/config.t new/openQA-5.1753967288.48036af4/t/config.t --- old/openQA-5.1753868091.5fba34bf/t/config.t 2025-07-30 11:34:51.000000000 +0200 +++ new/openQA-5.1753967288.48036af4/t/config.t 2025-07-31 15:08:08.000000000 +0200 @@ -251,7 +251,7 @@ "[default_group_limits]\n", "result_storage_duration = 0\n", "[no_group_limits]\n", - "result_storage_duration = 366\n", + "result_storage_duration = 731\n", "[influxdb]\n", "ignored_failed_minion_jobs = foo boo\n" @@ -277,7 +277,7 @@ is $app->config->{default_group_limits}->{job_storage_duration}, 0, 'default job_storage_duration extended to result_storage_duration'; - is $app->config->{no_group_limits}->{job_storage_duration}, 366, + is $app->config->{no_group_limits}->{job_storage_duration}, 731, 'default job_storage_duration extended to result_storage_duration (no group)'; }; ++++++ openQA.obsinfo ++++++ --- /var/tmp/diff_new_pack.nPtHEN/_old 2025-08-02 00:42:30.368423515 +0200 +++ /var/tmp/diff_new_pack.nPtHEN/_new 2025-08-02 00:42:30.372423679 +0200 @@ -1,5 +1,5 @@ name: openQA -version: 5.1753868091.5fba34bf -mtime: 1753868091 -commit: 5fba34bf4055e75367fb103a70fed1fdcc541448 +version: 5.1753967288.48036af4 +mtime: 1753967288 +commit: 48036af4c8bdd6c53a27f5b2135c1aa3d41649bf
