File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 # other repos the tests will run in the same place
3838 zuul_work_dir : src/opendev.org/openstack/python-openstackclient
3939
40+ - job :
41+ name : osc-tox-py310-tips
42+ parent : openstack-tox-py310
43+ description : |
44+ Run unit tests for OpenStackClient with master branch of important libs.
45+
46+ Takes advantage of the base tox job's install-siblings feature.
47+ # The job only tests the latest and shouldn't be run on the stable branches
48+ branches : ^(?!stable)
49+ required-projects :
50+ - openstack/cliff
51+ - openstack/keystoneauth
52+ - openstack/openstacksdk
53+ - openstack/osc-lib
54+ - openstack/python-openstackclient
55+ vars :
56+ # Set work dir to openstackclient so that if it's triggered by one of the
57+ # other repos the tests will run in the same place
58+ zuul_work_dir : src/opendev.org/openstack/python-openstackclient
59+
4060- job :
4161 name : osc-functional-devstack
4262 parent : devstack-tox-functional
182202 check :
183203 jobs :
184204 - osc-tox-py38-tips
205+ - osc-tox-py310-tips
185206 gate :
186207 jobs :
187208 - osc-tox-py38-tips
209+ - osc-tox-py310-tips
188210
189211- project :
190212 templates :
You can’t perform that action at this time.
0 commit comments