File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
actions/run-tests/benchmark Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,6 @@ runs:
125125 # accurately reflect the current compute_runtime version used, as the
126126 # docker images are built nightly.
127127 export COMPUTE_RUNTIME_TAG_CACHE="$(cat ./devops/dependencies.json | jq -r .linux.compute_runtime.github_tag)"
128- echo $COMPUTE_RUNTIME_TAG_CACHE
129-
130128
131129 taskset -c "$CORES" ./devops/scripts/benchmarks/main.py \
132130 " $(realpath ./llvm_test_workdir)" \
Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ def get_var(var_name: str) -> str:
8989 # indeed referring to the same version.
9090 if env_cache_patch == l0_ver_patch [: len (env_cache_patch )]:
9191 cls ._instance .compute_runtime_ver_cache = env_cache_ver
92- print (f"MATCH env var { env_cache_ver } with actual { get_var ("L0_VER" )} " )
9392
9493 return cls ._instance
9594
You can’t perform that action at this time.
0 commit comments