95030d6634
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: If0d19224e2f450d761b245695af52d3157ce3b92
29 lines
857 B
YAML
29 lines
857 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-horizon-tripleo-standalone
|
|
gate:
|
|
jobs:
|
|
- puppet-horizon-tripleo-standalone
|
|
|
|
- job:
|
|
name: puppet-horizon-tripleo-standalone
|
|
parent: tripleo-puppet-ci-centos-9-standalone
|
|
description: |
|
|
TripleO standalone Job running Horizon specific Tempest tests.
|
|
vars:
|
|
build_container_images: true
|
|
featureset_override:
|
|
run_tempest: false
|
|
tempest_services:
|
|
- horizon
|
|
tempest_test_whitelist:
|
|
- 'tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario'
|
|
use_os_tempest: true
|