59c7b032d9
Horizon defined a project template 'horizon-nodejs-jobs' for nodejs jobs. This patch updates ``.zuul.yaml`` to use that template to run nodejs jobs here. Depends-On: https://review.opendev.org/c/openstack/horizon/+/831929 Change-Id: I9a4656e78314bf56130a14152c7791f577bb4f11
36 lines
976 B
YAML
36 lines
976 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-nodejs-jobs
|
|
- openstack-python3-zed-jobs-horizon
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- heat-dashboard-integration-tests:
|
|
voting: false
|