From 9ddf5b2fef840f604a6109c6e18971b9930d7bc9 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Tue, 7 Nov 2023 13:59:12 -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: I811503d7bdf0fe348ec1bf7b248822681932725b --- .zuul.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 400459a0..03befc43 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,25 +5,3 @@ - puppet-openstack-integration-jobs-scenario003 - puppet-openstack-litmus-jobs - release-notes-jobs-python3 - check: - jobs: - - puppet-heat-tripleo-standalone - gate: - jobs: - - puppet-heat-tripleo-standalone - -- job: - name: puppet-heat-tripleo-standalone - parent: tripleo-puppet-ci-centos-9-standalone - description: | - TripleO standalone Job running Heat specific Tempest tests. - voting: false - vars: - build_container_images: true - featureset_override: - run_tempest: false - # NOTE(tkajinam): This should be fixed once any heat tempest test is - # enabled in TripleO repo. - tempest_test_whitelist: - - 'tempest.scenario.test_server_basic_ops' - use_os_tempest: true