Commit 288ea64
authored
Allow bots with RUN_TIMEOUT flash devices (#5251)
## Description
There is an assumption that id `RUN_TIMEOUT` is defined then flashing
android devices is not needed, however, that's not always true.
This opens the possibility to allow flashing even if `RUN_TIMEOUT` is
defined
- Add log entries for future easier debugging
## Testing
- Tested in local that the code follows the expected path, didn't have a
flashable device on hand to demonstrate flashing actually occurs, but
that might be out of the scope of this PR
- Test on dev was not possible since there are no Android bots available
Signed-off-by: Edgar Aguilar <eledgar@google.com>1 parent ea8d769 commit 288ea64
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
124 | 132 | | |
125 | 133 | | |
126 | 134 | | |
| |||
0 commit comments