mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-26 21:33:02 +00:00
@@ -46,6 +46,9 @@
|
||||
wait: yes
|
||||
wait_timeout: 100
|
||||
register: job
|
||||
until: job.resources[0].status.phase == "Running"
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
- name: Assert job's pod is running
|
||||
assert:
|
||||
@@ -87,6 +90,9 @@
|
||||
wait: yes
|
||||
wait_timeout: 100
|
||||
register: job
|
||||
until: job.resources[0].status.phase == "Running"
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
- name: Assert job's pod is running
|
||||
assert:
|
||||
@@ -129,6 +135,9 @@
|
||||
wait: yes
|
||||
wait_timeout: 100
|
||||
register: job
|
||||
until: job.resources[0].status.phase == "Running"
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
- name: Assert job's pod is running
|
||||
assert:
|
||||
|
||||
Reference in New Issue
Block a user