diff --git a/CI/run-kata-perf-suite b/CI/run-kata-perf-suite index 70e29a32..a011bd1a 100755 --- a/CI/run-kata-perf-suite +++ b/CI/run-kata-perf-suite @@ -58,6 +58,7 @@ declare -i use_python_venv=1 declare python_venv= declare analyze_results= declare -i debugonly=0 +declare force_cleanup_timeout= declare -i take_prometheus_snapshot=0 declare unique_job_prefix= declare snapshot_date_format='%Y_%m_%dT%H_%M_%S%z' @@ -100,7 +101,7 @@ function report_results() { function retrieve_prometheus_timestamp() { "${OC}" exec -n openshift-monitoring prometheus-k8s-0 -- /bin/sh -c "date -u '+$snapshot_date_format'" } - + function start_prometheus_snapshot() { echo "Starting Prometheus snapshot" 1>&2 "${OC}" delete pod -n openshift-monitoring prometheus-k8s-0 @@ -418,7 +419,7 @@ function monitor() { function help() { ${PAGER:-less} <&1 || status=$? diff --git a/clusterbuster b/clusterbuster index b007129e..101a7261 100755 --- a/clusterbuster +++ b/clusterbuster @@ -381,16 +381,16 @@ $(print_workloads_supporting_reporting ' - ') Do not attempt anything that would use metrics or the prometheus pod. --failure-status= - Failures should be reported as specified rather + Failures should be reported as specified rather than "Fail" --pod-start-timeout= Wait specified time for pods to come on line. Default $pod_start_timeout --retrieve-successful-logs=<0|1> - If retrieving artifacts, retrieve logs for all - pods, not just failing pods. Default $retrieve_successful_logs. + If retrieving artifacts, retrieve logs for all + pods, not just failing pods. Default $retrieve_successful_logs. --parallel-logs=n - If retrieving artifacts, parallelize log retrieval. + If retrieving artifacts, parallelize log retrieval. Workload sizing options: --containers_per_pod=N @@ -495,7 +495,7 @@ $(print_workloads_supporting_reporting ' - ') Arrange for the liveness probe to sleep for specified time. --privileged-pods=[0,1] - Create pods as privileged (default $create_pods_privileged) + Create pods as privileged (default $create_pods_privileged) Kata Virtualization Tuning: --virtiofsd-writeback=[0,1]