From fd56f66f2580de301af89e874cc7b86a2ce179aa Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 6 Apr 2022 21:04:16 +0900 Subject: [PATCH] Ussuri-only: Remove TripleO job ... because TipleO project has decided to EOL Ussuri[1]. [1] https://review.opendev.org/c/openstack/releases/+/834049 Change-Id: I9269abd85da20c5d7305ad0c815722746902c0ca --- .zuul.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 29672df1..6398fb5a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,25 +5,3 @@ - puppet-openstack-integration-jobs-all - puppet-openstack-beaker-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-8-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