Skip to content

Commit

Permalink
Merge pull request #260 from os-autoinst/label_known_issues_3r
Browse files Browse the repository at this point in the history
openqa-label-known-issues: Default to 3 retries with openqa-cli
  • Loading branch information
kalikiana authored Sep 22, 2023
2 parents 684dd46 + eb4929f commit 7436568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openqa-label-known-issues
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ email_unreviewed=${email_unreviewed:-false}
notification_address=${notification_address:-}
from_email=${from_email:-openqa-label-known-issues@open.qa}
curl_args=(-L --user-agent "openqa-label-known-issues")
client_args=(api --header 'User-Agent: openqa-label-known-issues (https://github.com/os-autoinst/scripts)' --host "$host_url")
retries="${retries:-"3"}"
client_args=(api --header 'User-Agent: openqa-label-known-issues (https://github.com/os-autoinst/scripts)' --host "$host_url" --retries="$retries")

out="${REPORT_FILE:-$(mktemp -t openqa-label-known-issues--output-XXXX)}"
trap 'error-handler "$LINENO"' ERR
Expand Down

0 comments on commit 7436568

Please sign in to comment.