summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2022-03-14 18:35:50 +0000
committerGerrit Code Review <gerrit@onap.org>2022-03-14 18:35:50 +0000
commit9824192a1c9822e95cdc0680fd6f91c6345c62b6 (patch)
treeec97ee1a92627949fb01c571f999e07b82e0a541
parentd43af3f7cf5dbc71de82acfb0920e95c665e12c6 (diff)
parent87840f388774b2538f9ea50ac6709f00e023a469 (diff)
Merge "[CPS] CSIT CI Job Configuration for ncmp-dmi-plugin"
-rw-r--r--jjb/cps/cps-ncmp-dmi-plugin-csit.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml b/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml
new file mode 100644
index 000000000..86ff13c60
--- /dev/null
+++ b/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml
@@ -0,0 +1,21 @@
+---
+- project:
+ name: cps-ncmp-dmi-plugin-csit
+ jobs:
+ - '{project-name}-review-verification-maven-{stream}':
+ mvn-goals: clean install
+ mvn-params: '-Dmaven.test.skip=true -Pdocker'
+ - '{project-name}-merge-verification-maven-{stream}':
+ mvn-goals: clean install
+ mvn-params: '-Dmaven.test.skip=true -Pdocker'
+ project-name: 'cps-ncmp-dmi-plugin'
+ recipients: 'toine.siebelink@est.tech'
+ # project name in gerrit
+ project: 'cps/ncmp-dmi-plugin'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'istanbul':
+ branch: 'istanbul'
+ mvn-settings: 'cps-ncmp-dmi-plugin-settings'
+ robot-options: ''