From 7d44bbf957bc8b9f880a41e06b9b96f4d6adbaf9 Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Tue, 7 Nov 2023 14:01:11 -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: I3fe88ebcde54536173dea8f6266d4c2456aee845 --- .zuul.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index cbc3a417..03befc43 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,22 +5,3 @@ - puppet-openstack-integration-jobs-scenario003 - puppet-openstack-litmus-jobs - release-notes-jobs-python3 - check: - jobs: - - puppet-horizon-tripleo-standalone - -- job: - name: puppet-horizon-tripleo-standalone - parent: tripleo-puppet-ci-centos-9-standalone - description: | - TripleO standalone Job running Horizon specific Tempest tests. - voting: false - vars: - build_container_images: true - featureset_override: - run_tempest: false - tempest_services: - - horizon - tempest_test_whitelist: - - 'tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario' - use_os_tempest: true