summaryrefslogtreecommitdiffstats
path: root/jjb/vvp
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2020-03-03 15:26:37 -0800
committerstark, steven <steven.stark@att.com>2020-03-11 10:59:58 -0700
commitfbf74d6f28b5450c1179f0c821537eb902e393cb (patch)
tree25f570af69c5ffbe4b38673f8b267f12b86634a5 /jjb/vvp
parent7e00ba517879c4ddb240a7e232875b7521d5b280 (diff)
[VVP] adding verify and sonar jobs for test-engine
Issue-ID: VVP-383 Signed-off-by: stark, steven <steven.stark@att.com> Change-Id: I1ca1937a2077b22e5a294eb963a8a7ceb44fc0aa
Diffstat (limited to 'jjb/vvp')
-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'