Merge "Add SonarQube Verify job to all CPS Repos"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 14 Mar 2022 18:36:47 +0000 (18:36 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 14 Mar 2022 18:36:47 +0000 (18:36 +0000)
jjb/cps/cps-ncmp-dmi-plugin-csit.yaml [new file with mode: 0644]
jjb/oom/offline-installer.yaml

diff --git a/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml b/jjb/cps/cps-ncmp-dmi-plugin-csit.yaml
new file mode 100644 (file)
index 0000000..86ff13c
--- /dev/null
@@ -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: ''
index 72d085f..196a53e 100644 (file)
@@ -54,7 +54,7 @@
           - 'docker-downloader':
                 tox-dir: 'build/download'
                 tox-envs: 'pytest'
-                pattern: '**/*'
+                pattern: 'build/download/**'
       stream:
           - 'master':
                 branch: 'master'