Skip to content

Commit

Permalink
EXTRA_FLAGS to be documented in cdv2 (#42746)
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Harsha Voora <krvoora@redhat.com>
  • Loading branch information
krishvoor authored Aug 30, 2023
1 parent 6db15fb commit 4c8fa32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ current_worker_count=$(oc get nodes --no-headers -l node-role.kubernetes.io/work
iteration_multiplier=$(($ITERATION_MULTIPLIER_ENV))
export ITERATIONS=$(($iteration_multiplier*$current_worker_count))
export WORKLOAD=cluster-density-v2
export EXTRA_FLAGS="--churn-duration=20m"

export ES_SERVER="https://$ES_USERNAME:$ES_PASSWORD@search-ocp-qe-perf-scale-test-elk-hcm7wtsqpxy7xogbu72bor4uve.us-east-1.es.amazonaws.com"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ ref:
default: "true"
documentation: |-
Default is true, which means the workload with delete and recreate a set number of namespaces
- name: EXTRA_FLAGS
default: "--churn-duration=20m"
documentation: |-
Default is Churn Duration for 20 minutes
- name: GC
default: "true"
documentation: |-
Expand Down

0 comments on commit 4c8fa32

Please sign in to comment.