diff options
author | mpriyank <priyank.maheshwari@est.tech> | 2022-03-11 17:45:38 +0530 |
---|---|---|
committer | mpriyank <priyank.maheshwari@est.tech> | 2022-03-14 14:46:01 +0530 |
commit | 87840f388774b2538f9ea50ac6709f00e023a469 (patch) | |
tree | b78f68d45cf5d3a222f96f90980f86a1c3ac6624 /jjb | |
parent | 4ff9f2cdafd3baa34f00e676d9d561233527394b (diff) |
[CPS] CSIT CI Job Configuration for ncmp-dmi-plugin
Issue-ID: CPS-931
Change-Id: Ide1af8e8e3a96ea1321b707043c631c51bc4d36b
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/cps/cps-ncmp-dmi-plugin-csit.yaml | 21 |
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: '' |