From 4d783e4321645551df839c5b22b79d1dd6bf2b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 06:44:51 +0000 Subject: [PATCH] Bump nick-invision/retry from 2.4.0 to 2.4.1 Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-invision/retry/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: nick-invision/retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 73b05d2..b425252 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.4.0 + uses: nick-invision/retry@v2.4.1 with: timeout_minutes: 10 max_attempts: 10 diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index a901a30..d8fc789 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -144,7 +144,7 @@ jobs: kubectl apply -f kured-rbac.yaml && kubectl apply -f kured-ds.yaml - name: Ensure kured is ready - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v2.4.1 with: timeout_minutes: 10 max_attempts: 10 @@ -217,7 +217,7 @@ jobs: kubectl describe ds kured - name: Ensure kured is ready - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v2.4.1 with: timeout_minutes: 10 max_attempts: 10 @@ -226,7 +226,7 @@ jobs: command: "kubectl get ds kured | grep -E 'kured.*1.*1.*1.*1.*1' " - name: Get metrics (healthy) - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v2.4.1 with: timeout_minutes: 2 max_attempts: 12 @@ -238,7 +238,7 @@ jobs: ./tests/kind/create-reboot-sentinels.sh - name: Get metrics (need reboot) - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v2.4.1 with: timeout_minutes: 15 max_attempts: 10 @@ -308,7 +308,7 @@ jobs: # kubectl describe ds kured # # - name: Ensure kured is ready - # uses: nick-invision/retry@v2.4.0 + # uses: nick-invision/retry@v2.4.1 # with: # timeout_minutes: 10 # max_attempts: 10 diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 3636d2f..87e82b9 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -117,7 +117,7 @@ jobs: kubectl describe ds kured - name: Ensure kured is ready - uses: nick-invision/retry@v2.4.0 + uses: nick-invision/retry@v2.4.1 with: timeout_minutes: 10 max_attempts: 10