diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-03-01 02:34:29 -0500 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-03-01 02:44:07 -0500 |
commit | c475e548c55b6373399867568613c8c89a3e551b (patch) | |
tree | 157af570140a4fcb4dc93a112a923f8f6667eb92 /jjb/apex | |
parent | fca2c3e73586f3977284cadda0b4cb568d6cc60a (diff) |
dovetail: add dovetail debug testsuite into apex daily loop
JIRA: DOVETAIL-359
similiar patches see
https://gerrit.opnfv.org/gerrit/#/c/25697/
Change-Id: I3715cbbc911f80fd840ab2b10708f98a03959c6f
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 126651e6c..ac1ef499b 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -599,6 +599,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 apex + - trigger-builds: + - project: 'dovetail-apex-{slave}-debug-{stream}' + current-parameters: false + predefined-parameters: + DEPLOY_SCENARIO=os-nosdn-nofeature-ha + block: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' - trigger-builds: - project: 'apex-deploy-baremetal-os-odl_l3-nofeature-ha-{stream}' predefined-parameters: | |