ci: faster metadrive test (#33755)

* fast

* fix

* same ratio

* output

* check old

* error

* fail

* better

* log

* test faster runner

* work?

* test

* ratio

* forward

* try without wait

* test old distance

* fxi

* test old runner

* test this

* assert distance

* cleanup

* better

* get distance

* cleanup

* choose runner

* very slow

* wait

* put this back
This commit is contained in:
Maxime Desroches
2024-10-09 15:16:50 -07:00
committed by GitHub
parent 48abdf825b
commit d7c0906d0b
5 changed files with 26 additions and 14 deletions

View File

@@ -27,7 +27,9 @@ env:
jobs:
simulator_driving:
name: simulator driving
runs-on: ubuntu-latest
runs-on: ${{ ((github.repository == 'commaai/openpilot') &&
((github.event_name != 'pull_request') ||
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot'))) && 'namespace-profile-amd64-8x16' || 'ubuntu-latest' }}
timeout-minutes: 20
steps:
- uses: actions/checkout@v4