96 lines
2.4 KiB
YAML
96 lines
2.4 KiB
YAML
- job:
|
|
name: 'dib-nova-heat-hdp_2'
|
|
defaults: global
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
git clone https://git.openstack.org/stackforge/sahara-ci-config
|
|
FUNCTION_PATH=$WORKSPACE/sahara-ci-config/slave-scripts $WORKSPACE/sahara-ci-config/slave-scripts/dib.sh hdp_2
|
|
|
|
properties:
|
|
- zeromq-event
|
|
|
|
publishers:
|
|
- sahara-logs
|
|
- console-log
|
|
- trigger-cleanup
|
|
node: 'trusty-nova'
|
|
|
|
- job-template:
|
|
name: 'dib-{network}-direct-{plugin}-{os}-aio'
|
|
defaults: global
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
git clone https://git.openstack.org/stackforge/sahara-ci-config
|
|
FUNCTION_PATH=$WORKSPACE/sahara-ci-config/slave-scripts $WORKSPACE/sahara-ci-config/slave-scripts/dib.sh {plugin} {os}
|
|
|
|
properties:
|
|
- zeromq-event
|
|
|
|
publishers:
|
|
- sahara-logs
|
|
- console-log
|
|
- trigger-cleanup
|
|
node: 'trusty-{network}'
|
|
|
|
- job-template:
|
|
name: 'dib-nova-direct-{plugin}-aio'
|
|
defaults: global
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
git clone https://git.openstack.org/stackforge/sahara-ci-config
|
|
FUNCTION_PATH=$WORKSPACE/sahara-ci-config/slave-scripts $WORKSPACE/sahara-ci-config/slave-scripts/dib.sh {plugin}
|
|
|
|
properties:
|
|
- zeromq-event
|
|
|
|
publishers:
|
|
- sahara-logs
|
|
- console-log
|
|
- trigger-cleanup
|
|
node: 'trusty-nova'
|
|
|
|
- job-template:
|
|
name: 'dib-neutron-heat-{plugin}-{os}'
|
|
defaults: global
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
git clone https://git.openstack.org/stackforge/sahara-ci-config
|
|
FUNCTION_PATH=$WORKSPACE/sahara-ci-config/slave-scripts $WORKSPACE/sahara-ci-config/slave-scripts/dib.sh {plugin} {os}
|
|
|
|
properties:
|
|
- zeromq-event
|
|
|
|
publishers:
|
|
- sahara-logs
|
|
- console-log
|
|
- trigger-cleanup
|
|
node: 'trusty-neutron'
|
|
|
|
- project:
|
|
name: sahara-image-elements
|
|
github-org: openstack
|
|
plugin:
|
|
- vanilla_1
|
|
os:
|
|
- ubuntu
|
|
- centos
|
|
network:
|
|
- neutron
|
|
jobs:
|
|
- 'dib-nova-heat-hdp_2'
|
|
- 'dib-{network}-direct-{plugin}-{os}-aio'
|
|
- 'dib-{network}-direct-{plugin}-{os}-aio':
|
|
network: nova
|
|
plugin: cdh
|
|
- 'dib-nova-direct-{plugin}-aio':
|
|
plugin:
|
|
- spark
|
|
- hdp_1
|
|
- 'dib-neutron-heat-{plugin}-{os}':
|
|
plugin:
|
|
- vanilla_2.6
|