diff options
Diffstat (limited to 'job-cfg/chroot-tests.yaml')
-rw-r--r-- | job-cfg/chroot-tests.yaml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/job-cfg/chroot-tests.yaml b/job-cfg/chroot-tests.yaml index 06ff4b46..a173bf05 100644 --- a/job-cfg/chroot-tests.yaml +++ b/job-cfg/chroot-tests.yaml @@ -116,13 +116,7 @@ unstable_on_warning: 'true' fail_on_error: 'true' - trigger: - project: '{my_1st_trigger}' - threshold: 'UNSTABLE' - - trigger: - project: '{my_2nd_trigger}' - threshold: 'UNSTABLE' - - trigger: - project: '{my_3rd_trigger}' + project: '{my_1st_trigger} {my_2nd_trigger} {my_3rd_trigger}' threshold: 'UNSTABLE' - email: recipients: jenkins+debian-qa holger@layer-acht.org |