diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9774faa586efbe..1d3f78f13539bc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -70,7 +70,7 @@ jobs: sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -187,7 +187,7 @@ jobs: sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -349,7 +349,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -408,7 +408,7 @@ jobs: mkdir -p ~/Library/Logs/DiagnosticReports || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -508,7 +508,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index c426996c187054..54e29b684e06cd 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -50,7 +50,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -86,7 +86,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -122,7 +122,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform nrfconnect - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/cirque.yaml b/.github/workflows/cirque.yaml index 98baf36f6d61f3..65acf7398b3f57 100644 --- a/.github/workflows/cirque.yaml +++ b/.github/workflows/cirque.yaml @@ -66,7 +66,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 if: ${{ !env.ACT }} with: @@ -88,7 +88,7 @@ jobs: id: cirque-bootstrap-cache-key run: echo "val=$(scripts/tests/cirque_tests.sh cachekeyhash)" >> $GITHUB_OUTPUT - name: Cirque Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 if: ${{ !env.ACT }} with: diff --git a/.github/workflows/darwin-tests.yaml b/.github/workflows/darwin-tests.yaml index 29f34356e5f607..83edf05a47b82a 100644 --- a/.github/workflows/darwin-tests.yaml +++ b/.github/workflows/darwin-tests.yaml @@ -69,7 +69,7 @@ jobs: mkdir objdir-clone || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/darwin.yaml b/.github/workflows/darwin.yaml index f724c0134de616..51b8261e1fbb87 100644 --- a/.github/workflows/darwin.yaml +++ b/.github/workflows/darwin.yaml @@ -52,7 +52,7 @@ jobs: run: brew install python@3.9 - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-ameba.yaml b/.github/workflows/examples-ameba.yaml index 0e3d2e867ac431..245141b6faa359 100644 --- a/.github/workflows/examples-ameba.yaml +++ b/.github/workflows/examples-ameba.yaml @@ -53,7 +53,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform ameba - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-asr.yaml b/.github/workflows/examples-asr.yaml index a8fd72fc3bfe28..f0f72503534e58 100644 --- a/.github/workflows/examples-asr.yaml +++ b/.github/workflows/examples-asr.yaml @@ -51,7 +51,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform asr - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-bouffalolab.yaml b/.github/workflows/examples-bouffalolab.yaml index 3441ad51d2bc2a..580e3f5caffa21 100644 --- a/.github/workflows/examples-bouffalolab.yaml +++ b/.github/workflows/examples-bouffalolab.yaml @@ -60,7 +60,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-cc13x2x7_26x2x7.yaml b/.github/workflows/examples-cc13x2x7_26x2x7.yaml index 0ebe1b067dbd49..7f34d31ebe61e9 100644 --- a/.github/workflows/examples-cc13x2x7_26x2x7.yaml +++ b/.github/workflows/examples-cc13x2x7_26x2x7.yaml @@ -63,7 +63,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-cc32xx.yaml b/.github/workflows/examples-cc32xx.yaml index 712648d99870fe..4a941e17cb0aa5 100644 --- a/.github/workflows/examples-cc32xx.yaml +++ b/.github/workflows/examples-cc32xx.yaml @@ -61,7 +61,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-efr32.yaml b/.github/workflows/examples-efr32.yaml index 1772f5b931333e..daf30304cd70ae 100644 --- a/.github/workflows/examples-efr32.yaml +++ b/.github/workflows/examples-efr32.yaml @@ -66,7 +66,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index 5d36782b23f599..a448cd81d5553a 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -60,7 +60,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -179,7 +179,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-infineon.yaml b/.github/workflows/examples-infineon.yaml index e05a56b215a693..27105ffc7a6407 100644 --- a/.github/workflows/examples-infineon.yaml +++ b/.github/workflows/examples-infineon.yaml @@ -60,7 +60,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-k32w.yaml b/.github/workflows/examples-k32w.yaml index 1744acc20e91ba..935b9a837dc22b 100644 --- a/.github/workflows/examples-k32w.yaml +++ b/.github/workflows/examples-k32w.yaml @@ -62,7 +62,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-linux-arm.yaml b/.github/workflows/examples-linux-arm.yaml index 3b293599b00787..2c6133227a4c36 100644 --- a/.github/workflows/examples-linux-arm.yaml +++ b/.github/workflows/examples-linux-arm.yaml @@ -60,7 +60,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-linux-imx.yaml b/.github/workflows/examples-linux-imx.yaml index bb633d23f9ad8c..4b5bf670c463ea 100644 --- a/.github/workflows/examples-linux-imx.yaml +++ b/.github/workflows/examples-linux-imx.yaml @@ -52,7 +52,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index 8504087a83455e..fd954ad63bb499 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -60,7 +60,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-mbed.yaml b/.github/workflows/examples-mbed.yaml index e32c75300ec63a..3d330fcd4cd848 100644 --- a/.github/workflows/examples-mbed.yaml +++ b/.github/workflows/examples-mbed.yaml @@ -76,7 +76,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-mw320.yaml b/.github/workflows/examples-mw320.yaml index 0d1a285f0de841..15a429e7bd087f 100755 --- a/.github/workflows/examples-mw320.yaml +++ b/.github/workflows/examples-mw320.yaml @@ -62,7 +62,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml index cc2daca2f7c266..9b248461e5deeb 100644 --- a/.github/workflows/examples-nrfconnect.yaml +++ b/.github/workflows/examples-nrfconnect.yaml @@ -75,7 +75,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-openiotsdk.yaml b/.github/workflows/examples-openiotsdk.yaml index 08f46969daee9b..74dcb2f1206848 100644 --- a/.github/workflows/examples-openiotsdk.yaml +++ b/.github/workflows/examples-openiotsdk.yaml @@ -65,7 +65,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-qpg.yaml b/.github/workflows/examples-qpg.yaml index ab7d33b5ccab90..1be72db151799a 100644 --- a/.github/workflows/examples-qpg.yaml +++ b/.github/workflows/examples-qpg.yaml @@ -62,7 +62,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 74e050bb05f438..3faeacb75057e1 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -61,7 +61,7 @@ jobs: run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/examples-tizen.yaml b/.github/workflows/examples-tizen.yaml index a0f33c521040cd..2931bd1ea4c001 100644 --- a/.github/workflows/examples-tizen.yaml +++ b/.github/workflows/examples-tizen.yaml @@ -55,7 +55,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform tizen - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/full-android.yaml b/.github/workflows/full-android.yaml index 5f9582c5eced37..adff0f36bad483 100644 --- a/.github/workflows/full-android.yaml +++ b/.github/workflows/full-android.yaml @@ -66,7 +66,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform android - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/fuzzing-build.yaml b/.github/workflows/fuzzing-build.yaml index 4e589a98460b2b..0441c68285f02a 100644 --- a/.github/workflows/fuzzing-build.yaml +++ b/.github/workflows/fuzzing-build.yaml @@ -57,7 +57,7 @@ jobs: mkdir objdir-clone || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -117,7 +117,7 @@ jobs: mkdir objdir-clone || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/java-tests.yaml b/.github/workflows/java-tests.yaml index 37ebeeea0a01fa..b0f1de052a3396 100644 --- a/.github/workflows/java-tests.yaml +++ b/.github/workflows/java-tests.yaml @@ -60,7 +60,7 @@ jobs: mkdir objdir-clone || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -248,4 +248,3 @@ jobs: path: objdir-clone/ # objdirs are big; don't hold on to them too long. retention-days: 5 - diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index da846e5939ea0a..4acf3be4de4d3b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -60,7 +60,7 @@ jobs: - name: Checkout submodules run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -222,4 +222,3 @@ jobs: if: always() run: | git grep -n 'SuccessOrExit([^=)]*(' -- './*' ':(exclude).github/workflows/lint.yml' && exit 1 || exit 0 - diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index 2459ecbcaa5576..bb18146c47e0bc 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -58,7 +58,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -122,7 +122,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform tizen - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/release_artifacts.yaml b/.github/workflows/release_artifacts.yaml index a525a97db0742d..e7fa612e92f1b4 100644 --- a/.github/workflows/release_artifacts.yaml +++ b/.github/workflows/release_artifacts.yaml @@ -49,7 +49,7 @@ jobs: ref: "${{ github.event.inputs.releaseTag }}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -104,7 +104,7 @@ jobs: ref: "${{ github.event.inputs.releaseTag }}" - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/smoketest-android.yaml b/.github/workflows/smoketest-android.yaml index 21837f201ccfec..bd4361e6667d65 100644 --- a/.github/workflows/smoketest-android.yaml +++ b/.github/workflows/smoketest-android.yaml @@ -57,7 +57,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform android - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/smoketest-darwin.yaml b/.github/workflows/smoketest-darwin.yaml index 13f328b02988e8..0c6409f8bfdd42 100644 --- a/.github/workflows/smoketest-darwin.yaml +++ b/.github/workflows/smoketest-darwin.yaml @@ -52,7 +52,7 @@ jobs: run: brew install python@3.9 - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 75a29d165a3eba..2160399601c92d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -83,7 +83,7 @@ jobs: mkdir objdir-clone || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -353,7 +353,7 @@ jobs: mkdir objdir-clone || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -476,7 +476,7 @@ jobs: mkdir objdir-clone || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} @@ -569,7 +569,7 @@ jobs: mkdir objdir-clone || true - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/zap_regeneration.yaml b/.github/workflows/zap_regeneration.yaml index f30714c2a6bf65..ce173fce271490 100644 --- a/.github/workflows/zap_regeneration.yaml +++ b/.github/workflows/zap_regeneration.yaml @@ -53,7 +53,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }} diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml index 04cb6b8990af72..9970300975771d 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -54,7 +54,7 @@ jobs: run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux - name: Bootstrap cache - uses: actions/cache@v3 + uses: buildjet/cache@v3 timeout-minutes: 10 with: key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}