Merge "Convert ansible-role-functional jobs"
This commit is contained in:
commit
cb9b1f136a
@ -397,6 +397,28 @@
|
||||
vars:
|
||||
tox_envlist: functional
|
||||
|
||||
- job:
|
||||
name: openstack-tox-functional-centos-7
|
||||
parent: openstack-tox-functional
|
||||
description: |
|
||||
Run tox-based functional tests for an OpenStack Python project.
|
||||
|
||||
Uses tox with the ``functional`` environment.
|
||||
|
||||
Runs on CentOS 7 node.
|
||||
nodeset: centos-7
|
||||
|
||||
- job:
|
||||
name: openstack-tox-functional-fedora-26
|
||||
parent: openstack-tox-functional
|
||||
description: |
|
||||
Run tox-based functional tests for an OpenStack Python project.
|
||||
|
||||
Uses tox with the ``functional`` environment.
|
||||
|
||||
Runs on a Fedora 26 node.
|
||||
nodeset: fedora-26
|
||||
|
||||
- job:
|
||||
name: openstack-tox-functional-py35
|
||||
parent: openstack-tox
|
||||
|
@ -957,3 +957,49 @@
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-snap-with-sudo
|
||||
|
||||
- project-template:
|
||||
name: ansible-role-functional-jobs-centos7
|
||||
description: |
|
||||
Run functional tests on ansible-role repositories using
|
||||
CentOS 7 nodes.
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-functional-centos-7
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-functional-centos-7
|
||||
|
||||
- project-template:
|
||||
name: ansible-role-functional-jobs-fedora-26
|
||||
description: |
|
||||
Run functional tests on ansible-role repositories using
|
||||
Fedora 26 nodes.
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-functional-fedora-26
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-functional-fedora-26
|
||||
|
||||
- project-template:
|
||||
name: ansible-role-functional-jobs-xenial
|
||||
description: |
|
||||
Run functional tests on ansible-role repositories using
|
||||
Ubuntu Xenial nodes.
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-functional
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-functional
|
||||
|
||||
- project-template:
|
||||
name: ansible-role-functional-jobs-xenial-nv
|
||||
description: |
|
||||
Run functional tests on ansible-role repositories using
|
||||
Ubuntu Xenial nodes. The tests are non-voting.
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-functional:
|
||||
voting: false
|
||||
|
@ -7,40 +7,6 @@
|
||||
jobs:
|
||||
- legacy-ansible-lint
|
||||
|
||||
- project-template:
|
||||
name: ansible-role-functional-jobs-centos7
|
||||
check:
|
||||
jobs:
|
||||
- legacy-ansible-func-centos-7
|
||||
gate:
|
||||
jobs:
|
||||
- legacy-ansible-func-centos-7
|
||||
|
||||
- project-template:
|
||||
name: ansible-role-functional-jobs-fedora-26
|
||||
check:
|
||||
jobs:
|
||||
- legacy-ansible-func-fedora-26
|
||||
gate:
|
||||
jobs:
|
||||
- legacy-ansible-func-fedora-26
|
||||
|
||||
- project-template:
|
||||
name: ansible-role-functional-jobs-xenial
|
||||
check:
|
||||
jobs:
|
||||
- legacy-ansible-func
|
||||
gate:
|
||||
jobs:
|
||||
- legacy-ansible-func
|
||||
|
||||
- project-template:
|
||||
name: ansible-role-functional-jobs-xenial-nv
|
||||
check:
|
||||
jobs:
|
||||
- legacy-ansible-func:
|
||||
voting: false
|
||||
|
||||
- project-template:
|
||||
name: fuel-ccp-component
|
||||
check:
|
||||
|
Loading…
x
Reference in New Issue
Block a user