b434938fe3
Now TripleO team is replacing CentOS 8 jobs in master by CentOS 9 jobs. This follows that and replaces tripleo jobs in puppet repos to switch to CentOS 9. Depends-on: https://review.opendev.org/828525 Change-Id: Ib25e755b7fcc15b503133060741be77a8ad32f1c
30 lines
944 B
YAML
30 lines
944 B
YAML
- project:
|
|
templates:
|
|
- puppet-openstack-check-jobs
|
|
- puppet-openstack-module-unit-jobs
|
|
- puppet-openstack-integration-jobs-all
|
|
- puppet-openstack-litmus-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- puppet-cinder-tripleo-standalone
|
|
gate:
|
|
jobs:
|
|
- puppet-cinder-tripleo-standalone
|
|
|
|
- job:
|
|
name: puppet-cinder-tripleo-standalone
|
|
parent: tripleo-puppet-ci-centos-9-standalone
|
|
description: |
|
|
TripleO standalone Job running Cinder specific Tempest tests.
|
|
vars:
|
|
build_container_images: true
|
|
featureset_override:
|
|
run_tempest: false
|
|
tempest_services:
|
|
- cinder
|
|
tempest_test_whitelist:
|
|
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
|
|
- 'tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern'
|
|
use_os_tempest: true
|