Skip to content

Commit

Permalink
quickcheck: Use check jobs from all volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 7, 2025
1 parent 96bdc48 commit db95ab9
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions bin/quickcheck.pl
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,14 @@ sub check_progress {

check_processes();
check_space();
check_job('cfdl_imapspool_2', 1600) if $hostname eq 'done';
check_job('home_vingron', 0) if $hostname eq 'gone';
check_job('sys_void', 10) if $hostname eq 'null';
check_job('sys_null', 10) if $hostname eq 'void';
check_job('sys_gone', 10) if $hostname eq 'done';
check_job('sys_done', 10) if $hostname eq 'gone';
# try to include jobs from all volumes

check_job('pkg_dns', 10) if $hostname eq 'done'; # C8024
check_job('sys_gone', 10) if $hostname eq 'done'; # C8025
check_job('prj_paperless', 10) if $hostname eq 'done'; # C8084

check_job('prj_mxq', 6) if $hostname eq 'gone'; # C8029
check_job('home_vingron', 0) if $hostname eq 'gone'; # C8042

check_failed_jobs();
check_progress();

0 comments on commit db95ab9

Please sign in to comment.