2a9ac87cc4
Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: Ib67538ebd0f8ebbea5a700343f52655b0f7fecd4
99 lines
2.9 KiB
YAML
99 lines
2.9 KiB
YAML
- project:
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-python3-jobs
|
|
- check-requirements
|
|
- release-notes-jobs-python3
|
|
- periodic-stable-jobs
|
|
- manila-tempest-plugin-jobs-using-service-image
|
|
queue: manila
|
|
check:
|
|
jobs:
|
|
- manila-tox-py311-with-sqlalchemy-2x
|
|
- manila-tox-genconfig
|
|
- openstack-tox-pylint:
|
|
voting: false
|
|
timeout: 5400
|
|
- openstack-tox-cover:
|
|
voting: false
|
|
- manila-tempest-plugin-dummy-no-dhss
|
|
- manila-tempest-plugin-dummy-dhss
|
|
- manila-tempest-plugin-container:
|
|
voting: false
|
|
- manila-tempest-plugin-lvm-fips:
|
|
voting: false
|
|
- manila-grenade
|
|
- manila-grenade-skip-level-always
|
|
- manila-rally-no-ss:
|
|
voting: false
|
|
- manila-rally-ss:
|
|
voting: false
|
|
gate:
|
|
jobs:
|
|
- manila-tox-py311-with-sqlalchemy-2x
|
|
- manila-tempest-plugin-dummy-no-dhss
|
|
- manila-tempest-plugin-dummy-dhss
|
|
|
|
# Temporary job until SQLAlchemy 2.0 is no longer blocked by upper-requirements
|
|
- job:
|
|
name: manila-tox-py311-with-sqlalchemy-2x
|
|
parent: openstack-tox-py311
|
|
description: |
|
|
Run unit tests with main branch of SQLAlchemy, alembic and oslo.db.
|
|
Takes advantage of the base tox job's install-siblings feature.
|
|
# The job only tests the latest and shouldn't be run on the stable branches
|
|
branches: master
|
|
required-projects:
|
|
- name: github.com/sqlalchemy/sqlalchemy
|
|
override-checkout: main
|
|
- name: github.com/sqlalchemy/alembic
|
|
override-checkout: main
|
|
- name: openstack/oslo.db
|
|
|
|
- job:
|
|
name: manila-tox-genconfig
|
|
parent: openstack-tox
|
|
description: |
|
|
Run tests for manila project.
|
|
|
|
Uses tox with the ``genconfig`` environment.
|
|
post-run: playbooks/manila-tox-genconfig/post.yaml
|
|
vars:
|
|
tox_envlist: genconfig
|
|
|
|
- job:
|
|
name: manila-rally-no-ss
|
|
parent: rally-task-manila-no-ss
|
|
irrelevant-files: &irrelevant-files
|
|
- ^(test-|)requirements.txt$
|
|
- ^.*\.rst$
|
|
- ^api-ref/.*$
|
|
- ^doc/.*$
|
|
- ^manila/tests/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^tools/.*$
|
|
- ^tox.ini$
|
|
vars:
|
|
rally_task: rally-jobs/rally-manila-no-ss.yaml
|
|
devstack_plugins:
|
|
rally-openstack: https://opendev.org/openstack/rally-openstack
|
|
devstack_localrc:
|
|
GLOBAL_VENV: false
|
|
required-projects:
|
|
- openstack/rally-openstack
|
|
|
|
- job:
|
|
name: manila-rally-ss
|
|
parent: rally-task-manila-ss
|
|
irrelevant-files: *irrelevant-files
|
|
vars:
|
|
rally_task: rally-jobs/rally-manila.yaml
|
|
devstack_plugins:
|
|
rally-openstack: https://opendev.org/openstack/rally-openstack
|
|
devstack_localrc:
|
|
GLOBAL_VENV: false
|
|
required-projects:
|
|
- openstack/rally-openstack
|