TripleO has decided to drop all centos8 wallaby jobs. This removes the c8s tripleo jobs from Puppet OpenStack repos. Note that CentOS Stream 9 is not officially supported by stable/wallaby release of our modules so the job is kept non-voting. Change-Id: I6d026ec9cc37d847def0e04e583a01891d19877e
30 lines
900 B
YAML
30 lines
900 B
YAML
- project:
|
|
templates:
|
|
- puppet-openstack-check-jobs
|
|
- puppet-openstack-module-unit-jobs
|
|
- puppet-openstack-integration-jobs-scenario003
|
|
- puppet-openstack-litmus-jobs
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- puppet-heat-tripleo-standalone
|
|
gate:
|
|
jobs:
|
|
- puppet-heat-tripleo-standalone
|
|
|
|
- job:
|
|
name: puppet-heat-tripleo-standalone
|
|
parent: tripleo-puppet-ci-centos-9-standalone
|
|
description: |
|
|
TripleO standalone Job running Heat specific Tempest tests.
|
|
voting: false
|
|
vars:
|
|
build_container_images: true
|
|
featureset_override:
|
|
run_tempest: false
|
|
# NOTE(tkajinam): This should be fixed once any heat tempest test is
|
|
# enabled in TripleO repo.
|
|
tempest_test_whitelist:
|
|
- 'tempest.scenario.test_server_basic_ops'
|
|
use_os_tempest: true
|