| commit | cd2f2e9066a20375ed3178b2a4ca20c41d6e1b7a | [log] [tgz] |
|---|---|---|
| author | Jacek Klimkowicz <klimkowicz@google.com> | Wed Jan 14 21:23:34 2026 |
| committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 14 21:23:34 2026 |
| tree | 4b44ee01734f69d3b5357fe62a6a5f778df943be | |
| parent | 2629080bb724f9e8c5a27aaf7077ccae1bc88b5f [diff] |
cros-test: override max-asb for sts BUG=b:469538087 TEST=led Change-Id: I368871d63479946db799482ec2a4bfa54be74351 Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/7476137 Auto-Submit: Jacek Klimkowicz <klimkowicz@google.com> Commit-Queue: Chris DeLaGarza <cdelagarza@google.com> Reviewed-by: Chris DeLaGarza <cdelagarza@google.com> Cr-Commit-Position: refs/heads/main@{#78406}
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.