car tests on namespace (#31080)

cars
old-commit-hash: dc9ffd2f10
chrysler-long2
Justin Newberry 1 year ago committed by GitHub
parent 06091f48a9
commit 20526ce562
  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