commit | ed14ba96f418e4bc58465b890a5a65dae03326f7 | [log] [tgz] |
---|---|---|
author | Keith Haddow <haddowk@chromium.org> | Thu Jun 20 05:19:42 2024 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 20 05:19:42 2024 |
tree | 2e5bd40565c30f2823ee2986b630d78803ff3616 | |
parent | b71808a3e1daefd910f5edc773d2b3f8ace35e82 [diff] |
Revert "Servo repair, Dolos mux direction and set correct power on defaults." This reverts commit 32fbb933c6d4731b72762304a32c45d580d96be6. Reason for revert: Seems to fail SSH into Labstation and can leave the Labstation in a bad state NO_SSH Original change's description: > Servo repair, Dolos mux direction and set correct power on defaults. > > To access the Dolos console we need the lower type A port to be > visible to the labstation, for now we are deciding based on if > Dolos is deployed for a device later we need to have settings > in UFS. > > BUG=b:345235915 > TEST=mallet run > > Change-Id: I1e19719754f1fef4fa59be5ec40acf2d1c955af2 > Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/5637488 > Commit-Queue: Keith Haddow <haddowk@chromium.org> > Auto-Submit: Keith Haddow <haddowk@chromium.org> > Reviewed-by: Otabek Kasimov <otabek@google.com> > Commit-Queue: Otabek Kasimov <otabek@google.com> > Cr-Commit-Position: refs/heads/main@{#66299} Bug: b:345235915 Change-Id: Idddc103d9924f9c078682bfa361c3ff3fdd1cc26 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/5643750 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Auto-Submit: Keith Haddow <haddowk@chromium.org> Commit-Queue: Keith Haddow <haddowk@chromium.org> Reviewed-by: Garry Wang <xianuowang@chromium.org> Cr-Commit-Position: refs/heads/main@{#66312}
Welcome to the Chrome Infra repository!
Wondering where to start? Check out General Chrome Infrastructure documentation. In particular, to check out this repo and the rest of the infrastructure code, follow the instructions here. The rest of this page is specific to this repo.
sys.path
modifications.git push origin <updated hash>:deployed
git push
commandIf you've added a new module, run your tests with test.py:
*_test.py
files to this directory.Double-check that your tests are getting picked up when you want them to be: ./test.py test <path-to-package>
.
Tests still not getting picked up by test.py? Double-check to make sure you have __init__.py
files in each directory of your module so Python recognizes it as a package.
The preferred style is PEP8 with two-space indent; that is, the Chromium Python style, except functions use lowercase_with_underscores
. Use yapf (git cl format
) to autoformat new code.