e4a8ab4a11
This patch adds basic tests to verify that heat-dashboard is installed and could be opened. heat-dashboard-integration-tests job is added in a non-voting mode. Depends-On: https://review.openstack.org/634712 Change-Id: I2550d6fcd1ce4e05502f247e227aaec05e762fcb
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
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://git.openstack.org/openstack/heat
|
|
heat-dashboard: https://git.openstack.org/openstack/heat-dashboard
|
|
devstack_services:
|
|
horizon: true
|
|
tox_envlist: integration
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- nodejs4-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs-horizon
|
|
- openstack-python35-jobs-horizon
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- horizon-openstack-tox-python3-django111
|
|
- heat-dashboard-integration-tests:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- horizon-openstack-tox-python3-django111
|