diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-16 15:41:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-16 15:41:39 +0100 |
commit | 888d74c114f1a9657d23582e6daf49e971e92a00 (patch) | |
tree | 61b3f27513cf990fe7e283ba13c03d0afe90bbe5 /job-cfg | |
parent | d5f5aac046e6566988debe3176d241db93b8ef92 (diff) | |
download | jenkins.debian.net-888d74c114f1a9657d23582e6daf49e971e92a00.tar.xz |
drop unused jobs
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/schroot.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml index 1ce0f60b..3fd2a460 100644 --- a/job-cfg/schroot.yaml +++ b/job-cfg/schroot.yaml @@ -62,14 +62,6 @@ - job-template: defaults: schroot-create - name: '{name}-sid-create' - -- job-template: - defaults: schroot-upgrade - name: '{name}-sid-upgrade' - -- job-template: - defaults: schroot-create name: 'd-i_{name}-sid-create' - job-template: @@ -81,14 +73,6 @@ name: schroot do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/schroot.yaml">schroot.yaml</a>.' jobs: - - '{name}-sid-create': - my_schroot: sid - my_distro: sid - my_extra_pkgs: '' - my_time: '0 20 * * 1' - - '{name}-sid-upgrade': - my_schroot: sid - my_time: '0 10 * * *' - 'd-i_{name}-sid-create': my_schroot: d-i-sid my_distro: sid |