diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-07-18 15:37:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-07-18 15:37:43 +0000 |
commit | 5bc8e1151ef3140f81706785464b7c8ce535b25e (patch) | |
tree | 6fa01d7ffbbae583b8daeea66832ce8fb0e6d830 /jjb | |
parent | 77903edce4b3e8b4fdf7c0ff601ec24b74ffe962 (diff) | |
parent | 31211530430aff00e847fc331c068ced8f936a5f (diff) |
Merge "Add ci job script for vfc-nfvo-lcm"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vfc/vfc-nfvo-lcm-python.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-lcm-python.yaml b/jjb/vfc/vfc-nfvo-lcm-python.yaml new file mode 100644 index 000000000..92936932b --- /dev/null +++ b/jjb/vfc/vfc-nfvo-lcm-python.yaml @@ -0,0 +1,17 @@ +--- + +- project: + name: vfc-nfvo-lcm + project-name: 'vfc-nfvo-lcm' + project: 'vfc/nfvo/lcm' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vfc-nfvo-lcm-settings' + build-node: ubuntu1604-basebuild-4c-4g + subproject: + - 'lcm': + path: 'lcm' + pattern: 'lcm/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' |