diff options
author | Jun Li <matthew.lijun@huawei.com> | 2017-03-10 02:49:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-10 02:49:07 +0000 |
commit | 245f827f4a06cbf2e5a760ae707196878f9e7f3d (patch) | |
tree | 01bb568f6a12a759723c06ff28948b118e5282b0 /jjb | |
parent | 3ec2c2b06b992f24e578f7f4441a36e2363ccd73 (diff) | |
parent | 28d20442c0bca37beab3d79439537b9c25597c07 (diff) |
Merge "dovetail: add dovetail debug testsuite into joid daily loop"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/joid/joid-daily-jobs.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/joid/joid-daily-jobs.yml b/jjb/joid/joid-daily-jobs.yml index e61524452..93cad0f0c 100644 --- a/jjb/joid/joid-daily-jobs.yml +++ b/jjb/joid/joid-daily-jobs.yml @@ -157,6 +157,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 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 joid + - trigger-builds: + - project: 'dovetail-joid-{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: 'joid-deploy-{pod}-daily-{stream}' |