neutron-fwaas-dashboard/.zuul.yaml
zhouhenglc 6ab2105bd9 Drop lower-constraints.txt and its testing
As discussed in TC PTG[1] and TC resolution[2], we are
dropping the lower-constraints.txt file and its testing.
We will keep lower bounds in the requirements.txt file but
with a note that these are not tested lower bounds and we
try our best to keep them updated.

[1] https://etherpad.opendev.org/p/tc-zed-ptg#L326
[2] https://governance.openstack.org/tc/resolutions/20220414-drop-lower-constraints.html#proposal

Change-Id: I5bc51f982fa516acbda4b48466504be336cf4933
2022-05-03 15:19:57 +08:00

35 lines
1.0 KiB
YAML

- job:
name: neutron-fwaas-dashboard-integration-tests
parent: horizon-integration-tests
required-projects:
- name: openstack/horizon
- name: openstack/neutron-fwaas
- name: openstack/neutron-fwaas-dashboard
roles:
- zuul: openstack-infra/devstack
- zuul: openstack/horizon
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
devstack_plugins:
neutron-fwaas: https://git.openstack.org/openstack/neutron-fwaas
neutron-fwaas-dashboard: https://git.openstack.org/openstack/neutron-fwaas-dashboard
devstack_services:
horizon: true
tox_envlist: integration
- project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- openstack-cover-jobs-horizon
- openstack-python3-zed-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- neutron-fwaas-dashboard-integration-tests:
voting: false