From 92b17b6d5507c241e02d97d7f1f2f0a01dec0125 Mon Sep 17 00:00:00 2001 From: liyin Date: Thu, 28 Sep 2017 15:14:39 +0800 Subject: bottlenecks: enable daily deploy job. Change-Id: I84e8cf5dc9f9ae6884ff70363067b5534b6f196b Signed-off-by: liyin --- jjb/compass4nfv/compass-ci-jobs.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'jjb/compass4nfv/compass-ci-jobs.yml') diff --git a/jjb/compass4nfv/compass-ci-jobs.yml b/jjb/compass4nfv/compass-ci-jobs.yml index 74a134eda..2c1298a6b 100644 --- a/jjb/compass4nfv/compass-ci-jobs.yml +++ b/jjb/compass4nfv/compass-ci-jobs.yml @@ -290,6 +290,24 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - conditional-step: + condition-kind: and + condition-operands: + - condition-kind: regex-match + regex: os-nosdn-nofeature-ha + label: '{scenario}' + steps: + - trigger-builds: + - project: 'bottlenecks-compass-posca_stress_ping-{pod}-daily-{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: 'compass-deploy-{pod}-daily-{stream}' -- cgit 1.2.3-korg