05279a6fe7
We're in a non-SLURP release cycle; this means that we'd test upgrading to the release produced by this cycle is supported only from stable/2024.1 (Caracal). So set "grenade_from_branch" to stable/2024.1 and run only the "skip-level" grenade job. When we get into the 2025.1 cycle, we can run the regular grenade job as well. Change-Id: If17ddd1bc06810d94db43dec3bb877d5045621ad Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
101 lines
3.0 KiB
YAML
101 lines
3.0 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
|
|
# (TODO) gouthamr: unskip this grenade job when trunk is 2025.1 since
|
|
# this is different from the job below only during SLURP releases
|
|
# - 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
|