5e605dae20
Remove voting for the py38, 310, and 311 gate jobs, until we can get the upstream gate to pass reliably. Change-Id: I0f062c2c2dc7c59d68be454095809f44bdfb24bd
84 lines
3.1 KiB
YAML
84 lines
3.1 KiB
YAML
- project:
|
|
name: x/group-based-policy
|
|
templates:
|
|
- openstack-python3-jobs
|
|
- publish-to-pypi
|
|
# REVISIT: In the jobs below, the required-projects clause is needed on
|
|
# the master branch to select the correct version of the requirements
|
|
# repository. Otherwise, the master version will be used. It can be
|
|
# eliminated on the stable branches, and on the master branch once this
|
|
# repository's master branch is based on the neutron repository's master
|
|
# branch.
|
|
check:
|
|
jobs:
|
|
- openstack-tox-pep8:
|
|
nodeset: ubuntu-focal
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/2023.1
|
|
- openstack-tox-py38:
|
|
nodeset: ubuntu-focal
|
|
# Ignore py38 results until the gate is fixed
|
|
voting: false
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/2023.1
|
|
- openstack-tox-py39:
|
|
nodeset: ubuntu-focal
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/2023.1
|
|
- openstack-tox-py310:
|
|
nodeset: ubuntu-jammy
|
|
# Ignore py310 results until the gate is fixed
|
|
voting: false
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/2023.1
|
|
- openstack-tox-py311:
|
|
nodeset: ubuntu-jammy
|
|
# Ignore py311 results until the gate is fixed
|
|
voting: false
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/2023.1
|
|
- legacy-group-based-policy-dsvm-functional:
|
|
voting: false
|
|
- legacy-group-based-policy-dsvm-aim:
|
|
voting: false
|
|
- legacy-group-based-policy-dsvm-nfp:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pep8:
|
|
nodeset: ubuntu-focal
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/2023.1
|
|
- openstack-tox-py38:
|
|
nodeset: ubuntu-focal
|
|
# Ignore py38 results until the gate is fixed
|
|
voting: false
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/2023.1
|
|
- openstack-tox-py39:
|
|
nodeset: ubuntu-focal
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/2023.1
|
|
- openstack-tox-py310:
|
|
nodeset: ubuntu-jammy
|
|
# Ignore py310 results until the gate is fixed
|
|
voting: false
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/2023.1
|
|
- openstack-tox-py311:
|
|
nodeset: ubuntu-jammy
|
|
# Ignore py311 results until the gate is fixed
|
|
voting: false
|
|
required-projects:
|
|
- name: openstack/requirements
|
|
override-checkout: stable/2023.1
|