Skip to content

Commit

Permalink
Moving to 1.3.0 (#27422)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Jul 19, 2023
1 parent 09cd664 commit 1612596
Show file tree
Hide file tree
Showing 41 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bloat_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down Expand Up @@ -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]
Expand All @@ -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:
Expand Down Expand Up @@ -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]
Expand All @@ -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:
Expand Down Expand Up @@ -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]
Expand All @@ -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:
Expand Down Expand Up @@ -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]
Expand All @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down Expand Up @@ -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]
Expand All @@ -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:
Expand Down Expand Up @@ -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]
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/darwin-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_img.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-ameba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-asr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-bouffalolab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-cc13x2x7_26x2x7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-cc32xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down Expand Up @@ -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]
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/examples-infineon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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:
Expand Down
Loading

0 comments on commit 1612596

Please sign in to comment.