manila/zuul.d/project.yaml
silvacarloss e275c88ef5 Add FIPS testing job
Adds a new check job to test FIPS compatibility with Manila
upstream CI. We currently only have means to enable FIPS on CentOS
systems. Ubuntu support will come in a later effort

Co-authored-by: Ashley Rodriguez <ashrod98@gmail.com>
Co-authored-by: Vida Haririan <vhariria@redhat.com>

Depends-On: Ica6445c582ceae4c5b9bbce48702c74710e6056f
Change-Id: I86dc498f1db16794a647ddd289bfb325a218b4a7
2022-06-30 17:41:23 -03:00

86 lines
2.3 KiB
YAML

- project:
templates:
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-python3-zed-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-dhss
- manila-tempest-plugin-container:
voting: false
- manila-tempest-plugin-glusterfs-native:
voting: false
- manila-tempest-plugin-glusterfs-nfs:
voting: false
- manila-tempest-plugin-lvm-fips:
voting: false
- manila-grenade:
voting: false
- manila-grenade-skip-level:
voting: false
- manila-rally-no-ss:
voting: false
- manila-rally-ss:
voting: false
gate:
jobs:
- manila-tempest-plugin-dummy-no-dhss
- manila-tempest-plugin-dummy-dhss
experimental:
jobs:
- tripleo-ci-centos-8-scenario004-standalone
- 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
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