Drop tripleo c7 job definition

In TripleO, os_tempest is used from master for all
release. It does not make sense to keep running these jobs
in os_tempest for stable/xena branch.

This job is also based on old zuul parenting work, which are
getting removed via this topic:
https://review.opendev.org/q/topic:post_cleanup_zuul_parenting

C7 jobs are already removed long time.

So this patch removes these jobs completely.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/850233
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: If5de563b18105ad2c98ccaafe9dbb030df2aa9fd
This commit is contained in:
Chandan Kumar (raukadah) 2022-07-15 15:31:12 +05:30 committed by Jonathan Rosser
parent 0cab69cc20
commit fdb903243d
1 changed files with 0 additions and 20 deletions

View File

@ -19,23 +19,3 @@
pre-run:
- zuul.d/playbooks/pre-tempestconf.yml
voting: false
- job:
name: tripleo-ci-centos-7-standalone-os-tempest-train
parent: tripleo-ci-base-standalone
nodeset: single-centos-7-node
branches: master
override-checkout: 'stable/train'
vars:
branch_override: 'stable/train'
featureset: '052'
featureset_override:
use_os_tempest: true
tempest_tempest_conf_overrides:
auth.use_dynamic_credentials: true
tempest_test_includelist:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_server_basic_ops'
- 'tempest.api.volume.admin.test_multi_backend'
- 'tempest.scenario.test_object_storage_basic_ops'