| commit | 10107c3896434f9c539ec4c79ac7df4600c9b994 | [log] [tgz] |
|---|---|---|
| author | recipe-roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> | Wed Aug 25 14:25:50 2021 |
| committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 25 14:25:50 2021 |
| tree | 2a11fcec575c4d39d365487e1f5806549eb2ce04 | |
| parent | da7b384f27ee3dcbc74a7dfbf4be3e7557354f02 [diff] |
Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (depot_tools) into this repository. The build that created this CL was https://ci.chromium.org/b/8837918997277809825 depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/64a9f33bdd2a1b96b4a2b1d6b8fa76f643a870d1~..cfac7a37d99ff2a7e0edde56ac4f3b1881abadca 64a9f33 (bryner@google.com) Update to new git version for bleeding_edge. cfac7a3 (tikuta@chromium.org) recipes: remove unused reference to swarrming_client More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I1dc7a7429770df9d1f623ca41ff2c0c0c0ec8ccc Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/3118708 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#43376}
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.from infra.path_hacks.common import <stg> is actually getting <stg> from build/scripts/common.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.