Sergey Kolekonov 89bb26ae39 Move sahara-ci-config to openstack namespace
sahara-ci-config as a stackforge project has been moved to openstack namespace.
This patch fixes all urls

Change-Id: Ic3904ca44121d15d75b1b0060a2537b48b4b9be0
2015-10-19 14:30:36 +03:00

127 lines
3.6 KiB
YAML

- job-template:
name: 'tempest-{name}-tests'
defaults: global
builders:
- gerrit-git-prep
- ci-config-prep
- shell: "FUNCTION_PATH=$WORKSPACE/sahara-ci-config/slave-scripts $WORKSPACE/sahara-ci-config/slave-scripts/tempest.sh"
properties:
- zeromq-event
- build-blocker:
blocking-jobs:
- "tempest-.*-tests"
publishers:
- sahara-logs
- console-log
- trigger-cleanup
node: trusty-neutron || trusty-nova
- job-template:
name: 'gate-saharaclient-distributed-heat-fake'
defaults: global
builders:
- gerrit-git-prep
- ci-config-prep
- shell: "FUNCTION_PATH=$WORKSPACE/sahara-ci-config/slave-scripts $WORKSPACE/sahara-ci-config/slave-scripts/gate-saharaclient.sh"
properties:
- zeromq-event
publishers:
- sahara-logs
- console-log
- trigger-cleanup
node: trusty-neutron || trusty-nova
- job-template:
name: 'gate-sahara-{network}-{engine}-{plugin}-{os}'
defaults: global
builders:
- gerrit-git-prep
- ci-config-prep
- shell: "FUNCTION_PATH=$WORKSPACE/sahara-ci-config/slave-scripts $WORKSPACE/sahara-ci-config/slave-scripts/gate-sahara.sh"
properties:
- zeromq-event
publishers:
- sahara-logs
- console-log
- trigger-cleanup
node: 'trusty-{network}'
- job-template:
name: 'gate-sahara-{network}-{engine}-{plugin}-{os}-aio'
defaults: global
builders:
- gerrit-git-prep
- ci-config-prep
- shell: "FUNCTION_PATH=$WORKSPACE/sahara-ci-config/slave-scripts $WORKSPACE/sahara-ci-config/slave-scripts/gate-sahara.sh"
properties:
- zeromq-event
publishers:
- sahara-logs
- console-log
- trigger-cleanup
node: 'trusty-{network}'
- project:
name: sahara
network: nova
engine: direct
plugin:
- cdh_5.3.0
- cdh_5.4.0
os:
- u12
- c6.6
jobs:
- 'gate-sahara-{network}-{engine}-{plugin}-{os}-aio'
- 'gate-sahara-{network}-{engine}-{plugin}-{os}':
engine: heat
plugin:
- vanilla_2.6.0
- vanilla_2.7.1
- transient
- mapr_4.0.2.mrv2
os: u14
network: neutron
- 'gate-sahara-{network}-{engine}-{plugin}-{os}':
plugin: transient
os: u14
network: neutron
- 'gate-sahara-{network}-{engine}-{plugin}-{os}-aio':
plugin:
- spark_1.0.0
- spark_1.3.1
os: u14
network: neutron
- 'gate-sahara-{network}-{engine}-{plugin}-{os}':
network: nova
engine: heat
plugin:
- hdp_2.0.6
- ambari_2.3
os: c6.6
- 'tempest-{name}-tests'
- project:
name: saharaclient
jobs:
- 'gate-saharaclient-distributed-heat-fake'
- 'tempest-{name}-tests'
- job:
name: gate-sahara-pep8-trunk
project-type: freestyle
defaults: global
description: "<b>This job is managed by Jenkins Job Builder, do not edit it through WebUI.\
\n<p>Please use this repository to make changes: <a href=\"https://git.openstack.org/openstack/sahara-ci-config\">https://git.openstack.org/openstack/sahara-ci-config</a></b>\
\n<p>This job runs pep8 check using trunk version of hacking"
disabled: false
node: trusty-neutron || trusty-nova
builders:
- gerrit-git-prep
- ci-config-prep
- shell: "$WORKSPACE/sahara-ci-config/slave-scripts/gate-sahara-pep8-trunk.sh"
properties:
- zeromq-event
publishers:
- console-log