diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-05-19 13:02:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-19 13:24:17 +0200 |
commit | 65d451afb7fa47b4ba002bff0b645b27e5e5f3cb (patch) | |
tree | 12d3db98d6b9bf5e48fa6ebd0b8b4c45c02859b6 /job-cfg | |
parent | cb9230d18a0bceec6b6dfaa9bb4d40e922d6b8dc (diff) | |
download | jenkins.debian.net-65d451afb7fa47b4ba002bff0b645b27e5e5f3cb.tar.xz |
packages-tests: DRY my_trigger initialization
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/packages-tests.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/job-cfg/packages-tests.yaml b/job-cfg/packages-tests.yaml index df5c9e4b..c1faadbc 100644 --- a/job-cfg/packages-tests.yaml +++ b/job-cfg/packages-tests.yaml @@ -1,7 +1,8 @@ -- defaults: +- defaults: &DEFAULTS name: packages-tests my_disabled: disabled: '{obj:my_disabled}' + my_trigger: project-type: freestyle properties: - sidebar: @@ -65,7 +66,6 @@ my_recipients: 'jenkins+debian-qa lintian-maint@debian.org' my_shell: 'timeout 6h debian/rules runtests' my_description: 'Debian/Lintian testsuite' - my_trigger: jobs: - '{name}_sid': my_distro: 'sid' @@ -82,7 +82,6 @@ my_recipients: 'jenkins+debian-qa debhelper-devel@lists.alioth.debian.org' my_shell: 'timeout 6h dpkg-buildpackage -us -uc -tc' my_description: 'Debhelper testsuite' - my_trigger: jobs: - '{name}_sid': my_distro: 'sid' @@ -100,7 +99,6 @@ my_recipients: 'jenkins+debian-ftp debian-dak@lists.debian.org' my_shell: 'timeout 1h dpkg-buildpackage -us -uc -tc' my_description: 'DAK testsuite' - my_trigger: jobs: # DAK tests cannot be run in sid/stretch atm. - '{name}_sid': |