From dc9ffd2f100891554eaaad10139f233229390d56 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Fri, 19 Jan 2024 17:53:52 -0500 Subject: [PATCH] car tests on namespace (#31080) cars --- .github/workflows/selfdrive_tests.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index f58a861235f0f8..080051bdaae4ca 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.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: