From 25a426031774d2093f487c3d33da80625c2b9f71 Mon Sep 17 00:00:00 2001 From: Bhagyashri Shewale Date: Wed, 25 May 2022 17:30:44 +0530 Subject: [PATCH] Added standalone-full-tempest-api & -scenario -options jobs These job definitions are defined in github.com/rdo-infra/rdo-jobs repo e.g. [1] and reduplicated in downstream jobs repo. We can not define the -options jobs in RDO because rdo-jobs repos are not shadowed downstream (as it brings so many job definitions, which are hard to manage downstream). So it needs to be defined in tripleo-ci upstream repo and inherited where ever required. [1] https://github.com/rdo-infra/rdo-jobs/blob/3b7557a6f24f8f1776f0a70ee13eb1c32c118753/zuul.d/standalone-jobs.yaml#L245-L255 Change-Id: Ied2f16ddc3da1d2eecf49d738427cbddd0f75f8d --- zuul.d/standalone-jobs.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/zuul.d/standalone-jobs.yaml b/zuul.d/standalone-jobs.yaml index 57cd18e49..8a9e01bf8 100644 --- a/zuul.d/standalone-jobs.yaml +++ b/zuul.d/standalone-jobs.yaml @@ -822,3 +822,30 @@ parent: tripleo-ci-base-standalone-upgrade-standard nodeset: single-centos-9-node branches: *c9_branches + +######################################################## +# standalone-full-tempest-scenario & - api options job # +# ###################################################### + +- job: + name: tripleo-ci-standalone-full-tempest-scenario-options + vars: + featureset: '052' + featureset_override: + tempest_run_concurrency: 4 + tempest_services: &tempest_services + - cinder + - horizon + - neutron + tempest_test_whitelist: + - 'scenario' + +- job: + name: tripleo-ci-standalone-full-tempest-api-options + vars: + featureset: '052' + featureset_override: + tempest_run_concurrency: 4 + tempest_services: *tempest_services + tempest_test_whitelist: + - 'api'