diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-09-18 17:04:27 -0700 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-09-18 17:24:05 -0700 |
commit | 1b438098489f5409a81bc1882eb362852cb4b268 (patch) | |
tree | d7ef3f552915d58ed2d19fd7027daa7e89172110 | |
parent | 291e1257c1462b8f4205d74bb42df33a80da2161 (diff) |
Clean Sonar and CLM project name
Removing sonar scan and CLM for this repo as it handles
only sql files
Change-Id: I4166a86aa844fe80229aa3137918eabfed5036bd
Issue-ID: CIMAN-202
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
-rw-r--r-- | jjb/vfc/vfc-nfvo-db.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/jjb/vfc/vfc-nfvo-db.yaml b/jjb/vfc/vfc-nfvo-db.yaml index 32d13333a..8a4cf5e4c 100644 --- a/jjb/vfc/vfc-nfvo-db.yaml +++ b/jjb/vfc/vfc-nfvo-db.yaml @@ -9,7 +9,6 @@ branch: 'master' build-node: ubuntu1604-builder-4c-4g jobs: - - gerrit-maven-clm - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -18,16 +17,3 @@ mvn-goals: 'install' script: !include-raw-escape: 'build-nfvo-db-docker-image.sh' - -- project: - name: vfc-nfvo-db-sonar - jobs: - - gerrit-maven-sonar - cron: 'H 11 * * *' - build-node: ubuntu1604-builder-4c-4g - project: 'vfc/nfvo/db' - project-name: 'vfc-nfvo-db' - branch: 'master' - mvn-settings: 'vfc-nfvo-db-settings' - mvn-goals: 'clean install' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' |