mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 00:05:57 +08:00
cleanup car tests (#20562)
* cleanup test_car_models * don't fail on that old-commit-hash: 7e632900e5fc6581ead248581e5f90703f851d23
This commit is contained in:
@@ -9,6 +9,6 @@ assignees: ''
|
||||
**Checklist**
|
||||
|
||||
- [ ] added to README
|
||||
- [ ] test route added to [test_car_models](../../selfdrive/test/test_car_models.py)
|
||||
- [ ] test route added to [test_routes.py](../../selfdrive/test/test_routes.py)
|
||||
- [ ] route with openpilot:
|
||||
- [ ] route with stock system:
|
||||
|
||||
@@ -23,7 +23,7 @@ Route: [a route with the bug fix]
|
||||
|
||||
**Checklist**
|
||||
- [ ] added to README
|
||||
- [ ] test route added to [test_car_models](../../selfdrive/test/test_car_models.py)
|
||||
- [ ] test route added to [test_routes.py](../../selfdrive/test/test_routes.py)
|
||||
- [ ] route with openpilot:
|
||||
- [ ] route with stock system:
|
||||
|
||||
|
||||
@@ -280,7 +280,7 @@ jobs:
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: /tmp/comma_download_cache
|
||||
key: ${{ hashFiles('.github/workflows/test.yaml', 'selfdrive/test/test_car_models.py') }}
|
||||
key: ${{ hashFiles('.github/workflows/test.yaml', 'selfdrive/test/test_routes.py') }}
|
||||
- name: Build Docker image
|
||||
run: eval "$BUILD"
|
||||
- name: Test car models
|
||||
|
||||
Reference in New Issue
Block a user