commit | 8f6321ea7c3fa7cb68a975b6f901804b021e0488 | [log] [tgz] |
---|---|---|
author | Allen Xie <zhihuixie@google.com> | Thu Jan 30 00:31:07 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 30 00:31:07 2025 |
tree | de832094cf4c48e6082fbbe909619f832c2b837a | |
parent | c36fd1e86ba464371c3e6d817c14f2b40d43cb29 [diff] |
rdb publish: populate AL related info in the upstream pipeline LED Run: https://logs.chromium.org/logs/chromeos/buildbucket/cr-buildbucket/8724439088188787569/+/u/cros_test_runner/u/step/40/log/1 Bug: b:391735619 Test: Unit tests and LED Change-Id: Icceaf4b80d5b0dfd551ea36a54ea9c9cd4f071e0 Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/6210921 Reviewed-by: Jason Kusuma <jkusuma@google.com> Commit-Queue: Allen Xie <zhihuixie@google.com> Cr-Commit-Position: refs/heads/main@{#71223}
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.