summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-03-11 20:24:33 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-11 20:24:33 +0000
commit4181559aa4bd78f0e844920e22bc12c83d24a2c0 (patch)
treee17dd719d959c5a0eef5fca99dbf7fa3b54d6f14 /jjb
parent651d99588e9008ddd8e0093f76d010c0f90e78cd (diff)
parentfbf74d6f28b5450c1179f0c821537eb902e393cb (diff)
Merge "[VVP] adding verify and sonar jobs for test-engine"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/vvp/vvp-test-engine.yaml36
1 files changed, 35 insertions, 1 deletions
diff --git a/jjb/vvp/vvp-test-engine.yaml b/jjb/vvp/vvp-test-engine.yaml
index c746fbd94..e3c571f30 100644
--- a/jjb/vvp/vvp-test-engine.yaml
+++ b/jjb/vvp/vvp-test-engine.yaml
@@ -1,6 +1,6 @@
---
- project:
- name: vvp-test-engine
+ name: vvp-test-engine-info
project-name: 'vvp-test-engine'
project: 'vvp/test-engine'
mvn-settings: 'vvp-test-engine-settings'
@@ -8,3 +8,37 @@
jobs:
- gerrit-info-yaml-verify
build-node: centos7-builder-2c-1g
+
+- project:
+ name: vvp-test-engine-sonar
+ jobs:
+ - gerrit-maven-sonar
+ sonarcloud: true
+ sonarcloud-project-organization: '{sonarcloud_project_organization}'
+ sonarcloud-api-token: '{sonarcloud_api_token}'
+ sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
+ sonar-mvn-goal: '{sonar_mvn_goal}'
+ cron: '@daily'
+ build-node: ubuntu1804-docker-8c-8g
+ project: 'vvp/test-engine'
+ project-name: 'vvp-test-engine'
+ branch: 'master'
+ mvn-settings: 'vvp-test-engine-settings'
+ mvn-goals: 'clean install'
+ mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
+
+- project:
+ name: vvp-test-engine-verify
+ project-name: 'vvp-test-engine'
+ project: 'vvp/vvp-test-engine'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'vvp-test-engine-settings'
+ build-node: 'centos7-builder-4c-4g'
+ subproject:
+ - 'onap-client':
+ path: 'onap-client'
+ pattern: 'onap-client/**'
+ jobs:
+ - '{project-name}-{stream}-{subproject}-verify-python'