group-based-policy/.zuul.yaml
Nisar Khan 2756b00d61 Upstream has moved to using unmaintained status for some branches.
This patch adapts to the new unmaintained branch status.

Change-Id: Ied0ec59b864bf047149e6715a85dd5bf5fbe640a
2024-04-05 05:54:09 +00:00

62 lines
2.3 KiB
YAML

- project:
name: x/group-based-policy
templates:
- openstack-python3-victoria-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-bionic
required-projects:
- name: openstack/requirements
override-checkout: unmaintained/victoria
- openstack-tox-py36:
nodeset: ubuntu-bionic
required-projects:
- name: openstack/requirements
override-checkout: unmaintained/victoria
- openstack-tox-py37:
nodeset: ubuntu-bionic
required-projects:
- name: openstack/requirements
override-checkout: unmaintained/victoria
- openstack-tox-py38:
nodeset: ubuntu-bionic
required-projects:
- name: openstack/requirements
override-checkout: unmaintained/victoria
- 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-bionic
required-projects:
- name: openstack/requirements
override-checkout: unmaintained/victoria
- openstack-tox-py36:
nodeset: ubuntu-bionic
required-projects:
- name: openstack/requirements
override-checkout: unmaintained/victoria
- openstack-tox-py37:
nodeset: ubuntu-bionic
required-projects:
- name: openstack/requirements
override-checkout: unmaintained/victoria
- openstack-tox-py38:
nodeset: ubuntu-bionic
required-projects:
- name: openstack/requirements
override-checkout: unmaintained/victoria