Skip to content

Commit

Permalink
Limit AMD tests retry to once
Browse files Browse the repository at this point in the history
  • Loading branch information
khluu authored Dec 10, 2024
1 parent 44b6964 commit eff4cc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ steps:
retry:
automatic:
- exit_status: -1 # Agent was lost
limit: 2
limit: 1
- exit_status: -10 # Agent was lost
limit: 2
limit: 1
- exit_status: 1 # Machine occasionally fail
limit: 2
limit: 1

{% endif %}
{% endfor %}
Expand Down

0 comments on commit eff4cc4

Please sign in to comment.