File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
redis_benchmarks_specification/__builder__ Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -381,7 +381,6 @@ def builder_process_stream(
381381 # build_vars_str,
382382 # )
383383 build_command = "sh -c 'make -j'"
384- print (f"Marcin debug: build_config: { build_config } " )
385384 if "build_command" in build_config :
386385 build_command = build_config ["build_command" ]
387386 if b"build_command" in testDetails :
@@ -650,7 +649,6 @@ def generate_benchmark_stream_request(
650649 build_stream_fields ["git_timestamp_ms" ] = git_timestamp_ms
651650
652651 prefix = f"github_org={ github_org } /github_repo={ github_repo } /git_branch={ str (git_branch )} /git_version={ str (git_version )} /git_hash={ str (git_hash )} "
653- print (f"Marcin debug: build_artifacts: { build_artifacts } " )
654652 for artifact in build_artifacts :
655653 bin_key = f"zipped:artifacts:{ prefix } :{ id } :{ artifact } .zip"
656654 if artifact == "redisearch.so" :
You can’t perform that action at this time.
0 commit comments