From 653788ac1bace13ba716b10856501f373c4aa45c Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Fri, 5 Jul 2024 14:07:33 -0400 Subject: [PATCH 1/4] enable local indexing for POC jobs Signed-off-by: Shashank Reddy Boyapally --- ...rfscale-ci-main__aws-4.16-nightly-x86.yaml | 1 + ...rfscale-ci-main__aws-4.17-nightly-x86.yaml | 1 + ...penshift-qe-cluster-density-v2-commands.sh | 26 ------------------- .../openshift-qe-node-density-commands.sh | 26 ------------------- 4 files changed, 2 insertions(+), 52 deletions(-) diff --git a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml index 1b3e463d07fd..74c57d12ba60 100644 --- a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml +++ b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml @@ -34,6 +34,7 @@ tests: EXTRA_FLAGS: --churn-duration=20m --service-latency PROFILE_TYPE: reporting SIZE_VARIANT: large + USE_HORREUM_WEBHOOK: "true" USER_TAGS: | TicketId 382 ZONES_COUNT: "3" diff --git a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml index 0ed937616769..eb2679c9ecf9 100644 --- a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml +++ b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml @@ -33,6 +33,7 @@ tests: EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=13s ITERATION_MULTIPLIER_ENV: "15" ZONES_COUNT: "3" + USE_HORREUM_WEBHOOK: "true" test: - chain: openshift-qe-control-plane workflow: openshift-qe-installer-aws diff --git a/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh b/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh index b71deb56ea2e..43972ab26635 100755 --- a/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh +++ b/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh @@ -48,30 +48,4 @@ jq ".iterations = $ITERATIONS" $folder_name/index_data.json >> ${SHARED_DIR}/ind if [[ "${USE_HORREUM_WEBHOOK}" == "true" ]]; then metrics_folder_name=$(find . -maxdepth 1 -type d -name 'collected-metric*' | head -n 1) cp -r "${metrics_folder_name}" "${ARTIFACT_DIR}/" - - WEBHOOK_USER=$(cat "/horreum-secret/horreum-webhook-user") - - export artifacts_base_url="https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs" - export artifacts_pr_base_url="https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/openshift_release" - job_id=$JOB_NAME - task_id=$BUILD_ID - - if [[ "${JOB_TYPE}" == "presubmit" ]]; then - artifacts_url="${artifacts_pr_base_url}/${PULL_NUMBER}/${job_id}/${task_id}/artifacts" - else - artifacts_url="${artifacts_base_url}/${job_id}/${task_id}/artifacts" - fi - - benchmark_name="openshift-qe-cluster-density-v2" - - WEBHOOK_URL="https://snake-curious-easily.ngrok-free.app" - JSON_DATA='{"jobName":"kube-burner-poc","parameters":{"ARTIFACTS_URL":"'"$artifacts_url"'", "BENCHMARK_NAME":"'"$benchmark_name"'", "BUCKET_NAME":"test-platform-results", "TYPE":"report"}}' - - curl -X POST \ - -u "user:$WEBHOOK_USER" \ - --header "Content-Type: application/json" \ - --retry 5 \ - "$WEBHOOK_URL" \ - -d "$JSON_DATA" - fi diff --git a/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh b/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh index e2e37017a498..cab9f90c8b4a 100755 --- a/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh +++ b/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh @@ -45,30 +45,4 @@ jq ".iterations = $PODS_PER_NODE" $folder_name/index_data.json >> ${SHARED_DIR}/ if [[ "${USE_HORREUM_WEBHOOK}" == "true" ]]; then metrics_folder_name=$(find . -maxdepth 1 -type d -name 'collected-metric*' | head -n 1) cp -r "${metrics_folder_name}" "${ARTIFACT_DIR}/" - - WEBHOOK_USER=$(cat "/horreum-secret/horreum-webhook-user") - - export artifacts_base_url="https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/logs" - export artifacts_pr_base_url="https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/test-platform-results/pr-logs/pull/openshift_release" - job_id=$JOB_NAME - task_id=$BUILD_ID - - if [[ "${JOB_TYPE}" == "presubmit" ]]; then - artifacts_url="${artifacts_pr_base_url}/${PULL_NUMBER}/${job_id}/${task_id}/artifacts" - else - artifacts_url="${artifacts_base_url}/${job_id}/${task_id}/artifacts" - fi - - benchmark_name="openshift-qe-node-density" - - WEBHOOK_URL="https://snake-curious-easily.ngrok-free.app" - JSON_DATA='{"jobName":"kube-burner-poc","parameters":{"ARTIFACTS_URL":"'"$artifacts_url"'", "BENCHMARK_NAME":"'"$benchmark_name"'", "BUCKET_NAME":"test-platform-results", "TYPE":"report"}}' - - curl -X POST \ - -u "user:$WEBHOOK_USER" \ - --header "Content-Type: application/json" \ - --retry 5 \ - "$WEBHOOK_URL" \ - -d "$JSON_DATA" - fi \ No newline at end of file From 282d8d8b38b3fa67019cc394220c4253fe64ed33 Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Fri, 5 Jul 2024 14:10:54 -0400 Subject: [PATCH 2/4] changed with flag name Signed-off-by: Shashank Reddy Boyapally --- ...ift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml | 2 +- ...ift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml | 2 +- .../openshift-qe-cluster-density-v2-commands.sh | 4 ++-- .../openshift-qe-cluster-density-v2-ref.yaml | 2 +- .../node-density/openshift-qe-node-density-commands.sh | 4 ++-- .../node-density/openshift-qe-node-density-ref.yaml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml index 74c57d12ba60..6e968e676982 100644 --- a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml +++ b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml @@ -34,7 +34,7 @@ tests: EXTRA_FLAGS: --churn-duration=20m --service-latency PROFILE_TYPE: reporting SIZE_VARIANT: large - USE_HORREUM_WEBHOOK: "true" + USE_HORREUM_POC: "true" USER_TAGS: | TicketId 382 ZONES_COUNT: "3" diff --git a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml index eb2679c9ecf9..f3b5cc459da8 100644 --- a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml +++ b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml @@ -33,7 +33,7 @@ tests: EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=13s ITERATION_MULTIPLIER_ENV: "15" ZONES_COUNT: "3" - USE_HORREUM_WEBHOOK: "true" + USE_HORREUM_POC: "true" test: - chain: openshift-qe-control-plane workflow: openshift-qe-installer-aws diff --git a/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh b/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh index 43972ab26635..c4b30fb98f00 100755 --- a/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh +++ b/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh @@ -32,7 +32,7 @@ export ITERATIONS=$(($iteration_multiplier*$current_worker_count)) export ES_SERVER="https://$ES_USERNAME:$ES_PASSWORD@search-ocp-qe-perf-scale-test-elk-hcm7wtsqpxy7xogbu72bor4uve.us-east-1.es.amazonaws.com" -if [[ "${USE_HORREUM_WEBHOOK}" == "true" ]]; then +if [[ "${USE_HORREUM_POC}" == "true" ]]; then EXTRA_FLAGS+=" --local-indexing" fi EXTRA_FLAGS+=" --gc-metrics=true --profile-type=${PROFILE_TYPE}" @@ -45,7 +45,7 @@ folder_name=$(ls -t -d /tmp/*/ | head -1) jq ".iterations = $ITERATIONS" $folder_name/index_data.json >> ${SHARED_DIR}/index_data.json -if [[ "${USE_HORREUM_WEBHOOK}" == "true" ]]; then +if [[ "${USE_HORREUM_POC}" == "true" ]]; then metrics_folder_name=$(find . -maxdepth 1 -type d -name 'collected-metric*' | head -n 1) cp -r "${metrics_folder_name}" "${ARTIFACT_DIR}/" fi diff --git a/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-ref.yaml b/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-ref.yaml index 92746ea8ead9..54deac17f568 100644 --- a/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-ref.yaml +++ b/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-ref.yaml @@ -33,7 +33,7 @@ ref: default: "9" documentation: |- The number of iterations per worker nodes to create - - name: USE_HORREUM_WEBHOOK + - name: USE_HORREUM_POC default: "false" documentation: |- Trigger to call horreum webhook diff --git a/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh b/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh index cab9f90c8b4a..6907f33a82d1 100755 --- a/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh +++ b/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh @@ -29,7 +29,7 @@ EXTRA_FLAGS="--gc-metrics=true --pods-per-node=$PODS_PER_NODE --pod-ready-thresh export ES_SERVER="https://$ES_USERNAME:$ES_PASSWORD@search-ocp-qe-perf-scale-test-elk-hcm7wtsqpxy7xogbu72bor4uve.us-east-1.es.amazonaws.com" -if [[ "${USE_HORREUM_WEBHOOK}" == "true" ]]; then +if [[ "${USE_HORREUM_POC}" == "true" ]]; then EXTRA_FLAGS+=" --local-indexing" fi @@ -42,7 +42,7 @@ rm -f ${SHARED_DIR}/index.json folder_name=$(ls -t -d /tmp/*/ | head -1) jq ".iterations = $PODS_PER_NODE" $folder_name/index_data.json >> ${SHARED_DIR}/index_data.json -if [[ "${USE_HORREUM_WEBHOOK}" == "true" ]]; then +if [[ "${USE_HORREUM_POC}" == "true" ]]; then metrics_folder_name=$(find . -maxdepth 1 -type d -name 'collected-metric*' | head -n 1) cp -r "${metrics_folder_name}" "${ARTIFACT_DIR}/" fi \ No newline at end of file diff --git a/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-ref.yaml b/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-ref.yaml index 09b63700ee5b..a07bc68030da 100644 --- a/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-ref.yaml +++ b/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-ref.yaml @@ -37,9 +37,9 @@ ref: default: "both" documentation: |- Kube-burner indexing profile type - - name: USE_HORREUM_WEBHOOK + - name: USE_HORREUM_POC default: "false" documentation: |- - Trigger to call horreum webhook + Trigger to enable local-indexing documentation: >- This step runs the perfscale node-density workload in the deployed cluster From ae495333a2715c83e439772deb5b4b67ad141853 Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Fri, 5 Jul 2024 15:53:43 -0400 Subject: [PATCH 3/4] ran ci-operator-config Signed-off-by: Shashank Reddy Boyapally --- ...shift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml index f3b5cc459da8..cc33af0b8f09 100644 --- a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml +++ b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml @@ -32,8 +32,8 @@ tests: COMPUTE_NODE_REPLICAS: "6" EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=13s ITERATION_MULTIPLIER_ENV: "15" - ZONES_COUNT: "3" USE_HORREUM_POC: "true" + ZONES_COUNT: "3" test: - chain: openshift-qe-control-plane workflow: openshift-qe-installer-aws From b4c6c149235da516fadf3275baedbee4ca0311fa Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Mon, 8 Jul 2024 14:13:35 -0400 Subject: [PATCH 4/4] changed flag name to ENABLE_LOCAL_INDEX Signed-off-by: Shashank Reddy Boyapally --- ...ift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml | 2 +- ...ift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml | 2 +- .../openshift-qe-cluster-density-v2-commands.sh | 4 ++-- .../openshift-qe-cluster-density-v2-ref.yaml | 4 ++-- .../node-density/openshift-qe-node-density-commands.sh | 4 ++-- .../node-density/openshift-qe-node-density-ref.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml index 6e968e676982..3d91d2f208f1 100644 --- a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml +++ b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.16-nightly-x86.yaml @@ -31,10 +31,10 @@ tests: BASE_DOMAIN: perfscale.devcluster.openshift.com COMPUTE_NODE_REPLICAS: "120" COMPUTE_NODE_TYPE: m5.xlarge + ENABLE_LOCAL_INDEX: "true" EXTRA_FLAGS: --churn-duration=20m --service-latency PROFILE_TYPE: reporting SIZE_VARIANT: large - USE_HORREUM_POC: "true" USER_TAGS: | TicketId 382 ZONES_COUNT: "3" diff --git a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml index cc33af0b8f09..9e13eb85113d 100644 --- a/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml +++ b/ci-operator/config/openshift-qe/ocp-qe-perfscale-ci/openshift-qe-ocp-qe-perfscale-ci-main__aws-4.17-nightly-x86.yaml @@ -30,9 +30,9 @@ tests: env: BASE_DOMAIN: qe.devcluster.openshift.com COMPUTE_NODE_REPLICAS: "6" + ENABLE_LOCAL_INDEX: "true" EXTRA_FLAGS: --churn-duration=20m --pod-ready-threshold=13s ITERATION_MULTIPLIER_ENV: "15" - USE_HORREUM_POC: "true" ZONES_COUNT: "3" test: - chain: openshift-qe-control-plane diff --git a/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh b/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh index c4b30fb98f00..c7d3c5d8ec53 100755 --- a/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh +++ b/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-commands.sh @@ -32,7 +32,7 @@ export ITERATIONS=$(($iteration_multiplier*$current_worker_count)) export ES_SERVER="https://$ES_USERNAME:$ES_PASSWORD@search-ocp-qe-perf-scale-test-elk-hcm7wtsqpxy7xogbu72bor4uve.us-east-1.es.amazonaws.com" -if [[ "${USE_HORREUM_POC}" == "true" ]]; then +if [[ "${ENABLE_LOCAL_INDEX}" == "true" ]]; then EXTRA_FLAGS+=" --local-indexing" fi EXTRA_FLAGS+=" --gc-metrics=true --profile-type=${PROFILE_TYPE}" @@ -45,7 +45,7 @@ folder_name=$(ls -t -d /tmp/*/ | head -1) jq ".iterations = $ITERATIONS" $folder_name/index_data.json >> ${SHARED_DIR}/index_data.json -if [[ "${USE_HORREUM_POC}" == "true" ]]; then +if [[ "${ENABLE_LOCAL_INDEX}" == "true" ]]; then metrics_folder_name=$(find . -maxdepth 1 -type d -name 'collected-metric*' | head -n 1) cp -r "${metrics_folder_name}" "${ARTIFACT_DIR}/" fi diff --git a/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-ref.yaml b/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-ref.yaml index 54deac17f568..215a1b0fcfa8 100644 --- a/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-ref.yaml +++ b/ci-operator/step-registry/openshift-qe/cluster-density-v2/openshift-qe-cluster-density-v2-ref.yaml @@ -33,10 +33,10 @@ ref: default: "9" documentation: |- The number of iterations per worker nodes to create - - name: USE_HORREUM_POC + - name: ENABLE_LOCAL_INDEX default: "false" documentation: |- - Trigger to call horreum webhook + Trigger to enable local indexing commands: openshift-qe-cluster-density-v2-commands.sh timeout: 6h credentials: diff --git a/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh b/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh index 6907f33a82d1..3ed3f46fcbea 100755 --- a/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh +++ b/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-commands.sh @@ -29,7 +29,7 @@ EXTRA_FLAGS="--gc-metrics=true --pods-per-node=$PODS_PER_NODE --pod-ready-thresh export ES_SERVER="https://$ES_USERNAME:$ES_PASSWORD@search-ocp-qe-perf-scale-test-elk-hcm7wtsqpxy7xogbu72bor4uve.us-east-1.es.amazonaws.com" -if [[ "${USE_HORREUM_POC}" == "true" ]]; then +if [[ "${ENABLE_LOCAL_INDEX}" == "true" ]]; then EXTRA_FLAGS+=" --local-indexing" fi @@ -42,7 +42,7 @@ rm -f ${SHARED_DIR}/index.json folder_name=$(ls -t -d /tmp/*/ | head -1) jq ".iterations = $PODS_PER_NODE" $folder_name/index_data.json >> ${SHARED_DIR}/index_data.json -if [[ "${USE_HORREUM_POC}" == "true" ]]; then +if [[ "${ENABLE_LOCAL_INDEX}" == "true" ]]; then metrics_folder_name=$(find . -maxdepth 1 -type d -name 'collected-metric*' | head -n 1) cp -r "${metrics_folder_name}" "${ARTIFACT_DIR}/" fi \ No newline at end of file diff --git a/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-ref.yaml b/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-ref.yaml index a07bc68030da..cc9a1f558c5b 100644 --- a/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-ref.yaml +++ b/ci-operator/step-registry/openshift-qe/node-density/openshift-qe-node-density-ref.yaml @@ -37,7 +37,7 @@ ref: default: "both" documentation: |- Kube-burner indexing profile type - - name: USE_HORREUM_POC + - name: ENABLE_LOCAL_INDEX default: "false" documentation: |- Trigger to enable local-indexing