diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-16 15:48:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-16 15:48:20 +0200 |
commit | f9f216d472adbe70890be2feae05613e77c327ef (patch) | |
tree | 16576befbfa2700753ce709a0b97f4e6d24630e7 | |
parent | bd168b73476e27b1930bd3e8b3a247df1ed1d90d (diff) | |
download | jenkins.debian.net-f9f216d472adbe70890be2feae05613e77c327ef.tar.xz |
reproducible arch: rename job to be consistent with other jobs
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index c472d1de..d0f7ea8a 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -602,7 +602,7 @@ - job-template: defaults: reproducible_other_projects - name: '{name}_arch_schroot_setup' + name: '{name}_setup_schroot_arch' - project: name: reproducible @@ -1252,7 +1252,7 @@ my_shell: '/srv/jenkins/bin/reproducible_freebsd.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - - '{name}_arch_schroot_setup': + - '{name}_setup_schroot_arch': my_description: 'Setup an Archlinux schroot to test Archlinux packages for reproducibility.' # FIXME: this aint idempotent, so it's only run once a year for now my_timed: '42 23 1 1 *' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' |