From 57027f5630d0d5bbf0b9a29879363e930e0a756d Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Fri, 6 Mar 2015 12:32:24 +0200 Subject: [PATCH] Unblock gates Move failed HeatStacks.create_update_delete_stack scenario to unstable job Change-Id: Ie6f833f9071100cbe5dd73e8426870ce7babfe1c --- rally-jobs/rally.yaml | 16 ---------------- rally-jobs/unstable-neutron.yaml | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/rally-jobs/rally.yaml b/rally-jobs/rally.yaml index 65ca66ee6f..499efa4bbb 100755 --- a/rally-jobs/rally.yaml +++ b/rally-jobs/rally.yaml @@ -542,22 +542,6 @@ failure_rate: max: 0 - - - args: - template_path: "/home/jenkins/.rally/extra/autoscaling_policy.yaml.template" - updated_template_path: "/home/jenkins/.rally/extra/updated_autoscaling_policy_inplace.yaml.template" - runner: - type: "constant" - times: 6 - concurrency: 3 - context: - users: - tenants: 2 - users_per_tenant: 3 - sla: - failure_rate: - max: 0 - - args: template_path: "/home/jenkins/.rally/extra/random_strings.yaml.template" diff --git a/rally-jobs/unstable-neutron.yaml b/rally-jobs/unstable-neutron.yaml index 6dc29dd6c6..acbc0daa71 100644 --- a/rally-jobs/unstable-neutron.yaml +++ b/rally-jobs/unstable-neutron.yaml @@ -163,3 +163,20 @@ sla: failure_rate: max: 0 + + HeatStacks.create_update_delete_stack: + - + args: + template_path: "/home/jenkins/.rally/extra/autoscaling_policy.yaml.template" + updated_template_path: "/home/jenkins/.rally/extra/updated_autoscaling_policy_inplace.yaml.template" + runner: + type: "constant" + times: 6 + concurrency: 3 + context: + users: + tenants: 2 + users_per_tenant: 3 + sla: + failure_rate: + max: 0