sanitycheck: retry-failed comment
Add a comment about how deal with retries when a test fails to build. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8fce3004fe
commit
7822e7b50d
1 changed files with 2 additions and 0 deletions
|
@ -1185,6 +1185,8 @@ def main():
|
|||
print("")
|
||||
|
||||
retries = retries - 1
|
||||
# There are cases where failed == error (only build failures),
|
||||
# we do not try build failures.
|
||||
if retries == 0 or results.failed == results.error:
|
||||
break
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue