Merge "Fix dovetail docker daily job"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 16 Apr 2018 19:10:39 +0000 (19:10 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 16 Apr 2018 19:10:39 +0000 (19:10 +0000)
jjb/global-jjb
jjb/music/music-jar.yaml [new file with mode: 0644]
jjb/onap-jjb/onap-pypi-template.yaml
jjb/vvp/vvp-validation-scripts.yaml

index edf56a1..9f237eb 160000 (submodule)
@@ -1 +1 @@
-Subproject commit edf56a1e9ce91d936388621ecfc850162aabfebd
+Subproject commit 9f237eb9ddb18fe6e01cbadea0a75e36a0baf8d7
diff --git a/jjb/music/music-jar.yaml b/jjb/music/music-jar.yaml
new file mode 100644 (file)
index 0000000..dba2ab2
--- /dev/null
@@ -0,0 +1,22 @@
+---
+- project:
+    name: music-jar
+    project-name: 'music'
+    subproject:
+      - 'music-jar':
+          pom: 'jar/pom.xml'
+          pattern: 'jar/**'
+    jobs:
+      - gerrit-maven-clm:
+          mvn-params: '-f jar/pom.xml'
+      - '{project-name}-{stream}-{subproject}-verify-java'
+      - '{project-name}-{stream}-{subproject}-merge-java'
+    project: 'music'
+    stream:
+      - 'release-2.5.3':
+          branch: 'release-2.5.3'
+    mvn-settings: 'music-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-node: ubuntu1604-builder-4c-4g
+
index bfd7099..632bc8e 100644 (file)
@@ -88,7 +88,7 @@
             - file-id: pypirc
               target: '$HOME/.pypirc'
       - shell:
-          !include-raw-escape: ../shell/pypi-dist-build.sh
+          !include-raw-escape: ../../shell/pypi-dist-build.sh
 
       - publish-pypi:
           pypi-server: staging
             - file-id: pypirc
               target: '$HOME/.pypirc'
       - shell:
-          !include-raw-escape: ../shell/pypi-dist-build.sh
+          !include-raw-escape: ../../shell/pypi-dist-build.sh
 
       - publish-pypi:
           pypi-server: release
             - file-id: pypirc
               target: '$HOME/.pypirc'
       - shell:
-          !include-raw-escape: ../shell/pypi-dist-build.sh
+          !include-raw-escape: ../../shell/pypi-dist-build.sh
 
       - publish-pypi:
           pypi-server: staging
             - file-id: pypirc
               target: '$HOME/.pypirc'
       - shell:
-          !include-raw-escape: ../shell/pypi-dist-build.sh
+          !include-raw-escape: ../../shell/pypi-dist-build.sh
 
       - publish-pypi:
           pypi-server: release
index c0d7185..7a57deb 100644 (file)
     jobs:
       - gerrit-python-xc-clm
       - '{project-name}-{stream}-{subproject}-verify-python'
+- project:
+    name: vvp-validation-scripts-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'vvp/validation-scripts'
+    project-name: 'vvp-validation-scripts'
+    branch: 'master'
+    mvn-settings: 'vvp-validation-scripts-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+