Try self-hosted runner yet another time
This commit is contained in:
parent
e7ad192932
commit
4da9741e83
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -727,6 +727,8 @@ jobs:
|
||||
# we run benchmarks in tmpfs to avoid impact of disk IO
|
||||
- name: Create folder for tmpfs
|
||||
run: |
|
||||
# if by any chance it was mounted before(e.g. due to previous job failed), unmount it
|
||||
sudo umount ~/benchmarks | true
|
||||
rm -rf ~/benchmarks
|
||||
mkdir -p ~/benchmarks
|
||||
- name: Run PR Benchmarks
|
||||
|
Loading…
Reference in New Issue
Block a user