Replace the 'novaclient-dsvm-functional' legacy Zuul job with the 'python-novaclient-functional' native Zuul v3 job. See https://governance.openstack.org/tc/goals/selected/victoria/native-zuulv3-jobs.html for more details. Change-Id: I35b5699b8b0814f2d17a37e024286cd440047ec8 Signed-off-by: Takashi Natsume <takanattie@gmail.com> Co-Authored-By: Andrey Kurilin <andr.kurilin@gmail.com>
7 lines
108 B
YAML
7 lines
108 B
YAML
- hosts: all
|
|
vars:
|
|
tox_envlist: functional
|
|
roles:
|
|
- fetch-tox-output
|
|
- fetch-subunit-output
|