We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d9e04 commit 6e88ba3Copy full SHA for 6e88ba3
molecule/test12/verify.yml
@@ -23,6 +23,9 @@
23
cmd: "sacct --completion --noheader --parsable2"
24
changed_when: false
25
register: sacct
26
+ until: "sacct.stdout.strip() != ''"
27
+ retries: 5
28
+ delay: 1
29
- assert:
30
that: "(jobid + '|0|wrap|compute|2|testohpc-compute-[0-1]|COMPLETED') in sacct.stdout"
31
fail_msg: "Didn't find expected output for {{ jobid }} in sacct output: {{ sacct.stdout }}"
0 commit comments