Skip to content

Commit

Permalink
Merge pull request #141 from andrewhughes101/cmci-int-tests
Browse files Browse the repository at this point in the history
fixup: cmci int tests retries and program install timeouts
  • Loading branch information
Tom-Latham authored Oct 25, 2024
2 parents f6a0984 + 32dae28 commit ff06d5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
resources:
filter:
PROGRAM: "{{ program }}"
retries: 3 # May take a while to install, so give it a chance!
until: result is not failed
retries: 5 # May take a while to install, so give it a chance!
until: result.cpsm_response != "NODATA"
register: result
failed_when: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
resources:
filter:
PROGRAM: "{{ program }}"
retries: 3 # May take a while to install, so give it a chance!
until: result is not failed
retries: 5 # May take a while to install, so give it a chance!
until: result.cpsm_response != "NODATA"
register: result
failed_when: false

Expand Down

0 comments on commit ff06d5c

Please sign in to comment.