Switch configbinding sonar job 76/95076/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 5 Sep 2019 18:21:39 +0000 (14:21 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 5 Sep 2019 18:24:01 +0000 (14:24 -0400)
Use gerrit-tox-sonar instead of gerrit-maven sonar
to ensure that tox runs first, then maven to report.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Issue-ID: DCAEGEN2-1729
Change-Id: I37555c1882ebe3d3d1a9f43be28d87dbb3eedda6

jjb/dcaegen2/dcaegen2-platform-configbinding.yaml

index e40bc5c..83e6c5b 100644 (file)
     project-name: dcaegen2-platform-configbinding
     cron: '@daily'
     build-node: ubuntu1604-builder-4c-4g
+    # Sonar jobs use maven to push report
     mvn-settings: dcaegen2-platform-configbinding-settings
-    mvn-goals: 'clean install'
+    mvn-goals: 'clean test'
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
     branch: master
     jobs:
-      # Sonar jobs require maven, even for Python
-      - gerrit-maven-sonar
+      - gerrit-tox-sonar
 
 - project:
     name: dcaegen2-platform-configbinding-info