Skip to content

Commit 8894788

Browse files
woody-applepull[bot]
authored andcommitted
Testing buildjet vs github actions cache (#27344)
1 parent 5300233 commit 8894788

35 files changed

+49
-51
lines changed

.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true
7171
7272
- name: Bootstrap cache
73-
uses: actions/cache@v3
73+
uses: buildjet/cache@v3
7474
timeout-minutes: 10
7575
with:
7676
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -187,7 +187,7 @@ jobs:
187187
sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true
188188
189189
- name: Bootstrap cache
190-
uses: actions/cache@v3
190+
uses: buildjet/cache@v3
191191
timeout-minutes: 10
192192
with:
193193
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -349,7 +349,7 @@ jobs:
349349
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
350350

351351
- name: Bootstrap cache
352-
uses: actions/cache@v3
352+
uses: buildjet/cache@v3
353353
timeout-minutes: 10
354354
with:
355355
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -408,7 +408,7 @@ jobs:
408408
mkdir -p ~/Library/Logs/DiagnosticReports || true
409409
410410
- name: Bootstrap cache
411-
uses: actions/cache@v3
411+
uses: buildjet/cache@v3
412412
timeout-minutes: 10
413413
with:
414414
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -508,7 +508,7 @@ jobs:
508508
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
509509

510510
- name: Bootstrap cache
511-
uses: actions/cache@v3
511+
uses: buildjet/cache@v3
512512
timeout-minutes: 10
513513
with:
514514
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/chef.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Checkout submodules
5151
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
5252
- name: Bootstrap cache
53-
uses: actions/cache@v3
53+
uses: buildjet/cache@v3
5454
timeout-minutes: 10
5555
with:
5656
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -86,7 +86,7 @@ jobs:
8686
- name: Checkout submodules
8787
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32
8888
- name: Bootstrap cache
89-
uses: actions/cache@v3
89+
uses: buildjet/cache@v3
9090
timeout-minutes: 10
9191
with:
9292
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -122,7 +122,7 @@ jobs:
122122
- name: Checkout submodules
123123
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform nrfconnect
124124
- name: Bootstrap cache
125-
uses: actions/cache@v3
125+
uses: buildjet/cache@v3
126126
timeout-minutes: 10
127127
with:
128128
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/cirque.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
6767

6868
- name: Bootstrap cache
69-
uses: actions/cache@v3
69+
uses: buildjet/cache@v3
7070
timeout-minutes: 10
7171
if: ${{ !env.ACT }}
7272
with:
@@ -88,7 +88,7 @@ jobs:
8888
id: cirque-bootstrap-cache-key
8989
run: echo "val=$(scripts/tests/cirque_tests.sh cachekeyhash)" >> $GITHUB_OUTPUT
9090
- name: Cirque Bootstrap cache
91-
uses: actions/cache@v3
91+
uses: buildjet/cache@v3
9292
timeout-minutes: 10
9393
if: ${{ !env.ACT }}
9494
with:

.github/workflows/darwin-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
mkdir objdir-clone || true
7070
7171
- name: Bootstrap cache
72-
uses: actions/cache@v3
72+
uses: buildjet/cache@v3
7373
timeout-minutes: 10
7474
with:
7575
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/darwin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: brew install python@3.9
5353

5454
- name: Bootstrap cache
55-
uses: actions/cache@v3
55+
uses: buildjet/cache@v3
5656
timeout-minutes: 10
5757
with:
5858
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-ameba.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Checkout submodules
5454
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform ameba
5555
- name: Bootstrap cache
56-
uses: actions/cache@v3
56+
uses: buildjet/cache@v3
5757
timeout-minutes: 10
5858
with:
5959
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-asr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout submodules
5252
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform asr
5353
- name: Bootstrap cache
54-
uses: actions/cache@v3
54+
uses: buildjet/cache@v3
5555
timeout-minutes: 10
5656
with:
5757
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-bouffalolab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6161

6262
- name: Bootstrap cache
63-
uses: actions/cache@v3
63+
uses: buildjet/cache@v3
6464
timeout-minutes: 10
6565
with:
6666
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-cc13x2x7_26x2x7.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6464

6565
- name: Bootstrap cache
66-
uses: actions/cache@v3
66+
uses: buildjet/cache@v3
6767
timeout-minutes: 10
6868
with:
6969
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-cc32xx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6262

6363
- name: Bootstrap cache
64-
uses: actions/cache@v3
64+
uses: buildjet/cache@v3
6565
timeout-minutes: 10
6666
with:
6767
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-efr32.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6767

6868
- name: Bootstrap cache
69-
uses: actions/cache@v3
69+
uses: buildjet/cache@v3
7070
timeout-minutes: 10
7171
with:
7272
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-esp32.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6161

6262
- name: Bootstrap cache
63-
uses: actions/cache@v3
63+
uses: buildjet/cache@v3
6464
timeout-minutes: 10
6565
with:
6666
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -179,7 +179,7 @@ jobs:
179179
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32
180180

181181
- name: Bootstrap cache
182-
uses: actions/cache@v3
182+
uses: buildjet/cache@v3
183183
timeout-minutes: 10
184184
with:
185185
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-infineon.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6161

6262
- name: Bootstrap cache
63-
uses: actions/cache@v3
63+
uses: buildjet/cache@v3
6464
timeout-minutes: 10
6565
with:
6666
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-k32w.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6363

6464
- name: Bootstrap cache
65-
uses: actions/cache@v3
65+
uses: buildjet/cache@v3
6666
timeout-minutes: 10
6767
with:
6868
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-linux-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6161

6262
- name: Bootstrap cache
63-
uses: actions/cache@v3
63+
uses: buildjet/cache@v3
6464
timeout-minutes: 10
6565
with:
6666
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-linux-imx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
5353

5454
- name: Bootstrap cache
55-
uses: actions/cache@v3
55+
uses: buildjet/cache@v3
5656
timeout-minutes: 10
5757
with:
5858
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-linux-standalone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6161

6262
- name: Bootstrap cache
63-
uses: actions/cache@v3
63+
uses: buildjet/cache@v3
6464
timeout-minutes: 10
6565
with:
6666
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-mbed.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
7777

7878
- name: Bootstrap cache
79-
uses: actions/cache@v3
79+
uses: buildjet/cache@v3
8080
timeout-minutes: 10
8181
with:
8282
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-mw320.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6363

6464
- name: Bootstrap cache
65-
uses: actions/cache@v3
65+
uses: buildjet/cache@v3
6666
timeout-minutes: 10
6767
with:
6868
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-nrfconnect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
7676

7777
- name: Bootstrap cache
78-
uses: actions/cache@v3
78+
uses: buildjet/cache@v3
7979
timeout-minutes: 10
8080
with:
8181
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-openiotsdk.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6666

6767
- name: Bootstrap cache
68-
uses: actions/cache@v3
68+
uses: buildjet/cache@v3
6969
timeout-minutes: 10
7070
with:
7171
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-qpg.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6363

6464
- name: Bootstrap cache
65-
uses: actions/cache@v3
65+
uses: buildjet/cache@v3
6666
timeout-minutes: 10
6767
with:
6868
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
6262

6363
- name: Bootstrap cache
64-
uses: actions/cache@v3
64+
uses: buildjet/cache@v3
6565
timeout-minutes: 10
6666
with:
6767
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/examples-tizen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform tizen
5656

5757
- name: Bootstrap cache
58-
uses: actions/cache@v3
58+
uses: buildjet/cache@v3
5959
timeout-minutes: 10
6060
with:
6161
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/full-android.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform android
6767

6868
- name: Bootstrap cache
69-
uses: actions/cache@v3
69+
uses: buildjet/cache@v3
7070
timeout-minutes: 10
7171
with:
7272
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/fuzzing-build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
mkdir objdir-clone || true
5858
5959
- name: Bootstrap cache
60-
uses: actions/cache@v3
60+
uses: buildjet/cache@v3
6161
timeout-minutes: 10
6262
with:
6363
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -117,7 +117,7 @@ jobs:
117117
mkdir objdir-clone || true
118118
119119
- name: Bootstrap cache
120-
uses: actions/cache@v3
120+
uses: buildjet/cache@v3
121121
timeout-minutes: 10
122122
with:
123123
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/java-tests.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
mkdir objdir-clone || true
6161
6262
- name: Bootstrap cache
63-
uses: actions/cache@v3
63+
uses: buildjet/cache@v3
6464
timeout-minutes: 10
6565
with:
6666
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -248,4 +248,3 @@ jobs:
248248
path: objdir-clone/
249249
# objdirs are big; don't hold on to them too long.
250250
retention-days: 5
251-

.github/workflows/lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Checkout submodules
6161
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
6262
- name: Bootstrap cache
63-
uses: actions/cache@v3
63+
uses: buildjet/cache@v3
6464
timeout-minutes: 10
6565
with:
6666
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -222,4 +222,3 @@ jobs:
222222
if: always()
223223
run: |
224224
git grep -n 'SuccessOrExit([^=)]*(' -- './*' ':(exclude).github/workflows/lint.yml' && exit 1 || exit 0
225-

.github/workflows/qemu.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32
5959

6060
- name: Bootstrap cache
61-
uses: actions/cache@v3
61+
uses: buildjet/cache@v3
6262
timeout-minutes: 10
6363
with:
6464
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -122,7 +122,7 @@ jobs:
122122
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform tizen
123123

124124
- name: Bootstrap cache
125-
uses: actions/cache@v3
125+
uses: buildjet/cache@v3
126126
timeout-minutes: 10
127127
with:
128128
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/release_artifacts.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
ref: "${{ github.event.inputs.releaseTag }}"
5050

5151
- name: Bootstrap cache
52-
uses: actions/cache@v3
52+
uses: buildjet/cache@v3
5353
timeout-minutes: 10
5454
with:
5555
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}
@@ -104,7 +104,7 @@ jobs:
104104
ref: "${{ github.event.inputs.releaseTag }}"
105105

106106
- name: Bootstrap cache
107-
uses: actions/cache@v3
107+
uses: buildjet/cache@v3
108108
timeout-minutes: 10
109109
with:
110110
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/smoketest-android.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform android
5858

5959
- name: Bootstrap cache
60-
uses: actions/cache@v3
60+
uses: buildjet/cache@v3
6161
timeout-minutes: 10
6262
with:
6363
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

.github/workflows/smoketest-darwin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: brew install python@3.9
5353

5454
- name: Bootstrap cache
55-
uses: actions/cache@v3
55+
uses: buildjet/cache@v3
5656
timeout-minutes: 10
5757
with:
5858
key: ${{ runner.os }}-env-${{ hashFiles('scripts/setup/*', 'third_party/pigweed/**') }}

0 commit comments

Comments
 (0)