commit | fc07625f0c88f67344e111f92566657477bb96c7 | [log] [tgz] |
---|---|---|
author | Owners Cleanup <swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com> | Wed May 21 20:22:21 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 21 20:22:21 2025 |
tree | 6517f8d419213e36ee9ce875d66a17421c44a77d | |
parent | bd4ff0005d141819e963bc18e1fa0e425d65d7c2 [diff] |
[owners] Remove jaredloucks@google.com from go/src/infra/libs/skylab/OWNERS This suggested change is automatically generated based on group memberships and affiliations. Please approve this change and vote the highest CR. This will keep the OWNERS file tidy. We ask that you do not ignore this change and either approve it if the OWNER is no longer active or deny it if the OWNER is continuing to review CLs (including under a different affiliation). This CL can always be reverted if the understanding changes. If this change is in error, vote the lowest CR value (i.e. reject the CL) and the bot will abandon it. See the owner's recent review activity for context: https://chromium-review.googlesource.com/q/jaredloucks@google.com To report an issue, file a bug in the Infra>Codereview component. Change-Id: Ie604863ce095fe63c2ac7230cd853e556b22ee4e Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/6576781 Commit-Queue: Gregory Nisbet <gregorynisbet@google.com> Auto-Submit: Owners Cleanup <swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com> Reviewed-by: Gregory Nisbet <gregorynisbet@google.com> Cr-Commit-Position: refs/heads/main@{#73748}
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.