Files
Carlos da Silva f70806e586 [CI] set grenade to non-voting and drop grenade-skip-level
We introduced a change that breaks backwards compatibility with
older versions when listing services and providing filters [1].

When grenade branches were updated, manila tempest plugin started
failing and we need to set this job to non-voting to unblock the
gate.

Also, Hibiscus (2026.2) is not a SLURP release, we don't need
to run the skip-level-upgrade job.

[1] https://review.opendev.org/c/openstack/manila/+/928081

Change-Id: I93901d1125e5d85169bd5c4eb5d69fd46ba10f78
Signed-off-by: Carlos da Silva <ces.eduardo98@gmail.com>
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2026-03-27 07:42:20 +00:00

105 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-genconfig
- openstack-tox-pylint:
voting: false
timeout: 5400
- openstack-tox-cover:
voting: false
- manila-tempest-plugin-dummy-no-dhss
- manila-tempest-plugin-dummy-no-dhss-rbac
- manila-tempest-plugin-dummy-dhss
- manila-tempest-plugin-container:
voting: false
- manila-tempest-plugin-lvm-fips-py311:
voting: false
- manila-grenade:
voting: false
- manila-rally-no-ss:
voting: false
- manila-rally-ss:
voting: false
- manila-tox-bandit:
voting: false
- manila-tox-py3-threading:
voting: false
# Test OpenAPI spec generation.
- codegenerator-openapi-shared-file-system-tips-with-api-ref:
voting: false
gate:
jobs:
- manila-tempest-plugin-dummy-no-dhss
- manila-tempest-plugin-dummy-no-dhss-rbac
- manila-tempest-plugin-dummy-dhss
- 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/.*$
- ^\.pre-commit-config\.yaml$
- ^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
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
required-projects:
- openstack/rally-openstack
- job:
# Security testing for known issues
name: manila-tox-bandit
parent: openstack-tox
timeout: 2400
vars:
tox_envlist: bandit
irrelevant-files: *irrelevant-files
- job:
name: manila-tox-py3-threading
parent: openstack-tox-py313
description: |
Run unit tests with the native threading backend
(OS_MANILA_DISABLE_EVENTLET_PATCHING=True).
vars:
tox_envlist: py3-threading