d385b32382
Adds the following zuul job: kayobe-tox-molecule It runs ansible role tests using the molecule framework. Note that we are currently running tox as root to work around issues with applying docker group membership in the Zuul CI environment. The ubuntu-1604 platform has been removed because the job takes a long time to run even on one platform. Change-Id: I8be24be828c0e124d822d7b39a02169c92b81eb3 Story: #2001637 Task: #6646
70 lines
1.7 KiB
YAML
70 lines
1.7 KiB
YAML
---
|
|
- job:
|
|
name: kayobe-tox-ansible-syntax
|
|
description: |
|
|
Tox job that checks Ansible playbook syntax.
|
|
parent: openstack-tox
|
|
vars:
|
|
tox_envlist: ansible-syntax
|
|
|
|
- job:
|
|
name: kayobe-tox-ansible
|
|
description: |
|
|
Tox job that runs native Ansible role tests.
|
|
parent: openstack-tox-with-sudo
|
|
vars:
|
|
tox_envlist: ansible
|
|
|
|
- job:
|
|
name: kayobe-tox-molecule
|
|
description: |
|
|
Tox job that runs molecule-based Ansible role tests.
|
|
parent: openstack-tox-with-sudo
|
|
pre-run: playbooks/kayobe-tox-molecule/pre.yml
|
|
timeout: 3600
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/pike
|
|
vars:
|
|
tox_envlist: molecule
|
|
|
|
- job:
|
|
name: kayobe-overcloud-base
|
|
description: |
|
|
Base job for testing overcloud deployment.
|
|
|
|
Configures the primary VM as an overcloud controller.
|
|
pre-run: playbooks/kayobe-overcloud-base/pre.yml
|
|
run: playbooks/kayobe-overcloud-base/run.yml
|
|
post-run: playbooks/kayobe-overcloud-base/post.yml
|
|
attempts: 1
|
|
timeout: 5400
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*
|
|
|
|
- job:
|
|
name: kayobe-overcloud-centos
|
|
parent: kayobe-overcloud-base
|
|
nodeset: kayobe-centos
|
|
|
|
- job:
|
|
name: kayobe-seed-base
|
|
description: |
|
|
Base job for testing seed deployment.
|
|
|
|
Configures the primary VM as a seed.
|
|
pre-run: playbooks/kayobe-seed-base/pre.yml
|
|
run: playbooks/kayobe-seed-base/run.yml
|
|
post-run: playbooks/kayobe-seed-base/post.yml
|
|
attempts: 1
|
|
timeout: 5400
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*
|
|
|
|
- job:
|
|
name: kayobe-seed-centos
|
|
parent: kayobe-seed-base
|
|
nodeset: kayobe-centos
|