heat-dashboard/.zuul.yaml
Ghanshyam Mann 904cf330f5 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

Conflicts:
	.zuul.yaml
	lower-constraints.txt

Change-Id: I7dc431aea5d800f000826cb371c4f1e1c89dc302
(cherry picked from commit 866d4bbcc5)
(cherry picked from commit 36ae65ee9d)
(cherry picked from commit 4d1ce41ba4)
2022-07-13 10:24:41 +09:00

36 lines
982 B
YAML

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