ee2221f052
novaclient run 2 jobs for functional tests - novaclient-dsvm-functional-identity-v3-only (non-voting) - novaclient-dsvm-functional-neutron These 2 were added when neturon and identity v3 were not default in devstack. Now both run as default and we do not separate job to run. This commit does below changes: - delete the 'novaclient-dsvm-functional-neutron' - In 'novaclient-dsvm-functional-identity-v3-only' - make 'novaclient-dsvm-functional-identity-v3-only' as voting - cleanup some 'if' condition which are hardcoded true now - rename 'novaclient-dsvm-functional-identity-v3-only' to 'novaclient-dsvm-functional' NOTE: this not going to backport to stable branch as they seems running identity v2 and v3 in those jobs. Let's keep the same setup there. Change-Id: I4bc564e548876ef4d3b30e736c0055f19c062319
20 lines
510 B
YAML
20 lines
510 B
YAML
- job:
|
|
name: novaclient-dsvm-functional
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/novaclient-dsvm-functional/run.yaml
|
|
post-run: playbooks/legacy/novaclient-dsvm-functional/post.yaml
|
|
timeout: 7200
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/nova
|
|
- openstack/python-novaclient
|
|
|
|
- project:
|
|
name: openstack/python-novaclient
|
|
check:
|
|
jobs:
|
|
- novaclient-dsvm-functional
|
|
gate:
|
|
jobs:
|
|
- novaclient-dsvm-functional
|