summaryrefslogtreecommitdiffstats
path: root/jjb/policy/policy-csit.yaml
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2019-02-12 16:31:49 -0500
committerChenfei Gao <cgao@research.att.com>2019-02-13 10:36:41 -0500
commit3fccd9b82a315430c48fbf1052297d16824012b6 (patch)
treef24a60ba84ad0c6cbea3fa2e20516c716b439b81 /jjb/policy/policy-csit.yaml
parent9bb01c3d6af6f0d4da25ccda8fa4b0b32f0ade72 (diff)
Add policy-api csit into Jenkins job list
Includes: 1) Added policy-api.yaml 2) Appended policy-api csit to the job list in policy-csit.yaml Issue-ID: POLICY-1270 Change-Id: I0c32a53f1a12b09b335aa3508d3ab409aec6a74f Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'jjb/policy/policy-csit.yaml')
-rw-r--r--jjb/policy/policy-csit.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/policy/policy-csit.yaml b/jjb/policy/policy-csit.yaml
index 90ee700cb..5692314a4 100644
--- a/jjb/policy/policy-csit.yaml
+++ b/jjb/policy/policy-csit.yaml
@@ -53,3 +53,19 @@
- 'policy-distribution-{stream}-merge-java'
robot-options: ''
branch: 'master'
+
+- project:
+ name: policy-api-csit
+ jobs:
+ - '{project-name}-{stream}-verify-csit-{functionality}'
+ - '{project-name}-{stream}-csit-{functionality}'
+ project-name: 'policy'
+ stream:
+ - 'master':
+ branch: master
+ functionality:
+ - 'api'
+ trigger_jobs:
+ - 'policy-api-{stream}-merge-java'
+ robot-options: ''
+ branch: 'master'