commit | 1f21eb3f9577da59c507d0772c3191d1d1804495 | [log] [tgz] |
---|---|---|
author | Tomasz Jakubowski <jakubowskit@google.com> | Sat Oct 11 09:25:56 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Oct 11 09:25:56 2025 |
tree | 4df08cff1d5e9a462a76b3e12afa418b2fb80156 | |
parent | ad20610c2f7a2940f4fc0a98c1efc114976c36d4 [diff] |
Add a Satlab for Partners zone for ODM BUG=b:443851123 TEST=make build && make gen && make test Change-Id: I4f7ae16ab2181a88112395c397733c34f70ebd10 Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/7032007 Reviewed-by: Bryan Ni <bniche@google.com> Commit-Queue: Tomasz Jakubowski <jakubowskit@google.com> Auto-Submit: Tomasz Jakubowski <jakubowskit@google.com> Cr-Commit-Position: refs/heads/main@{#76918}
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.