Try self-hosted runner

This commit is contained in:
Siarhei Fedartsou 2024-06-26 09:45:28 +02:00
parent cf34a3e0bd
commit b42a7326be

View File

@ -739,6 +739,8 @@ jobs:
cp -rf pr/profiles ~/benchmarks_tmp/profiles 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 ./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 sudo umount ~/benchmarks_tmp
- name: Run Base Benchmarks - name: Run Base Benchmarks
run: | run: |
@ -755,6 +757,8 @@ jobs:
fi fi
# we intentionally use scripts from PR branch to be able to update them and see results in the same PR # 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 ./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 sudo umount ~/benchmarks_tmp
- name: Post Benchmark Results - name: Post Benchmark Results
run: | run: |