From 160e9685c6df74dc4a0897d16eb31552d466152c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 26 Apr 2015 12:23:18 +0200 Subject: dpkg-find-trigger-cycles: drop stretch schroot, it's enough to run them in a jessie schroot --- job-cfg/dpkg.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'job-cfg/dpkg.yaml') diff --git a/job-cfg/dpkg.yaml b/job-cfg/dpkg.yaml index 51c2f8d8..e25f5475 100644 --- a/job-cfg/dpkg.yaml +++ b/job-cfg/dpkg.yaml @@ -48,10 +48,6 @@ defaults: dpkg name: '{name}_setup_schroot_jessie' -- job-template: - defaults: dpkg - name: '{name}_setup_schroot_stretch' - - project: name: dpkg jobs: @@ -62,17 +58,13 @@ - '{name}_stretch_find_trigger_cycles': my_description: 'Find dpkg trigger cycles in Debian stretch.' my_time: '0 10 * * *' - my_shell: 'schroot --directory /tmp -c source:jenkins-dpkg-stretch /srv/jenkins/bin/find_dpkg_trigger_cycles.sh stretch' + my_shell: 'schroot --directory /tmp -c source:jenkins-dpkg-jessie /srv/jenkins/bin/find_dpkg_trigger_cycles.sh stretch' - '{name}_sid_find_trigger_cycles': my_description: 'Find dpkg trigger cycles in Debian sid.' my_time: '0 12 * * *' - my_shell: 'schroot --directory /tmp -c source:jenkins-dpkg-stretch /srv/jenkins/bin/find_dpkg_trigger_cycles.sh unstable' + my_shell: 'schroot --directory /tmp -c source:jenkins-dpkg-jessie /srv/jenkins/bin/find_dpkg_trigger_cycles.sh unstable' - '{name}_setup_schroot_jessie': - my_description: 'Setup schroot for running the dpkg_jessie_find_trigger_cycles and reproducible_create_meta_pkg_sets jobs in a jessie environment.' + my_description: 'Setup schroot for running the dpkg_(jessie|stretch|sid)_find_trigger_cycles and reproducible_create_meta_pkg_sets jobs in a jessie environment.' my_time: '23 8 * * 1' my_shell: '/srv/jenkins/bin/schroot-create.sh dpkg-jessie jessie python apt-file dose-extra' - - '{name}_setup_schroot_stretch': - my_description: 'Setup schroot for running the dpkg_sid_find_trigger_cycles and dpkg_stretch_find_trigger_cycles jobs in a stretch environment.' - my_time: '23 8 * * 1' - my_shell: '/srv/jenkins/bin/schroot-create.sh dpkg-stretch stretch python apt-file dose-extra' -- cgit v1.2.3-70-g09d2