| commit | 66a16b4b8fd449c03828bcbac3dc001ca3c60042 | [log] [tgz] |
|---|---|---|
| author | Greg NISBET <gregorynisbet@chromium.org> | Fri Jan 16 19:46:24 2026 |
| committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 16 19:46:24 2026 |
| tree | e7b197f5e833f3a578df97f16738a3560f616a90 | |
| parent | 392299baa32b0593355ff8c39db14b801353582a [diff] |
Record FRID in UFS. Record the FirmwareID in UFS. BUG=452735493 Change-Id: I72043a4462c94c67933024b455526ee614ac5aa6 Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/7455830 Reviewed-by: Otabek Kasimov <otabek@google.com> Commit-Queue: Gregory Nisbet <gregorynisbet@google.com> Cr-Commit-Position: refs/heads/main@{#78452}
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>:deployedgit 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.