commit | 4512f17bd5b43608fa7f6e48b8a383717601b233 | [log] [tgz] |
---|---|---|
author | Fumitoshi Ukai <ukai@google.com> | Fri Jul 04 04:16:32 2025 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 04 04:16:32 2025 |
tree | 87356c4cc0a7dd74e71d73ac3a4b6c423febe854 | |
parent | acec42126739f64313804318ce2c79df1fa9f5e8 [diff] |
siso: fix for offline offline mode disables resultstore and cloudmonitoring too, and make reapi insecure mode. when offline, don't initialize credentials Bug: 429024909 Change-Id: If8919c8d9d467c044dd5f1f9abb26afc5a6b1114 Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/6703478 Auto-Submit: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Junji Watanabe <jwata@google.com> Commit-Queue: Junji Watanabe <jwata@google.com> Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/main@{#74758}
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.