| commit | 53fd7d1eda2010009ed00fdc1a7b59fe5034ae0c | [log] [tgz] |
|---|---|---|
| author | Brian Ryner <bryner@google.com> | Wed Jan 20 05:15:59 2021 |
| committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 20 05:15:59 2021 |
| tree | 5eb98f2934206d5b8d6ca4c6e9a2f507913360bf | |
| parent | bd1a692b1f7801e7bcc115d9e8221ceba1622997 [diff] |
Preserve the writable bit when creating a source archive in CIPD. Some build systems want to overwrite packaged files with regenerated files, so we need to make sure they are writable on disk. Change-Id: I87fefbf0cc22bafb95a353f686289ca3fa5f3886 Reviewed-on: https://chromium-review.googlesource.com/c/infra/infra/+/2639174 Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Brian Ryner <bryner@google.com> Cr-Commit-Position: refs/heads/master@{#37777}
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>: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.