From 26181374e69ea732a2c9e947b3fde1a5957bc2d0 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Thu, 25 Jan 2024 20:37:25 -0800 Subject: [PATCH] CI: use auto-cache for test_models (#31171) use auto cache old-commit-hash: 6262de44190ffd02bf6dc7db418599885db800f3 --- .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 3aeebd702b..964c36776e 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -321,7 +321,7 @@ jobs: - uses: ./.github/workflows/setup-with-retry - name: Cache test routes id: dependency-cache - uses: actions/cache@v3 + uses: ./.github/workflows/auto-cache with: path: .ci_cache/comma_download_cache key: car_models-${{ hashFiles('selfdrive/car/tests/test_models.py', 'selfdrive/car/tests/routes.py') }}-${{ matrix.job }}