We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a666ff commit ed31b9fCopy full SHA for ed31b9f
1 file changed
.github/workflows/bench-sweep.yml
@@ -103,10 +103,11 @@ jobs:
103
mkdir -p /data/bench_repos
104
BAKE_LOG=/data/bench_repos/bake.log
105
if docker run --rm \
106
+ --entrypoint python3 \
107
-v /data/bench_repos:/cache/contextbench_repos \
108
-e BAKE_PARALLELISM=16 \
109
ghcr.io/nikolay-e/treemapper-bench:latest \
- python /app/scripts/bake_bench_cache.py /cache/contextbench_repos \
110
+ /app/scripts/bake_bench_cache.py /cache/contextbench_repos \
111
>> "\${BAKE_LOG}" 2>&1; then
112
touch /data/bench_repos/.ready
113
echo "[bake] OK at \$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> "\${BAKE_LOG}"
0 commit comments