Add LIO barbican tests to .zuul.yaml
Load the LIO job from Cinder's repo where it is defined. Change-Id: I30723c5224cb9cc8d02a6099491aa2f4b1cbec46
This commit is contained in:
parent
d398fa8233
commit
e506d83220
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
!.gitignore
|
!.gitignore
|
||||||
!.mailmap
|
!.mailmap
|
||||||
!.testr.conf
|
!.testr.conf
|
||||||
|
!.zuul.yaml
|
||||||
/.*
|
/.*
|
||||||
|
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
@ -20,12 +20,19 @@
|
|||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^(test-|)requirements.txt$
|
- ^(test-|)requirements.txt$
|
||||||
- ^setup.cfg$
|
- ^setup.cfg$
|
||||||
|
- os-brick-cinder-tempest-dsvm-lvm-lio-barbican
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- legacy-tempest-dsvm-full-lio-src-os-brick:
|
- legacy-tempest-dsvm-full-lio-src-os-brick:
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^(test-|)requirements.txt$
|
- ^(test-|)requirements.txt$
|
||||||
- ^setup.cfg$
|
- ^setup.cfg$
|
||||||
|
- os-brick-cinder-tempest-dsvm-lvm-lio-barbican
|
||||||
experimental:
|
experimental:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-pylint
|
- openstack-tox-pylint
|
||||||
|
- job:
|
||||||
|
name: os-brick-cinder-tempest-dsvm-lvm-lio-barbican
|
||||||
|
parent: cinder-tempest-dsvm-lvm-lio-barbican
|
||||||
|
required-projects:
|
||||||
|
- openstack/cinder
|
||||||
|
Loading…
Reference in New Issue
Block a user