From c5bb9ae478a265be3362e4938528e89f2529c626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 19:53:30 +0200 Subject: [PATCH] build(deps): bump nick-invision/retry from 2.7.1 to 2.8.0 (#613) Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-invision/retry/compare/v2.7.1...v2.8.0) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/on-pr-charts.yaml | 2 +- .github/workflows/on-pr.yaml | 10 +++++----- .github/workflows/periodics-daily.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/on-pr-charts.yaml b/.github/workflows/on-pr-charts.yaml index 2553c85..eba436b 100644 --- a/.github/workflows/on-pr-charts.yaml +++ b/.github/workflows/on-pr-charts.yaml @@ -69,7 +69,7 @@ jobs: kubectl describe ds kured - name: Test if successful deploy - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 10 max_attempts: 10 diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 7d8ec1e..15cf4ab 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -156,7 +156,7 @@ jobs: kubectl apply -f kured-rbac.yaml && kubectl apply -f kured-ds.yaml - name: Ensure kured is ready - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 10 max_attempts: 10 @@ -229,7 +229,7 @@ jobs: kubectl describe ds kured - name: Ensure kured is ready - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 10 max_attempts: 10 @@ -238,7 +238,7 @@ jobs: command: "kubectl get ds kured | grep -E 'kured.*1.*1.*1.*1.*1' " - name: Get metrics (healthy) - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 2 max_attempts: 12 @@ -250,7 +250,7 @@ jobs: ./tests/kind/create-reboot-sentinels.sh - name: Get metrics (need reboot) - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 15 max_attempts: 10 @@ -320,7 +320,7 @@ jobs: # kubectl describe ds kured # # - name: Ensure kured is ready - # uses: nick-invision/retry@v2.7.1 + # uses: nick-invision/retry@v2.8.0 # with: # timeout_minutes: 10 # max_attempts: 10 diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 38637ed..b5cb308 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -122,7 +122,7 @@ jobs: kubectl describe ds kured - name: Ensure kured is ready - uses: nick-invision/retry@v2.7.1 + uses: nick-invision/retry@v2.8.0 with: timeout_minutes: 10 max_attempts: 10