Remove tripleo jobs from stable/wallaby
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/wallaby 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. Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com> Change-Id: Ie62d083176ac76b23b1759a8f4ca51a72fbc10fachanges/70/849970/1
parent
1869a9f138
commit
cd844f513c
|
@ -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'
|
||||
|
||||
|
|
|
@ -24,39 +24,8 @@
|
|||
check:
|
||||
jobs:
|
||||
- openstack-ansible-deploy-aio_distro_metal_tempestconf-centos-8-stream
|
||||
- tripleo-ci-centos-9-content-provider
|
||||
- tripleo-ci-centos-8-content-provider
|
||||
- tripleo-ci-centos-7-content-provider-train
|
||||
- openstack-tox-molecule:
|
||||
voting: false
|
||||
vars:
|
||||
tox_environment:
|
||||
PYTEST_REQPASS: 1
|
||||
- tripleo-ci-centos-9-standalone:
|
||||
vars: &consumer_vars
|
||||
consumer_job: true
|
||||
build_container_images: false
|
||||
remove_tags:
|
||||
- build
|
||||
dependencies:
|
||||
- tripleo-ci-centos-9-content-provider
|
||||
- tripleo-ci-centos-8-standalone:
|
||||
vars: *consumer_vars
|
||||
dependencies:
|
||||
- tripleo-ci-centos-8-content-provider
|
||||
- tripleo-ci-centos-7-standalone-os-tempest-train:
|
||||
vars: *consumer_vars
|
||||
dependencies:
|
||||
- tripleo-ci-centos-7-content-provider-train
|
||||
gate:
|
||||
jobs:
|
||||
- tripleo-ci-centos-9-content-provider
|
||||
- tripleo-ci-centos-8-content-provider
|
||||
- tripleo-ci-centos-9-standalone:
|
||||
vars: *consumer_vars
|
||||
dependencies:
|
||||
- tripleo-ci-centos-9-content-provider
|
||||
- tripleo-ci-centos-8-standalone:
|
||||
vars: *consumer_vars
|
||||
dependencies:
|
||||
- tripleo-ci-centos-8-content-provider
|
||||
|
|
Loading…
Reference in New Issue