From: Jessica Wagantall Date: Thu, 29 Mar 2018 19:07:44 +0000 (-0700) Subject: Remove Sonar job for validation scripts X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d6317dbb7d9e4c253e786bcf2a5ee87faabc5cab;p=ci-management.git Remove Sonar job for validation scripts 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 --- diff --git a/jjb/vvp/vvp-validation-scripts.yaml b/jjb/vvp/vvp-validation-scripts.yaml index 73aaafd3e..c0d7185cd 100644 --- a/jjb/vvp/vvp-validation-scripts.yaml +++ b/jjb/vvp/vvp-validation-scripts.yaml @@ -16,15 +16,3 @@ 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'