From 6c55054ee3ddf2dbf66fe83db0004ab2e45c7e59 Mon Sep 17 00:00:00 2001 From: Amol Kahat Date: Tue, 1 Mar 2022 18:27:02 +0530 Subject: [PATCH] Remove tripleo-ci-centos-7-standalone-os-tempest-train This job is no longer used in tripleo CI. Signed-off-by: Amol Kahat Change-Id: Id812446cdbb95c3bd3cfcadc7e7deec12386f096 --- zuul.d/jobs.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 83bca279..e533b295 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -19,23 +19,3 @@ pre-run: - zuul.d/playbooks/pre-tempestconf.yml voting: false - -- job: - name: tripleo-ci-centos-7-standalone-os-tempest-train - parent: tripleo-ci-base-standalone - nodeset: single-centos-7-node - branches: master - override-checkout: 'stable/train' - vars: - branch_override: 'stable/train' - featureset: '052' - featureset_override: - use_os_tempest: true - tempest_tempest_conf_overrides: - auth.use_dynamic_credentials: true - tempest_test_includelist: - - 'tempest.api.identity.v3' - - 'tempest.scenario.test_server_basic_ops' - - 'tempest.api.volume.admin.test_multi_backend' - - 'tempest.scenario.test_object_storage_basic_ops' -