Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Wretry to 1.3.0, we're very out of date #27422

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Setup Environment
run: brew install python@3.9

- 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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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/checkout@v3.5.2
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