forked from openstack/ironic-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zuul.yaml
45 lines (43 loc) · 1.13 KB
/
.zuul.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
- job:
name: ironic-ui-integration-tests
parent: horizon-integration-tests
required-projects:
- name: openstack/horizon
- name: openstack/ironic
- name: openstack/python-ironicclient
- name: openstack/ironic-ui
roles:
- zuul: openstack-infra/devstack
- zuul: openstack/horizon
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
devstack_plugins:
ironic: https://opendev.org/openstack/ironic
ironic-ui: https://opendev.org/openstack/ironic-ui
devstack_services:
horizon: true
tox_envlist: integration
- job:
name: ironic-ui-tox-codespell
parent: openstack-tox
timeout: 7200
vars:
tox_envlist: codespell
- project:
templates:
- check-requirements
- openstack-cover-jobs
- horizon-nodejs-jobs
- horizon-non-primary-django-jobs
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironic-ui-integration-tests:
voting: false
- ironic-ui-tox-codespell:
voting: false