commit | e560ebb6baf06be03fc4b6b0007070c8c932639b | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> | Tue Jul 13 22:59:20 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 13 22:59:20 2021 |
tree | 4591d8e7aed2a1c02ce5f62607140603952db1e3 | |
parent | 973fb4ea919afb6eb2d160882d02fa6ff62cab76 [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, recipe_engine) into this repository. depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/d5c46337723964fa42a80a51954b8da10b6d2cda d5c4633 (gbeaty@chromium.org) Switch to absolute refs in recipes.cfg. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/c442abe17a96f858f281b0b5a597cd5d577b4526 c442abe (chromium-autoroll@skia-public.iam.gserviceaccount.com) Roll CAS Client from 5c22e8e1f3bb to 8b8a9a6040ca 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: I17571d20368962c790217f874b8eae004139ff94 Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/3024478 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/master@{#42260}
Testing 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>: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.