From 9711a45fbb27814ee74c0abd1e8b9c0c29dff42c Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 5 Apr 2022 20:09:11 +0900 Subject: [PATCH] Remove TripleO job ... because TripleO has switched to the independent release model and its Yoga release is not being created. Change-Id: I0aabb09d5a7d8a21086e9238013c6bcc65ed0b2f --- .zuul.yaml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a137d760..03befc43 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,24 +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. - 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