diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/integration-bootstrap.yaml | 16 | ||||
-rw-r--r-- | jjb/integration/integration-devtool.yaml | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/jjb/integration/integration-bootstrap.yaml b/jjb/integration/integration-bootstrap.yaml deleted file mode 100644 index 9fc3f765e..000000000 --- a/jjb/integration/integration-bootstrap.yaml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- project: - name: integration-bootstrap - project-name: 'integration' - project: 'integration' - jobs: - - '{project-name}-{stream}-{subproject}-verify-python' - subproject: - - 'vagrant-onap': - path: 'bootstrap/vagrant-onap' - pattern: 'bootstrap/vagrant-onap/**' - stream: - - 'master': - branch: 'master' - mvn-settings: 'integration-settings' - build-node: ubuntu1604-basebuild-2c-1g diff --git a/jjb/integration/integration-devtool.yaml b/jjb/integration/integration-devtool.yaml new file mode 100644 index 000000000..15b436915 --- /dev/null +++ b/jjb/integration/integration-devtool.yaml @@ -0,0 +1,16 @@ +--- +- project: + name: integration-devtool + project-name: 'integration-devtool' + jobs: + - '{project-name}-{stream}-{subproject}-verify-python' + project: 'integration/devtool' + subproject: + - 'devtool': + path: '.' + pattern: '**' + stream: + - 'master': + branch: 'master' + mvn-settings: 'integration-devtool-settings' + build-node: ubuntu1604-basebuild-2c-1g |