diff options
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r-- | job-cfg/reproducible.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index dccf410b..87a7ec4f 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -332,7 +332,7 @@ - '{name}_{my_task}_{my_arch}_{my_hname}': my_task: - 'node_health_check': - my_description: 'Do some health checks.' + my_description: 'Do some health checks' my_timed: 'H/15 * * * *' my_recipients: '' my_hname: @@ -388,28 +388,28 @@ - '{name}_{my_task}_{my_arch}_{my_hname}': my_task: - 'setup_pbuilder_stretch': - my_description: 'Setup pbuilder for reproducible builds of packages from stretch as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example ' + my_description: 'Setup pbuilder for reproducible builds of packages from stretch as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 7 * * *' - 'setup_pbuilder_buster': - my_description: 'Setup pbuilder for reproducible builds of packages from buster as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example ' + my_description: 'Setup pbuilder for reproducible builds of packages from buster as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 8 * * *' - 'setup_pbuilder_unstable': - my_description: 'Setup pbuilder for reproducible builds of packages from unstable as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example ' + my_description: 'Setup pbuilder for reproducible builds of packages from unstable as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '42 7 * * *' - 'setup_pbuilder_experimental': - my_description: 'Setup pbuilder for reproducible builds of packages from experimental as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example ' + my_description: 'Setup pbuilder for reproducible builds of packages from experimental as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '33 7 * * *' - 'setup_schroot_unstable': - my_description: 'Setup unstable schroot for fetching source packages for the builder jobs. ' + my_description: 'Setup unstable schroot for fetching source packages for the builder jobs.' my_timed: '20 1 * * *' - 'setup_schroot_stretch': - my_description: 'Setup stretch schroot for fetching source packages for the builder jobs. ' + my_description: 'Setup stretch schroot for fetching source packages for the builder jobs.' my_timed: '0 1 * * *' - 'setup_schroot_buster': - my_description: 'Setup buster schroot for fetching source packages for the builder jobs. ' + my_description: 'Setup buster schroot for fetching source packages for the builder jobs.' my_timed: '0 2 * * *' - 'setup_schroot_experimental': - my_description: 'Setup experimental schroot for fetching source packages for the builder jobs. ' + my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.' my_timed: '40 1 * * *' my_hname: - 'bbx15': { my_arch: 'armhf' } |