-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
527ab00
commit 36aafe0
Showing
4 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
- commits: | ||
- subject: "core: remove nested retries in getDutIp function" | ||
hash: fc8a48737153dc528a005f4d963e0f3f54426aae | ||
body: > | ||
the function that was being used to fetch the DUT ip from the worker had | ||
nested retries that led to 30x5 = 150 retries, and timeouts taking ~40 | ||
mins in the case the DUT wasn't reachable (autokit setup fault, device | ||
not booting, problem during flashing). This removes the nested retries | ||
and reduces the retries to 50 / ~ 10mins | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ryan Cooke <[email protected]> | ||
signed-off-by: Ryan Cooke <[email protected]> | ||
author: rcooke-warwick | ||
nested: [] | ||
version: 2.31.23 | ||
title: "" | ||
date: 2024-07-23T13:24:35.947Z | ||
- commits: | ||
- subject: "patch: Add migration & secureboot options to e2e test suite" | ||
hash: 7abd1e4f8483b2a5704c5f4e0b1f974e0fafc762 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters