gc.yml: address a race condition (#80)

Wait until the job is actually deleted before checking the final state.
This commit is contained in:
Gonéri Le Bouder
2021-04-22 13:51:02 -04:00
committed by GitHub
parent 361061c727
commit 9384742bdc

View File

@@ -191,6 +191,8 @@
delete_options:
preconditions:
uid: "{{ job.result.metadata.uid }}"
wait: yes
wait_timeout: 100
- name: Check that job is deleted
k8s_info: