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