diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2022-03-14 18:35:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-14 18:35:50 +0000 |
commit | 9824192a1c9822e95cdc0680fd6f91c6345c62b6 (patch) | |
tree | ec97ee1a92627949fb01c571f999e07b82e0a541 /jjb | |
parent | d43af3f7cf5dbc71de82acfb0920e95c665e12c6 (diff) | |
parent | 87840f388774b2538f9ea50ac6709f00e023a469 (diff) |
Merge "[CPS] CSIT CI Job Configuration for ncmp-dmi-plugin"
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: '' |