diff --git a/.zuul.yaml b/.zuul.yaml index d0f819aeb28..a247c2b54b2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,7 +2,7 @@ name: openstack/cinder check: jobs: - - cinder-tempest-dsvm-lvm-lio: + - cinder-tempest-dsvm-lvm-lio-barbican: voting: false - cinder-tox-compliance - cinder-tox-bandit-baseline: @@ -13,10 +13,10 @@ - job: # Previously named legacy-tempest-dsvm-full-lio - name: cinder-tempest-dsvm-lvm-lio + name: cinder-tempest-dsvm-lvm-lio-barbican parent: legacy-dsvm-base - run: playbooks/legacy/cinder-tempest-dsvm-lvm-lio/run.yaml - post-run: playbooks/legacy/cinder-tempest-dsvm-lvm-lio/post.yaml + run: playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml + post-run: playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/post.yaml timeout: 10800 required-projects: - openstack-infra/devstack-gate diff --git a/playbooks/legacy/cinder-tempest-dsvm-lvm-lio/post.yaml b/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/post.yaml similarity index 100% rename from playbooks/legacy/cinder-tempest-dsvm-lvm-lio/post.yaml rename to playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/post.yaml diff --git a/playbooks/legacy/cinder-tempest-dsvm-lvm-lio/run.yaml b/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml similarity index 100% rename from playbooks/legacy/cinder-tempest-dsvm-lvm-lio/run.yaml rename to playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml