We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3434b commit ead8bddCopy full SHA for ead8bdd
redis_benchmarks_specification/__self_contained_coordinator__/self_contained_coordinator.py
@@ -481,7 +481,7 @@ def process_self_contained_coordinator_stream(
481
if build_variants is not None:
482
logging.info("Detected build variant filter")
483
if build_variant_name not in build_variants:
484
- logging.error(
+ logging.info(
485
"Skipping {} given it's not part of build-variants for this test-suite {}".format(
486
build_variant_name, build_variants
487
)
@@ -850,7 +850,7 @@ def process_self_contained_coordinator_stream(
850
temporary_dir_client,
851
local_benchmark_output_filename,
852
853
- logging.critical(
854
"Reading results json from {}".format(
855
full_result_path
856
0 commit comments