From df0557878dd75067caaa7d4a89940109911a482c Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Tue, 7 Nov 2023 14:24:10 -0500 Subject: [PATCH] Remove tripleo-based jobs ahead of Wallaby EOL Wallaby branches on TripleO based repos will be going EOL soon. This review removes the TripleO based jobs to avoid possible future failures. Change-Id: I9937f46ef6240fa067698229fc2831347db76889 --- .zuul.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 2b460f9..486108d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,20 +5,3 @@ - puppet-openstack-integration-jobs-all - puppet-openstack-litmus-jobs - release-notes-jobs-python3 - check: - jobs: - - puppet-placement-tripleo-standalone - -- job: - name: puppet-placement-tripleo-standalone - parent: tripleo-puppet-ci-centos-9-standalone - description: | - TripleO standalone Job running Placement specific Tempest tests. - voting: false - vars: - build_container_images: true - featureset_override: - run_tempest: false - tempest_test_whitelist: - - 'tempest.scenario.test_server_basic_ops' - use_os_tempest: true