-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09cd664
commit 1612596
Showing
41 changed files
with
100 additions
and
100 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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
image: connectedhomeip/chip-build:0.7.3 | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
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,7 @@ jobs: | |
env: | ||
CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} | ||
run: echo "$CONCURRENCY_CONTEXT" | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -69,7 +69,7 @@ jobs: | |
mkdir /tmp/cores || true | ||
sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
@@ -169,7 +169,7 @@ jobs: | |
env: | ||
CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} | ||
run: echo "$CONCURRENCY_CONTEXT" | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -190,7 +190,7 @@ jobs: | |
mkdir /tmp/cores || true | ||
sysctl -w kernel.core_pattern=/tmp/cores/core.%u.%p.%t || true | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
@@ -345,7 +345,7 @@ jobs: | |
env: | ||
CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} | ||
run: echo "$CONCURRENCY_CONTEXT" | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -356,7 +356,7 @@ jobs: | |
- name: Checkout submodules | ||
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
@@ -400,7 +400,7 @@ jobs: | |
if: github.actor != 'restyled-io[bot]' | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -419,7 +419,7 @@ jobs: | |
run: | | ||
mkdir -p ~/Library/Logs/DiagnosticReports || true | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
@@ -512,7 +512,7 @@ jobs: | |
net.ipv4.conf.all.forwarding=1 net.ipv6.conf.all.forwarding=1" | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -523,7 +523,7 @@ jobs: | |
- name: Checkout submodules | ||
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -49,7 +49,7 @@ jobs: | |
attempt_delay: 2000 | ||
- name: Checkout submodules | ||
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
@@ -79,7 +79,7 @@ jobs: | |
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -89,7 +89,7 @@ jobs: | |
attempt_delay: 2000 | ||
- name: Checkout submodules | ||
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
@@ -119,7 +119,7 @@ jobs: | |
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -129,7 +129,7 @@ jobs: | |
attempt_delay: 2000 | ||
- name: Checkout submodules | ||
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform nrfconnect | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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,7 @@ jobs: | |
# options: "--privileged" | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -65,7 +65,7 @@ jobs: | |
- name: Checkout submodules | ||
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
@@ -90,7 +90,7 @@ jobs: | |
- name: Get Cirque Bootstrap cache key | ||
id: cirque-bootstrap-cache-key | ||
run: echo "val=$(scripts/tests/cirque_tests.sh cachekeyhash)" >> $GITHUB_OUTPUT | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Cirque Bootstrap cache | ||
if: ${{ !env.ACT }} | ||
timeout-minutes: 20 | ||
|
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 |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
runs-on: macos-latest | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -68,7 +68,7 @@ jobs: | |
mkdir -p ~/Library/Logs/DiagnosticReports || true | ||
mkdir objdir-clone || true | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
runs-on: macos-latest | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -51,7 +51,7 @@ jobs: | |
- name: Setup Environment | ||
run: brew install [email protected] | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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,7 @@ jobs: | |
# NOTE: vscode image consumes ~52 GB disk space but GitHub-hosted runners provide ~10 GB free disk space(https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) | ||
#- "-vscode" | ||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -52,7 +52,7 @@ jobs: | |
attempt_delay: 2000 | ||
- name: Checkout submodules | ||
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform ameba | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
options: --user root | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -50,7 +50,7 @@ jobs: | |
attempt_delay: 2000 | ||
- name: Checkout submodules | ||
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform asr | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
volumes: | ||
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -59,7 +59,7 @@ jobs: | |
GH_CONTEXT: ${{ toJson(github) }} | ||
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
volumes: | ||
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -62,7 +62,7 @@ jobs: | |
GH_CONTEXT: ${{ toJson(github) }} | ||
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
volumes: | ||
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -60,7 +60,7 @@ jobs: | |
GH_CONTEXT: ${{ toJson(github) }} | ||
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
volumes: | ||
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -65,7 +65,7 @@ jobs: | |
GH_CONTEXT: ${{ toJson(github) }} | ||
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -59,7 +59,7 @@ jobs: | |
GH_CONTEXT: ${{ toJson(github) }} | ||
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
@@ -171,7 +171,7 @@ jobs: | |
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
|
||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -182,7 +182,7 @@ jobs: | |
- name: Checkout submodules | ||
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform esp32 | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
volumes: | ||
- "/tmp/bloat_reports:/tmp/bloat_reports" | ||
steps: | ||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Checkout | ||
with: | ||
action: actions/[email protected] | ||
|
@@ -59,7 +59,7 @@ jobs: | |
GH_CONTEXT: ${{ toJson(github) }} | ||
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}" | ||
|
||
- uses: Wandalen/wretry.action@v1.0.41 | ||
- uses: Wandalen/wretry.action@v1.3.0 | ||
name: Bootstrap cache | ||
timeout-minutes: 20 | ||
with: | ||
|
Oops, something went wrong.