diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-02-07 02:27:34 -0800 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-02-07 02:32:31 -0800 |
commit | b188a17ff129bdfda103b7455511c14321446613 (patch) | |
tree | b479f263dfb00f6de90c5109c8652be238c368aa /jjb | |
parent | bf8e275c1ef2c1471c5ca7f0d1376d10f2f00c0e (diff) |
Add optf-osdf JJB yaml file
Add python jobs for optf/sdf project
Change-Id: I4f74aef87d07a445cc28c346fefb3b349f39a91d
Issue-ID: OPTFRA-5
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/optf/optf-osdf-python.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jjb/optf/optf-osdf-python.yaml b/jjb/optf/optf-osdf-python.yaml new file mode 100644 index 000000000..2daaedd17 --- /dev/null +++ b/jjb/optf/optf-osdf-python.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: optf-osdf + project-name: 'optf-osdf' + project: 'optf/osdf' + stream: + - 'master': + branch: 'master' + mvn-settings: 'optf-osdf-settings' + build-node: 'ubuntu1604-basebuild-4c-4g' + subproject: + - 'osdf': + path: '.' + pattern: '**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' |