fa704ce067
Getting rid of the antelope template and replacing it with the list of the jobs instead - it's gonna be easier to add newer python jobs as we won't have to check which ones are a part of a template and which need to be added directly. mysql-server and mysql-client seem to be changed for mariadb-server and mariadb-client: https://github.com/geerlingguy/ansible-role-mysql/issues/336 Change-Id: Id37a96f32e58c5a91f25d731c89c7a565614d99f
39 lines
942 B
YAML
39 lines
942 B
YAML
- project:
|
|
templates:
|
|
- nodejs18-jobs
|
|
- openstack-cover-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py38
|
|
- openstack-tox-py39
|
|
- openstack-tox-py310
|
|
- openstack-tox-py311
|
|
- refstack-tox-functional
|
|
- opendev-tox-docs
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pep8
|
|
- openstack-tox-py38
|
|
- openstack-tox-py39
|
|
- openstack-tox-py310
|
|
- openstack-tox-py311
|
|
- refstack-tox-functional
|
|
- opendev-tox-docs
|
|
promote:
|
|
jobs:
|
|
- opendev-promote-docs
|
|
|
|
- job:
|
|
name: refstack-tox-functional
|
|
parent: openstack-tox-with-sudo
|
|
description: |
|
|
Run functional tests for an OpenStack Python project under cPython 3.
|
|
Uses tox with the ``functional`` environment.
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
vars:
|
|
tox_envlist: functional
|