Functional test job for Kolla
Change-Id: Id8c232748495e3138295b6e1fbebf67812f08985 implements blueprint: rabbitmq-gating
This commit is contained in:
parent
9c97066d02
commit
e759665731
13
jenkins/jobs/kolla.yaml
Normal file
13
jenkins/jobs/kolla.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
- job-template:
|
||||||
|
name: '{pipeline}-kolla-functional-f21'
|
||||||
|
node: '{node}'
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- link-logs
|
||||||
|
- net-info
|
||||||
|
- gerrit-git-prep
|
||||||
|
- shell: |
|
||||||
|
'tools/pre-commit-hook'
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- console-log
|
@ -3478,6 +3478,9 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- gate-{name}-bashate
|
- gate-{name}-bashate
|
||||||
- gate-{name}-pep8
|
- gate-{name}-pep8
|
||||||
|
- '{pipeline}-kolla-functional-f21':
|
||||||
|
pipeline: check
|
||||||
|
node: 'devstack-f21'
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: kwapi
|
name: kwapi
|
||||||
|
@ -901,6 +901,8 @@ jobs:
|
|||||||
branch: ^(?!stable/icehouse).*$
|
branch: ^(?!stable/icehouse).*$
|
||||||
- name: gate-kolla-bashate
|
- name: gate-kolla-bashate
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: check-kolla-functional-f21
|
||||||
|
voting: false
|
||||||
- name: ^(gate-)?devstack-publish-docs
|
- name: ^(gate-)?devstack-publish-docs
|
||||||
branch: ^master
|
branch: ^master
|
||||||
- name: ^gate-puppet-.*-puppet-beaker-rspec$
|
- name: ^gate-puppet-.*-puppet-beaker-rspec$
|
||||||
@ -4898,6 +4900,7 @@ projects:
|
|||||||
check:
|
check:
|
||||||
- gate-kolla-bashate
|
- gate-kolla-bashate
|
||||||
- gate-kolla-pep8
|
- gate-kolla-pep8
|
||||||
|
- check-kolla-functional-f21
|
||||||
gate:
|
gate:
|
||||||
- noop
|
- noop
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user