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(
381
381
# build_vars_str,
382
382
# )
383
383
build_command = "sh -c 'make -j'"
384
- print (f"Marcin debug: build_config: { build_config } " )
385
384
if "build_command" in build_config :
386
385
build_command = build_config ["build_command" ]
387
386
if b"build_command" in testDetails :
@@ -650,7 +649,6 @@ def generate_benchmark_stream_request(
650
649
build_stream_fields ["git_timestamp_ms" ] = git_timestamp_ms
651
650
652
651
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 } " )
654
652
for artifact in build_artifacts :
655
653
bin_key = f"zipped:artifacts:{ prefix } :{ id } :{ artifact } .zip"
656
654
if artifact == "redisearch.so" :
You can’t perform that action at this time.
0 commit comments