From 302f8a0055e3d7e1e99a2c6c0f3f31e80e1ca49c Mon Sep 17 00:00:00 2001 From: Sergey Skripnick Date: Tue, 3 Jun 2014 14:26:52 +0300 Subject: [PATCH] Fix scenario name in rally-neutron job Currently there is two jobs in rally group: dsvm and dsvm-neutron. Scenario name should be different for this jobs: {name} for dsvm and {name}-neutron for dsvm-neutron. E.g if we want to test glance with and without neutron, we should create two scenario files in rally-scenarios directory: glance.yaml and glance-neutron.yaml Change-Id: Ic7451e8e6b0b06c136db0f15ab71ca51e26dd67a --- .../files/jenkins_job_builder/config/rally.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml b/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml index db5d7b1f05..9c13d87b0f 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml @@ -85,7 +85,7 @@ builders: - devstack-rally-gate: - scenario: '{name}' + scenario: '{name}-neutron' neutron: '1' publishers: