From c7ae4145e21f95487b9da3293b780598c80df1d3 Mon Sep 17 00:00:00 2001 From: James Gilles Date: Fri, 12 Jan 2024 15:50:53 -0500 Subject: [PATCH] Fix callgrind action again --- .github/workflows/callgrind_benchmarks.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/callgrind_benchmarks.yml b/.github/workflows/callgrind_benchmarks.yml index 9223aeca89..761df07274 100644 --- a/.github/workflows/callgrind_benchmarks.yml +++ b/.github/workflows/callgrind_benchmarks.yml @@ -22,7 +22,11 @@ env: jobs: benchmark: name: run benchmarks - runs-on: benchmarks-runner + # DON'T run on benchmarks-runner, using docker on a self-hosted runner has + # been broken for 4 years: https://github.com/actions/runner/issues/434 . + # Fortunately, we can run on standard Github Actions infra because we don't care + # about other stuff running on the machine! + # runs-on: benchmarks-runner timeout-minutes: 20 # on a successful run, runs in 8 minutes container: image: rust:1.72