Skip to content
Commits on Source (2)
......@@ -251,7 +251,7 @@ build_job_health_page() {
# these are or-filters used with egrep
FILTER[0]="(builds|spec|lfs)"
FILTER[1]="html_(all|break|dash|dd|index|live|node|pkg|repo)"
FILTER[2]="reproducible_compare"
FILTER[2]="(reproducible_compare|pool)"
FILTER[3]="reproducible_diffoscope"
FILTER[4]="(reprotest|strip-nonderminism|disorderfs)"
FILTER[5]="(json|le_scheduler|meta|le_nodes|rsync|notes)"
......
......@@ -727,7 +727,7 @@
- 'pool_buildinfos':
my_description: 'Link files for buildinfos.debian.net from date to pool structure'
my_hname: 'profitbricks7'
my_timed: '30 1,7,13,19 * * *'
my_timed: '10 1,4,7,10,13,16,19,22 * * *'
my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh'
my_hname: ''
my_timeout: '1440'
......