File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 48
48
Run tox-based functional tests for the OpenStack Nova project with Nova
49
49
specific irrelevant-files list. Uses tox with the ``functional``
50
50
environment.
51
+
52
+ This job also provides a parent for other projects to run the nova
53
+ functional tests on their own changes.
51
54
required-projects :
55
+ # including nova here makes this job reusable by other projects
56
+ - openstack/nova
52
57
- openstack/placement
53
58
irrelevant-files : &functional-irrelevant-files
54
59
- ^.*\.rst$
57
62
- ^nova/locale/.*$
58
63
- ^releasenotes/.*$
59
64
vars :
65
+ # explicitly stating the work dir makes this job reusable by other
66
+ # projects
67
+ zuul_work_dir : src/opendev.org/openstack/nova
60
68
tox_envlist : functional
61
69
tox_install_siblings : true
62
70
timeout : 3600
93
101
Run tox-based functional tests for the OpenStack Nova project
94
102
under cPython version 3.7 with Nova specific irrelevant-files list.
95
103
Uses tox with the ``functional-py37`` environment.
104
+
105
+ This job also provides a parent for other projects to run the nova
106
+ functional tests on their own changes.
96
107
required-projects :
108
+ # including nova here makes this job reusable by other projects
109
+ - openstack/nova
97
110
- openstack/placement
98
111
irrelevant-files : *functional-irrelevant-files
99
112
vars :
113
+ # explicitly stating the work dir makes this job reusable by other
114
+ # projects
115
+ zuul_work_dir : src/opendev.org/openstack/nova
100
116
tox_envlist : functional-py37
101
117
bindep_profile : test py37
102
118
python_version : 3.7
You can’t perform that action at this time.
0 commit comments