car tests on namespace (#31080)

cars
pull/31087/head
Justin Newberry 1 year ago committed by GitHub
parent 5c2b7882bf
commit dc9ffd2f10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/selfdrive_tests.yaml

@ -307,7 +307,9 @@ jobs:
test_cars:
name: cars
runs-on: ubuntu-20.04
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-20.04' }}
strategy:
fail-fast: false
matrix:

Loading…
Cancel
Save