sahara-dashboard/.zuul.yaml
OpenStack Release Bot aeed480a44 Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I89e4b6c5304e1cb78b8e51404e8061212fa3a374
2022-09-13 12:31:58 +00:00

54 lines
1.5 KiB
YAML

- project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- openstack-python3-jobs-horizon
- release-notes-jobs-python3
experimental:
jobs:
- sahara-dashboard-integration
- job:
name: sahara-dashboard-tox-base
parent: openstack-tox
required-projects:
- openstack/sahara-dashboard
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- ^sahara_dashboard/locale/.*$
- job:
name: sahara-dashboard-integration
parent: devstack
required-projects:
- openstack/heat
- openstack/horizon
- openstack/sahara
- openstack/sahara-plugin-ambari
- openstack/sahara-plugin-cdh
- openstack/sahara-plugin-mapr
- openstack/sahara-plugin-spark
- openstack/sahara-plugin-storm
- openstack/sahara-plugin-vanilla
- openstack/sahara-dashboard
roles:
- zuul: openstack/horizon
vars:
devstack_plugins:
sahara: 'https://opendev.org/openstack/sahara'
sahara-dashboard: 'https://opendev.org/openstack/sahara-dashboard'
heat: 'https://opendev.org/openstack/heat'
devstack_services:
horizon: true
tls-proxy: false
devstack_localrc:
USE_PYTHON3: True
pre-run: playbooks/sahara-dashboard-integration/pre.yaml
run: playbooks/sahara-dashboard-integration/run.yaml
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$