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: If5de563b18105ad2c98ccaafe9dbb030df2aa9fdchanges/77/849977/2
parent
0cab69cc20
commit
fdb903243d
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue