Skip to content

Commit

Permalink
[patch] increase time waiting for pod ready
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-czarnecki committed Jan 28, 2025
1 parent b4e2e9b commit b021db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibm/mas_devops/roles/aibroker/tasks/aibroker/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
retries: 60
delay: 30

- name: "Wait for aibroker-api pod to be ready (10s delay)"
- name: "Wait for aibroker-api pod to be ready (30s delay)"
shell: >
oc get pod -l app=aibroker-api -n {{ aibroker_namespace }} --no-headers=true | grep -Evi "1/1|2/2|3/3|4/4|5/5|6/6|7/7|8/8|9/9|complete" | wc -l
register: _is_not_ready
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
retries: 60
delay: 30

- name: "Wait for aibroker-api pod to be ready (10s delay)"
- name: "Wait for aibroker-api pod to be ready (30s delay)"
shell: >
oc get pod -l app=aibroker-api -n {{ aibroker_namespace }} --no-headers=true | grep -Evi "1/1|2/2|3/3|4/4|5/5|6/6|7/7|8/8|9/9|complete" | wc -l
register: _is_not_ready
Expand Down

0 comments on commit b021db7

Please sign in to comment.