Remove Sonar job for validation scripts 49/40249/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 29 Mar 2018 19:07:44 +0000 (12:07 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 29 Mar 2018 19:07:44 +0000 (12:07 -0700)
This repo has mostly yaml files and few py scripts.
Since there is no pom.xml this job is not able to execute.

Change-Id: I9e6dbddc3a8b3cbd00948066ccf76680f9e732bb
Issue-ID: CIMAN-140
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
jjb/vvp/vvp-validation-scripts.yaml

index 73aaafd..c0d7185 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'