From fdb903243d781cb7b1d1a6b806cd48555e916add Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Fri, 15 Jul 2022 15:31:12 +0530 Subject: [PATCH] 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) Change-Id: If5de563b18105ad2c98ccaafe9dbb030df2aa9fd --- zuul.d/jobs.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 83bca279..e533b295 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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' -