|
|
@ -32,9 +32,9 @@ env: |
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
build_release: |
|
|
|
build_release: |
|
|
|
name: build release |
|
|
|
name: build release |
|
|
|
runs-on: ${{ |
|
|
|
runs-on: ${{ |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
@ -70,9 +70,9 @@ jobs: |
|
|
|
run: release/check-submodules.sh |
|
|
|
run: release/check-submodules.sh |
|
|
|
|
|
|
|
|
|
|
|
build: |
|
|
|
build: |
|
|
|
runs-on: ${{ |
|
|
|
runs-on: ${{ |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
@ -124,9 +124,9 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
static_analysis: |
|
|
|
static_analysis: |
|
|
|
name: static analysis |
|
|
|
name: static analysis |
|
|
|
runs-on: ${{ |
|
|
|
runs-on: ${{ |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
@ -143,9 +143,9 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
unit_tests: |
|
|
|
unit_tests: |
|
|
|
name: unit tests |
|
|
|
name: unit tests |
|
|
|
runs-on: ${{ |
|
|
|
runs-on: ${{ |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
@ -173,9 +173,9 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
process_replay: |
|
|
|
process_replay: |
|
|
|
name: process replay |
|
|
|
name: process replay |
|
|
|
runs-on: ${{ |
|
|
|
runs-on: ${{ |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
@ -229,9 +229,9 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
test_cars: |
|
|
|
test_cars: |
|
|
|
name: cars |
|
|
|
name: cars |
|
|
|
runs-on: ${{ |
|
|
|
runs-on: ${{ |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
@ -324,9 +324,9 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
simulator_driving: |
|
|
|
simulator_driving: |
|
|
|
name: simulator driving |
|
|
|
name: simulator driving |
|
|
|
runs-on: ${{ |
|
|
|
runs-on: ${{ |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
@ -349,9 +349,9 @@ jobs: |
|
|
|
create_ui_report: |
|
|
|
create_ui_report: |
|
|
|
# This job name needs to be the same as UI_JOB_NAME in ui_preview.yaml |
|
|
|
# This job name needs to be the same as UI_JOB_NAME in ui_preview.yaml |
|
|
|
name: Create UI Report |
|
|
|
name: Create UI Report |
|
|
|
runs-on: ${{ |
|
|
|
runs-on: ${{ |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
(github.repository == 'commaai/openpilot') && |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
((github.event_name != 'pull_request') || |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
(github.event.pull_request.head.repo.full_name == 'commaai/openpilot')) |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
&& fromJSON('["namespace-profile-amd64-8x16", "namespace-experiments:docker.builds.local-cache=separate"]') |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
|
|| fromJSON('["ubuntu-24.04"]') }} |
|
|
|