os-brick/.zuul.yaml
Ghanshyam Mann 6ca48e79ba Update python testing as per zed cycle teting runtime
In Zed cycle, we have dropped the python 3.6/3.7[1] testing
and its support.

[1] https://governance.openstack.org/tc/reference/runtimes/zed.html

Change-Id: I0373229fdceabb38a56ed9b94c5ef561b79577b3
2022-05-10 19:50:04 -05:00

75 lines
1.9 KiB
YAML

- project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- os-brick-code-coverage:
voting: false
- os-brick-src-devstack-plugin-ceph:
voting: false
- os-brick-src-tempest-lvm-lio-barbican
- os-brick-src-tempest-nfs:
voting: false
gate:
jobs:
- os-brick-src-tempest-lvm-lio-barbican
experimental:
jobs:
- openstack-tox-pylint
- os-brick-mypy
- job:
name: os-brick-code-coverage
parent: openstack-tox-cover
timeout: 2400
irrelevant-files: &non-code-files
- ^(test-|)requirements.txt$
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- ^tools/.*$
- job:
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:
- opendev.org/openstack/os-brick
irrelevant-files: &doc-files
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- 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
irrelevant-files: *doc-files
- job:
name: os-brick-src-tempest-nfs
parent: devstack-plugin-nfs-tempest-full
required-projects:
- opendev.org/openstack/os-brick
irrelevant-files: *doc-files
- job:
name: os-brick-mypy
parent: openstack-tox
vars:
tox_envlist: mypy
irrelevant-files: *non-code-files