Ansible job definitions for OpenStack projects CI systems
Go to file
Andreas Jaeger 76297923ab Add py38 job templates and make py3 templates consistent
OpenStack now uses python templates per release, like
openstack-python3-victoria-jobs.

Some projects need more fine granular control over which jobs to test,
so use:
- openstack-python38-jobs which just adds py38; this follows the pattern
  with earlier versions
- openstack-python38-jobs-no-constraints: Same jobs but without
  constraints
- openstack-python36-jobs-no-constraints: Same jobs for py36
- openstack-pep-publish-jobs to run pep8 and publishing of tarballs

Update templates openstack-python35-jobs-no-constraints and
openstack-python37-jobs-no-constraints to follow the scheme above.

If this gets approved, I'll review users of
openstack-python35-jobs-no-constraints and
openstack-python37-jobs-no-constraints and add
openstack-pep-publish-jobs-no-constraints to their Zuul configuration
wherever needed.

See also https://etherpad.opendev.org/p/-CBx0IaMT37oFBHdt8iV

Change-Id: If5ce06f620f5cd2161b752e1cc402a4e39d36e90
2020-06-25 08:40:02 +02:00
doc Update docs building 2020-01-19 16:55:45 +01:00
playbooks Add ensure-virtualenv for legacy multinode jobs 2020-06-22 22:18:12 +00:00
roles Update echo for pdf-docs to match recent change 2020-06-16 11:07:48 +02:00
tests Update include 2020-05-26 15:59:19 +02:00
zuul.d Add py38 job templates and make py3 templates consistent 2020-06-25 08:40:02 +02:00
.ansible-lint ansible-lint: add 204 rule 2020-06-03 13:41:19 +10:00
.gitignore Add configure-swap role 2017-10-20 14:13:33 +11:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:57 +00:00
LICENSE Initial commit 2017-05-03 11:53:09 -04:00
README.rst Update README to reflect current status 2017-10-23 11:41:06 +02:00
setup.cfg Update docs building 2020-01-19 16:55:45 +01:00
setup.py Initial commit for docs 2017-05-19 17:03:53 -04:00
test-requirements.txt Update to hacking 3.0 2020-03-31 13:44:46 +02:00
tox.ini Stop configuring install_command in tox. 2020-05-26 12:36:35 +02:00

README.rst

OpenStack Infra Zuul jobs

This repo contains a set of ansible playbooks which are used by the OpenStack project CI system Zuul. It also contains job and project-template definitions for the OpenStack project. You should edit these files to make configuration changes to OpenStack Infrastructure CI.