From 6053a6308f80685e9ea734e7aaca697865ac0c27 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 5 Dec 2024 11:19:23 -0800 Subject: [PATCH] expe --- .github/workflows/selfdrive_tests.yaml | 36 +++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index ec40660f15..068cd723f5 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -142,9 +142,9 @@ jobs: static_analysis: name: static analysis - 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-24.04' }} + runs-on: + - namespace-profile-amd64-8x16 + - namespace-experiments:docker.builds.local-cache=separate env: PYTHONWARNINGS: default steps: @@ -158,9 +158,9 @@ jobs: unit_tests: name: unit tests - 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' }} + runs-on: + - namespace-profile-amd64-8x16 + - namespace-experiments:docker.builds.local-cache=separate steps: - uses: actions/checkout@v4 with: @@ -185,9 +185,9 @@ jobs: process_replay: name: process replay - 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' }} + runs-on: + - namespace-profile-amd64-8x16 + - namespace-experiments:docker.builds.local-cache=separate steps: - uses: actions/checkout@v4 with: @@ -238,9 +238,9 @@ jobs: test_cars: name: cars - 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' }} + runs-on: + - namespace-profile-amd64-8x16 + - namespace-experiments:docker.builds.local-cache=separate strategy: fail-fast: false matrix: @@ -330,9 +330,9 @@ jobs: simulator_driving: name: simulator driving - 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-24.04' }} + runs-on: + - namespace-profile-amd64-8x16 + - namespace-experiments:docker.builds.local-cache=separate steps: - uses: actions/checkout@v4 with: @@ -351,9 +351,9 @@ jobs: create_ui_report: # This job name needs to be the same as UI_JOB_NAME in ui_preview.yaml name: Create UI Report - 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-24.04' }} + runs-on: + - namespace-profile-amd64-8x16 + - namespace-experiments:docker.builds.local-cache=separate steps: - uses: actions/checkout@v4 with: