summaryrefslogtreecommitdiffstats
path: root/job-cfg/chroot-test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/chroot-test.yaml')
-rw-r--r--job-cfg/chroot-test.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/job-cfg/chroot-test.yaml b/job-cfg/chroot-test.yaml
index cbbf3fdf..20193eb9 100644
--- a/job-cfg/chroot-test.yaml
+++ b/job-cfg/chroot-test.yaml
@@ -101,11 +101,11 @@
unstable_on_warning: 'true'
fail_on_error: 'true'
- trigger:
- project: 'chroot-test-sid_bootstrap'
+ project: '{my_1st_trigger}'
- trigger:
- project: 'chroot-test-wheezy_bootstrap'
+ project: '{my_2nd_trigger}'
- trigger:
- project: 'chroot-test-squeeze_bootstrap_upgrade_to_wheezy'
+ project: '{my_3rd_trigger}'
- job-template:
defaults: chroot-tests
@@ -219,4 +219,7 @@
- '{name}-housekeeping':
my_description: 'Cleanup so that there is a predictable environment.'
+ my_1st_trigger: 'chroot-test-sid_bootstrap'
+ my_2nd_trigger: 'chroot-test-wheezy_bootstrap'
+ my_3rd_trigger: 'chroot-test-squeeze_bootstrap_upgrade_to_wheezy'