From b42a7326be70190ba3feb339d8fd94c78ebf3e15 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Wed, 26 Jun 2024 09:45:28 +0200 Subject: [PATCH] Try self-hosted runner --- .github/workflows/osrm-backend.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index f21f75885..7e6e59a66 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -739,6 +739,8 @@ jobs: cp -rf pr/profiles ~/benchmarks_tmp/profiles ./pr/scripts/ci/run_benchmarks.sh -f ~/benchmarks_tmp -r $(pwd)/pr_results -s $(pwd)/pr -b ~/benchmarks_tmp/build -o ~/data.osm.pbf -g ~/gps_traces.csv + sleep 10 + lsof ~/benchmarks_tmp sudo umount ~/benchmarks_tmp - name: Run Base Benchmarks run: | @@ -755,6 +757,8 @@ jobs: fi # we intentionally use scripts from PR branch to be able to update them and see results in the same PR ./pr/scripts/ci/run_benchmarks.sh -f ~/benchmarks_tmp -r $(pwd)/base_results -s $(pwd)/pr -b ~/benchmarks_tmp/build -o ~/data.osm.pbf -g ~/gps_traces.csv + sleep 10 + lsof ~/benchmarks_tmp sudo umount ~/benchmarks_tmp - name: Post Benchmark Results run: |