-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Continue, if the cache times out, given bootstrap will still fix it up (
- Loading branch information
1 parent
ca015dc
commit 1701876
Showing
34 changed files
with
94 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,6 +61,7 @@ jobs: | |
|
||
- uses: Wandalen/[email protected] | ||
name: Bootstrap cache | ||
continue-on-error: true | ||
timeout-minutes: 20 | ||
with: | ||
action: buildjet/cache@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,7 @@ jobs: | |
|
||
- uses: Wandalen/[email protected] | ||
name: Bootstrap cache | ||
continue-on-error: true | ||
timeout-minutes: 20 | ||
with: | ||
action: buildjet/cache@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
Oops, something went wrong.