diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/cps/cps-ncmp-dmi-plugin-csit.yaml | 21 | ||||
-rw-r--r-- | jjb/relman/relman.yaml | 14 |
2 files changed, 35 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: '' diff --git a/jjb/relman/relman.yaml b/jjb/relman/relman.yaml new file mode 100644 index 000000000..94ba547b0 --- /dev/null +++ b/jjb/relman/relman.yaml @@ -0,0 +1,14 @@ +--- +- project: + name: relman-project-view + project-name: relman + views: + - project-view + +- project: + name: relman-info + project: relman + project-name: relman + build-node: centos7-builder-2c-1g + jobs: + - gerrit-info-yaml-verify |