diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-28 14:38:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-28 14:38:29 +0100 |
commit | d6b1fa5d9b805bf0183bcc12606c88e33ff6e5f9 (patch) | |
tree | dc0af6a08f9d1b6af23fa85d8dad5478d63ad865 /job-cfg | |
parent | 6372f5f830827d2ee608e87e85f7d61abe835b93 (diff) | |
download | jenkins.debian.net-d6b1fa5d9b805bf0183bcc12606c88e33ff6e5f9.tar.xz |
reproducible: drop jobs to update schroots
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 1791d4ec..4dd2b980 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -145,14 +145,6 @@ - job-template: defaults: reproducible - name: '{name}_update_schroot_sid' - -- job-template: - defaults: reproducible - name: '{name}_update_schroot_experimental' - -- job-template: - defaults: reproducible name: '{name}_scheduler' - job-template: @@ -231,24 +223,14 @@ my_recipients: 'holger@layer-acht.org' - '{name}_setup_schroot_sid': my_description: 'Setup sid schroot for fetching source packages for the builder jobs.' - my_timed: '23 1 * * 0' + my_timed: '23 1 * * *' my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-sid sid reproducible' my_recipients: 'holger@layer-acht.org' - '{name}_setup_schroot_experimental': my_description: 'Setup experimental schroot for fetching source packages for the builder jobs.' - my_timed: '23 1 * * 0' + my_timed: '23 1 * * *' my_shell: '/srv/jenkins/bin/schroot-create.sh reproducible-experimental experimental reproducible' my_recipients: 'holger@layer-acht.org' - - '{name}_update_schroot_sid': - my_description: 'Update sid schroot for fetching source packages for the builder jobs.' - my_timed: '23 5,10,16,22 * * *' # ftp.de.debian.org runs mirror updates at 03:25, 09:25, 15:25 and 21:25 UTC and usually they run 10m... - my_shell: '/srv/jenkins/bin/reproducible_update_schroot.sh reproducible-sid' - my_recipients: 'holger@layer-acht.org' - - '{name}_update_schroot_experimental': - my_description: 'Update experimental schroot for fetching source packages for the builder jobs.' - my_timed: '23 4,10,16,22 * * *' # ftp.de.debian.org runs mirror updates at 03:25, 09:25, 15:25 and 21:25 UTC and usually they run 10m... - my_shell: '/srv/jenkins/bin/reproducible_update_schroot.sh reproducible-experimental' - my_recipients: 'holger@layer-acht.org' - '{name}_scheduler': my_description: 'Schedule packages to be tested for reproducibility.' my_timed: '42 * * * *' |