From 4462d4c31fec24a44b0f3fa9f1b8ff89f53df0fd Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Fri, 12 Nov 2021 17:25:31 +0100 Subject: [PATCH] ci: new name for scons cache to switch to new timestamp --- .github/workflows/selfdrive_tests.yaml | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/selfdrive_tests.yaml b/.github/workflows/selfdrive_tests.yaml index 003c8ea258..d0ae3b0191 100644 --- a/.github/workflows/selfdrive_tests.yaml +++ b/.github/workflows/selfdrive_tests.yaml @@ -41,8 +41,8 @@ jobs: CACHE_SKIP_SAVE: true with: path: /tmp/scons_cache - key: scons-cache-${{ steps.stamps.outputs.time }} - restore-keys: scons-cache- + key: scons-build-cache-${{ steps.stamps.outputs.time }} + restore-keys: scons-build-cache- - name: Strip non-release files run: | mkdir $STRIPPED_DIR @@ -155,8 +155,8 @@ jobs: CACHE_SKIP_SAVE: ${{ github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot' }} with: path: /tmp/scons_cache - key: scons-cache-${{ steps.stamps.outputs.time }} - restore-keys: scons-cache- + key: scons-build-cache-${{ steps.stamps.outputs.time }} + restore-keys: scons-build-cache- - name: Build Docker image run: eval "$BUILD" - name: Push to container registry @@ -180,8 +180,8 @@ jobs: CACHE_SKIP_SAVE: true with: path: /tmp/scons_cache - key: scons-cache-${{ steps.stamps.outputs.time }} - restore-keys: scons-cache- + key: scons-build-cache-${{ steps.stamps.outputs.time }} + restore-keys: scons-build-cache- - name: Build Docker image run: eval "$BUILD" - name: pre-commit @@ -209,8 +209,8 @@ jobs: CACHE_SKIP_SAVE: true with: path: /tmp/scons_cache - key: scons-cache-${{ steps.stamps.outputs.time }} - restore-keys: scons-cache- + key: scons-build-cache-${{ steps.stamps.outputs.time }} + restore-keys: scons-build-cache- - name: Build Docker image run: eval "$BUILD" - name: Run valgrind @@ -237,8 +237,8 @@ jobs: CACHE_SKIP_SAVE: true with: path: /tmp/scons_cache - key: scons-cache-${{ steps.stamps.outputs.time }} - restore-keys: scons-cache- + key: scons-build-cache-${{ steps.stamps.outputs.time }} + restore-keys: scons-build-cache- - name: Build Docker image run: eval "$BUILD" - name: Run unit tests @@ -286,8 +286,8 @@ jobs: CACHE_SKIP_SAVE: true with: path: /tmp/scons_cache - key: scons-cache-${{ steps.stamps.outputs.time }} - restore-keys: scons-cache- + key: scons-build-cache-${{ steps.stamps.outputs.time }} + restore-keys: scons-build-cache- - name: Build Docker image run: eval "$BUILD" - name: Run replay @@ -337,8 +337,8 @@ jobs: CACHE_SKIP_SAVE: true with: path: /tmp/scons_cache - key: scons-cache-${{ steps.stamps.outputs.time }} - restore-keys: scons-cache- + key: scons-build-cache-${{ steps.stamps.outputs.time }} + restore-keys: scons-build-cache- - name: Build Docker image run: eval "$BUILD" - name: Test longitudinal @@ -376,8 +376,8 @@ jobs: CACHE_SKIP_SAVE: true with: path: /tmp/scons_cache - key: scons-cache-${{ steps.stamps.outputs.time }} - restore-keys: scons-cache- + key: scons-build-cache-${{ steps.stamps.outputs.time }} + restore-keys: scons-build-cache- - name: Build Docker image run: eval "$BUILD" - name: Test car models