CI: use buildjet for process replay (#29277)

* squash for pr

* backoff to 4vcpu

* review suggestions

* simplify

---------

Co-authored-by: Justin Newberry <jnewberry0502@gmail.com>
Co-authored-by: Justin Newberry <justin@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2023-08-25 18:50:21 -07:00
committed by GitHub
parent 2b4255b19e
commit d35beffbce
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ jobs:
process_replay:
name: process replay
runs-on: ubuntu-20.04
runs-on: ${{ ((github.event.pull_request.head.repo.full_name == 'commaai/openpilot') || (github.repository == 'commaai/openpilot')) && 'buildjet-8vcpu-ubuntu-2004' || 'ubuntu-20.04' }}
steps:
- uses: actions/checkout@v3
with: