Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ARM
k8s
Kured
Commits
07942534
Unverified
Commit
07942534
authored
Oct 08, 2021
by
Daniel Holbach
Committed by
GitHub
Oct 08, 2021
Browse files
Merge pull request #444 from weaveworks/dependabot/github_actions/nick-invision/retry-2.5.0
Bump nick-invision/retry from 2.4.1 to 2.5.0
parents
4e1c05c5
d7589b16
Changes
3
Hide whitespace changes
Inline
Side-by-side
.github/workflows/on-pr-charts.yaml
View file @
07942534
...
...
@@ -69,7 +69,7 @@ jobs:
kubectl describe ds kured
-
name
:
Test if successful deploy
uses
:
nick-invision/retry@v2.
4.1
uses
:
nick-invision/retry@v2.
5.0
with
:
timeout_minutes
:
10
max_attempts
:
10
...
...
.github/workflows/on-pr.yaml
View file @
07942534
...
...
@@ -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.1
uses
:
nick-invision/retry@v2.
5.0
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.1
uses
:
nick-invision/retry@v2.
5.0
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.1
uses
:
nick-invision/retry@v2.
5.0
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.1
uses
:
nick-invision/retry@v2.
5.0
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.1
# uses: nick-invision/retry@v2.
5.0
# with:
# timeout_minutes: 10
# max_attempts: 10
...
...
.github/workflows/periodics-daily.yaml
View file @
07942534
...
...
@@ -117,7 +117,7 @@ jobs:
kubectl describe ds kured
-
name
:
Ensure kured is ready
uses
:
nick-invision/retry@v2.
4.1
uses
:
nick-invision/retry@v2.
5.0
with
:
timeout_minutes
:
10
max_attempts
:
10
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment