From 9cf365f18deabe4bfabf885378b0b39ea46f9114 Mon Sep 17 00:00:00 2001 From: Renat Akhmerov Date: Thu, 22 Dec 2016 18:38:17 +0700 Subject: [PATCH] Refactor 'stress_test' to fit the current layout better Change-Id: Ia3b5a1f67b533b66c20d3136359840d41a6614ad --- .../complex_wf/complex_wf_params.json} | 0 .../complex_wf/complex_wf_wb.yaml} | 0 rally-jobs/task-mistral.yaml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename rally-jobs/extra/{stress_test/stress_test_params.json => scenarios/complex_wf/complex_wf_params.json} (100%) rename rally-jobs/extra/{stress_test/very_big_wb.yaml => scenarios/complex_wf/complex_wf_wb.yaml} (100%) diff --git a/rally-jobs/extra/stress_test/stress_test_params.json b/rally-jobs/extra/scenarios/complex_wf/complex_wf_params.json similarity index 100% rename from rally-jobs/extra/stress_test/stress_test_params.json rename to rally-jobs/extra/scenarios/complex_wf/complex_wf_params.json diff --git a/rally-jobs/extra/stress_test/very_big_wb.yaml b/rally-jobs/extra/scenarios/complex_wf/complex_wf_wb.yaml similarity index 100% rename from rally-jobs/extra/stress_test/very_big_wb.yaml rename to rally-jobs/extra/scenarios/complex_wf/complex_wf_wb.yaml diff --git a/rally-jobs/task-mistral.yaml b/rally-jobs/task-mistral.yaml index 0b94e637d..971094c5a 100644 --- a/rally-jobs/task-mistral.yaml +++ b/rally-jobs/task-mistral.yaml @@ -95,10 +95,10 @@ - args: - definition: "/home/jenkins/.rally/extra/stress_test/very_big_wb.yaml" + definition: "/home/jenkins/.rally/extra/scenarios/complex_wf/complex_wf_wb.yaml" workflow_name: "top_level_workflow" params: - "/home/jenkins/.rally/extra/stress_test/stress_test_params.json" + "/home/jenkins/.rally/extra/scenarios/complex_wf/complex_wf_params.json" do_delete: true runner: type: "constant"