
Horizon defined a project template 'horizon-non-primary-django-jobs' for django jobs. This patch use that template to run django jobs here and also fixes failed test cases for django2.2 support. For information please refer [1] [1] https://review.opendev.org/#/c/681969/ Change-Id: I3ab81402633b9abe39e49c3921585db992050540
38 lines
1.0 KiB
YAML
38 lines
1.0 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://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-lower-constraints-jobs
|
|
- openstack-python-jobs-horizon
|
|
- openstack-python3-train-jobs-horizon
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- heat-dashboard-integration-tests:
|
|
voting: false
|