Skip to content

Commit

Permalink
car tests on namespace (commaai#31080)
Browse files Browse the repository at this point in the history
cars
  • Loading branch information
jnewb1 authored Jan 19, 2024
1 parent 5c2b788 commit dc9ffd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dc9ffd2

Please sign in to comment.