Replace the "manila-tempest-dsvm-generic-scenario-custom-image" job with a native Zuulv3 style job that does not use the deprecated devstack-gate project. This new test job runs integration NFS and CIFS tests against a newly created test image that is used as the service instance image, as well as the client image. Change-Id: I3d2345e80f3bc18558d4cc6cc58108ff63119460 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>changes/92/742592/10
parent
9f1a542e44
commit
873527d746
@ -0,0 +1,7 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: ensure-tox
|
||||
ensure_global_symlinks: true
|
||||
- role: build-mie-images
|
||||
images_to_build:
|
||||
- generic
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
mie_project_path: "{{ zuul.projects['opendev.org/openstack/manila-image-elements'].src_dir }}"
|
||||
images_to_build:
|
||||
- cephfs
|
||||
- generic
|
@ -0,0 +1,28 @@
|
||||
- project:
|
||||
templates:
|
||||
- check-requirements
|
||||
- build-openstack-docs-pti
|
||||
- openstack-lower-constraints-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- manila-image-elements-buildimages
|
||||
- manila-image-elements-buildimage-docker
|
||||
- manila-tempest-dsvm-container-scenario-custom-image:
|
||||
voting: false
|
||||
irrelevant-files: &irrelevant-files
|
||||
- ^(test-|)requirements.txt$
|
||||
- ^setup.cfg$
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^tox.ini$
|
||||
- manila-image-elements-generic-scenario:
|
||||
voting: false
|
||||
irrelevant-files: *irrelevant-files
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
- manila-image-elements-buildimages
|
||||
post:
|
||||
jobs:
|
||||
- manila-image-elements-publish-artifacts
|
Loading…
Reference in new issue