![Ghanshyam Mann](/assets/img/avatar_default.png)
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: I7dc431aea5d800f000826cb371c4f1e1c89dc302
36 lines
978 B
YAML
36 lines
978 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-nodejs14-jobs
|
|
- openstack-python3-zed-jobs-horizon
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- heat-dashboard-integration-tests:
|
|
voting: false
|