From e04ac10509ae0cc668f119db9fcb6806e0b6fe9e Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Fri, 13 Dec 2024 17:20:28 -0800 Subject: [PATCH] ci: fix cache key for test_models (#34230) * fix this * please rerun this my good ci friend * thank you very much --- .github/workflows/selfdrive_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 86fad1fca..09fb52b9c 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -231,7 +231,7 @@ jobs: uses: actions/cache@v4 with: path: .ci_cache/comma_download_cache - key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'selfdrive/car/tests/routes.py') }}-${{ matrix.job }} + key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'opendbc/car/tests/routes.py') }}-${{ matrix.job }} - name: Build openpilot run: ${{ env.RUN }} "scons -j$(nproc)" - name: Test car models