Skip to content

Commit

Permalink
Continue, if the cache times out, given bootstrap will still fix it up (
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Sep 19, 2023
1 parent ca015dc commit 1701876
Show file tree
Hide file tree
Showing 34 changed files with 94 additions and 46 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down Expand Up @@ -192,7 +193,8 @@ jobs:
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down Expand Up @@ -358,7 +360,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down Expand Up @@ -421,7 +424,8 @@ jobs:
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down Expand Up @@ -525,7 +529,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down Expand Up @@ -91,7 +92,8 @@ jobs:
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down Expand Up @@ -131,7 +133,8 @@ jobs:
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform nrfconnect
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand All @@ -93,7 +94,8 @@ jobs:
- uses: Wandalen/[email protected]
name: Cirque Bootstrap cache
if: ${{ !env.ACT }}
timeout-minutes: 20
timeout-minutes: 10
continue-on-error: true
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform ameba
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform asr
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples-bouffalolab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
continue-on-error: true
timeout-minutes: 20
with:
action: buildjet/cache@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-cc13x2x7_26x2x7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-cc32xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
continue-on-error: true
timeout-minutes: 20
with:
action: buildjet/cache@v3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down Expand Up @@ -184,7 +185,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-infineon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-k32w.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-linux-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-mbed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-mw320.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-openiotsdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-qpg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-telink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-tizen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/full-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/fuzzing-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down Expand Up @@ -122,7 +123,8 @@ jobs:
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/java-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down Expand Up @@ -127,7 +128,8 @@ jobs:

- uses: Wandalen/[email protected]
name: Bootstrap cache
timeout-minutes: 20
continue-on-error: true
timeout-minutes: 10
with:
action: buildjet/cache@v3
attempt_limit: 3
Expand Down
Loading

0 comments on commit 1701876

Please sign in to comment.