diff options
author | Areli Fuss <af732p@att.com> | 2017-09-28 17:04:53 +0300 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-10-01 17:59:14 +0000 |
commit | 266007d6ed0562162dedfb022b059b27f86eef8d (patch) | |
tree | dc327a8fba057cc708c5594026709121c4af4b25 /jjb/vvp/vvp-test-engine.yaml | |
parent | 18967c14463c4344fc7762efca04ab0a16caf1c7 (diff) |
Add VVp-test-engine job file
Add VVp-test-engine job file
Change-Id: Iaaa8e8d306a282f896f35f16faaa8f6aaded4166
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
Diffstat (limited to 'jjb/vvp/vvp-test-engine.yaml')
-rw-r--r-- | jjb/vvp/vvp-test-engine.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/vvp/vvp-test-engine.yaml b/jjb/vvp/vvp-test-engine.yaml new file mode 100644 index 000000000..f187349ab --- /dev/null +++ b/jjb/vvp/vvp-test-engine.yaml @@ -0,0 +1,19 @@ +--- + +- project: + name: vvp-test-engine + project-name: 'vvp-engine' + project: 'vvp/test-engine' + stream: + - 'master': + branch: 'master' + subproject: + - validation-scripts: + path: '.' + pattern: '**' + mvn-settings: 'vvp-test-engine-settings' + build-node: ubuntu1604-basebuild-4c-4g + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' + docker-pom: 'pom.xml' + mvn-profile: 'default' |