diff options
Diffstat (limited to 'jjb/vvp')
-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' |