commit | e463ed22bb147a07fb47d624495ef183d9a5f802 | [log] [tgz] |
---|---|---|
author | Keith Haddow <haddowk@chromium.org> | Fri Oct 11 17:50:41 2024 |
committer | Keith Haddow <haddowk@chromium.org> | Fri Oct 11 19:27:51 2024 |
tree | 83dcf57e8732418a6ff682510d18b72bf0a1fc02 | |
parent | 116451b08dc7ba94d4bc24b8d7a51e66d61b3bec [diff] |
Revert "dut-power: Enable streaming of results and Ctrl+C interupts." This reverts commit 116451b08dc7ba94d4bc24b8d7a51e66d61b3bec. Reason for revert: Caused bug b://372922498 Original change's description: > dut-power: Enable streaming of results and Ctrl+C interupts. > > This is a generalized approach to ensure we do not cache any output > of the commands run in the container. > > Due to limitations of the docker api we are not able the get the PID > of the processes run with exec_run - so we have to assume only one > of the processes is running at a time and find the PID with ps aux. > > This will break if the same command is running in the same container > more than 1 time. > > BUG=b:368270752 > TEST=dut-control with timeout, dut-control with Ctrl+C > > Change-Id: Ied5cbffc3808cbfb551abed55c49606d8463e857 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/hdctools/+/5920889 > Tested-by: Keith Haddow <haddowk@chromium.org> > Reviewed-by: Łukasz Hajec <hajec@google.com> > Commit-Queue: Łukasz Hajec <hajec@google.com> > Auto-Submit: Keith Haddow <haddowk@chromium.org> > Reviewed-by: 488603086791@cloudbuild.gserviceaccount.com <488603086791@cloudbuild.gserviceaccount.com> BUG=b:368270752 Change-Id: I4ff5ee3f5197c8520cb62110741f67e256f81cce Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/hdctools/+/5924849 Auto-Submit: Keith Haddow <haddowk@chromium.org> Tested-by: Keith Haddow <haddowk@chromium.org> Reviewed-by: Łukasz Hajec <hajec@google.com> Commit-Queue: Keith Haddow <haddowk@chromium.org> Reviewed-by: 488603086791@cloudbuild.gserviceaccount.com <488603086791@cloudbuild.gserviceaccount.com>
This repository contains source code and documentation for the Servo debug boards. The tools in this repository are only supported in the CrOS SDK chroot or the hdctools Docker container.