diff options
author | Jun Li <matthew.lijun@huawei.com> | 2016-12-09 22:40:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-09 22:40:24 +0000 |
commit | 0cd71faff9baccc6448d8b4019ec8a5f8d8382df (patch) | |
tree | 31479617c22f2346cd8d01d2c7058c967149a087 | |
parent | 575cea78fcc97e8990fc6f4b7d8327b5f5ab9201 (diff) | |
parent | 855e0e29c3e12a7bfb7a73263e91f284e885b95d (diff) |
Merge "dovetail/arm: ci loop job added to debug code bugs"
-rw-r--r-- | jjb/armband/armband-ci-jobs.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/armband/armband-ci-jobs.yml b/jjb/armband/armband-ci-jobs.yml index b1cd9bf75..77718e181 100644 --- a/jjb/armband/armband-ci-jobs.yml +++ b/jjb/armband/armband-ci-jobs.yml @@ -160,6 +160,23 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + # 1.dovetail only master by now, not sync with A/B/C branches + # 2.here the stream means the SUT stream, dovetail stream is defined in its own job + # 3.only debug testsuite here(includes 3 basic testcase, + # i.e. one tempest smoke ipv6, two vping from functest) + # 4.not used for release criteria or compliance, + # only to debug the dovetail tool bugs with arm pods + - trigger-builds: + - project: 'dovetail-{installer}-{pod}-debug-{stream}' + current-parameters: false + predefined-parameters: + DEPLOY_SCENARIO={scenario} + block: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' - job-template: name: '{installer}-deploy-{pod}-daily-{stream}' |