cloud-bulldozer / scale-ci-pipeline

Automation to install, configure, scale test OpenShift and onboard new workloads
Apache License 2.0
17 stars 21 forks source link

fix cluster-density invocation at stage-2 #167

Closed mohit-sheth closed 3 years ago

mohit-sheth commented 3 years ago
  1. CLUSTER-DENSITY starts at stage-2 so at stage-2 it will scrape the params from the properties file provided, no fuss here

  2. now at stage-3 we want to have JOB_ITERATION=JOB_ITERATIONS_V2 for that we remove the earlier set JOB_ITERATIONS var and reassign it to JOB_ITERATIONS_V2

  3. the next stages follow the same suite as Step 2 above