Port the os-bricks jobs to Zuul v3

All existing jobs are converted to native Zuul v3 versions.

os-brick-cinder-tempest-dsvm-lvm-lio-barbican has been removed
because it is a duplicate of cinder-tempest-plugin-lvm-lio-barbican
which does not test against the current os-brick.

os-brick-src-tempest-lvm-lio-barbican is in fact the same job,
but it tests against the os-brick codebase being tested.

Partial-Bug: #1853372

Depends-On: https://review.opendev.org/672804
Change-Id: I3e6b8f7fffff8aa2e9d4a3009374c74baa131405
(cherry picked from commit 8ef7c54807)
This commit is contained in:
Luigi Toscano 2019-12-12 14:40:17 +01:00
parent 12d252db9c
commit 5418d080a3
1 changed files with 22 additions and 17 deletions

View File

@ -10,28 +10,33 @@
- release-notes-jobs-python3
check:
jobs:
- legacy-tempest-dsvm-full-ceph-plugin-src-os-brick:
- os-brick-src-devstack-plugin-ceph:
voting: false
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- legacy-tempest-dsvm-full-lio-src-os-brick:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- os-brick-cinder-tempest-dsvm-lvm-lio-barbican
- os-brick-src-tempest-lvm-lio-barbican
gate:
jobs:
- legacy-tempest-dsvm-full-lio-src-os-brick:
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- os-brick-cinder-tempest-dsvm-lvm-lio-barbican
- os-brick-src-tempest-lvm-lio-barbican
experimental:
jobs:
- openstack-tox-pylint
- job:
name: os-brick-cinder-tempest-dsvm-lvm-lio-barbican
parent: cinder-tempest-dsvm-lvm-lio-barbican
name: os-brick-src-devstack-plugin-ceph
description: |
Tempest job which tests os-brick from source.
Former names for this job were:
* legacy-tempest-dsvm-full-ceph-plugin-src-os-brick
parent: cinder-plugin-ceph-tempest
required-projects:
- openstack/cinder
- opendev.org/openstack/os-brick
- job:
name: os-brick-src-tempest-lvm-lio-barbican
parent: cinder-tempest-plugin-lvm-lio-barbican
description: |
Specialized cinder-tempest-lvm-lio-barbican
which runs against os-brick from sources.
Former names for this job were:
* legacy-tempest-dsvm-full-lio-src-os-brick
required-projects:
- opendev.org/openstack/os-brick