From: Pamela Dragosh Date: Thu, 3 Aug 2017 13:43:04 +0000 (+0000) Subject: Initial policy project CSIT job X-Git-Tag: 1.0.0-Amsterdam~363^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=03e17cec8fe6cf4d7b1fbd895ad1f7d3c2ab3c23;p=ci-management.git Initial policy project CSIT job Following instructions from integration team. Issue-Id: POLICY-143 Change-Id: Icf1c2080eba5445851f13d4f865cafd3864663e5 Signed-off-by: Pamela Dragosh --- diff --git a/jjb/policy/policy-csit.yaml b/jjb/policy/policy-csit.yaml new file mode 100644 index 000000000..db3bdbfb9 --- /dev/null +++ b/jjb/policy/policy-csit.yaml @@ -0,0 +1,15 @@ +- project: + name: policy-csit + jobs: + - '{project-name}-{stream}-verify-csit-{functionality}' + - '{project-name}-{stream}-csit-{functionality}' + project-name: 'policy' + stream: 'master' + functionality: + - 'health': + trigger_jobs: + - 'policy-engine-{stream}-merge-java' + - 'policy-drools-pdp-{stream}-merge-java' + - 'policy-drools-applications-{stream}-merge-java' + robot-options: '' + branch: 'master'