Skip to content

Commit

Permalink
minor nits
Browse files Browse the repository at this point in the history
Signed-off-by: Tullio Sebastiani <[email protected]>
  • Loading branch information
tsebastiani committed Feb 8, 2024
1 parent b614fa9 commit a7be401
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CI/tests/test_telemetry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trap finish EXIT


function functional_test_telemetry {
export RUN_TAG="funtest-telemetry-`date +%s`-"
export RUN_TAG="funtest-telemetry"
#yq -i '.input_list[0].node_selector={"kubernetes.io/hostname":"kind-worker2"}' scenarios/arcaflow/cpu-hog/input.yaml
yq -i '.telemetry.enabled=True' CI/config/common_test_config.yaml
yq -i '.telemetry.full_prometheus_backup=True' CI/config/common_test_config.yaml
Expand Down
1 change: 0 additions & 1 deletion run_kraken.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ def main(cfg):
if distribution == "openshift" :
prometheus_archive_files = telemetry_ocp.get_ocp_prometheus_data(config["telemetry"], telemetry_request_id)
else:
logging.info("starting prometheus archive download:")
if (config["telemetry"]["prometheus_namespace"] and
config["telemetry"]["prometheus_pod_name"] and
config["telemetry"]["prometheus_container_name"]):
Expand Down
3 changes: 1 addition & 2 deletions scenarios/arcaflow/cpu-hog/input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ input_list:
duration: 1s
kubeconfig: ''
namespace: default
node_selector:
kubernetes.io/hostname: kind-worker2
node_selector: {}

0 comments on commit a7be401

Please sign in to comment.