diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2015-11-30 02:38:23 -0800 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2015-12-01 23:06:13 -0800 |
commit | 82caeb0e78518d0f16c74c874c52daf48e198c40 (patch) | |
tree | 8cb97e8afb3a1ef997ec197c92dda436aaa8ab0e /jjb/fuel | |
parent | b7cb48c0b2b7e8984f02a9c0cd0fd1c7ad56122b (diff) |
add bottlenecks job to run in VMs launched by installer
JIRA: BOTTLENECK-21
Change-Id: I2804f12781e89b45bb58742c867bb1dd18cd69c7
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb/fuel')
-rw-r--r-- | jjb/fuel/fuel.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/fuel/fuel.yml b/jjb/fuel/fuel.yml index e7ad2bd9c..97fc9ed3f 100644 --- a/jjb/fuel/fuel.yml +++ b/jjb/fuel/fuel.yml @@ -250,6 +250,13 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - trigger-builds: + - project: 'bottlenecks-daily-fuel-lf-{stream}' + block: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' triggers: - 'fuel-{stream}-daily-trigger' |