-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
434 additions
and
389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
jobs: | ||
bump_submodules: | ||
name: bump_submodules | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ghcr.io/commaai/openpilot-base:latest | ||
if: github.repository == 'commaai/openpilot' | ||
|
@@ -24,6 +24,7 @@ jobs: | |
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 | ||
with: | ||
author: Vehicle Researcher <[email protected]> | ||
token: ${{ secrets.ACTIONS_CREATE_PR_PAT }} | ||
commit-message: bump submodules | ||
title: '[bot] Bump submodules' | ||
|
@@ -34,7 +35,7 @@ jobs: | |
labels: bot | ||
package_updates: | ||
name: package_updates | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ghcr.io/commaai/openpilot-base:latest | ||
if: github.repository == 'commaai/openpilot' | ||
|
@@ -51,6 +52,7 @@ jobs: | |
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 | ||
with: | ||
author: Vehicle Researcher <[email protected]> | ||
token: ${{ secrets.ACTIONS_CREATE_PR_PAT }} | ||
commit-message: Update Python packages and pre-commit hooks | ||
title: '[bot] Update Python packages and pre-commit hooks' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cereal
updated
from db1359 to 84af7e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule opendbc
updated
6 files
+1 −1 | .github/workflows/repo.yml | |
+3 −3 | .github/workflows/tests.yml | |
+8 −11 | Dockerfile | |
+1 −0 | SConstruct | |
+192 −0 | chrysler_cusw.dbc | |
+1 −1 | vw_mqb_2010.dbc |
Submodule panda
updated
9 files
+1 −1 | .github/workflows/drivers.yaml | |
+1 −1 | .github/workflows/repo.yml | |
+7 −10 | .github/workflows/test.yaml | |
+2 −2 | .pre-commit-config.yaml | |
+23 −49 | Dockerfile | |
+1 −1 | board/debug/README.md | |
+1 −1 | board/drivers/bootkick.h | |
+1 −0 | python/__init__.py | |
+1 −1 | tests/som/test_bootkick.py |
Oops, something went wrong.