From 45148eb7e8fe1dc7498716f41f33b6b68d185344 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Mar 2023 11:14:10 +0900 Subject: [PATCH] Remove TripleO job ... because TripleO is being retired. Change-Id: Ie51870fcf12f167bb1273c1a5d27740e52ce17c9 --- .zuul.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0cc30629..486108d2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,25 +5,3 @@ - puppet-openstack-integration-jobs-all - puppet-openstack-litmus-jobs - release-notes-jobs-python3 - check: - jobs: - - puppet-cinder-tripleo-standalone - gate: - jobs: - - puppet-cinder-tripleo-standalone - -- job: - name: puppet-cinder-tripleo-standalone - parent: tripleo-puppet-ci-centos-9-standalone - description: | - TripleO standalone Job running Cinder specific Tempest tests. - vars: - build_container_images: true - featureset_override: - run_tempest: false - tempest_services: - - cinder - tempest_test_whitelist: - - 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern' - - 'tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern' - use_os_tempest: true