commit | 4d18ebdd060f4f1ee1c16ee114658fb5e2b052de | [log] [tgz] |
---|---|---|
author | recipe-roller <recipe-roller@chromium.org> | Fri Jan 11 23:08:59 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 11 23:08:59 2019 |
tree | 8ad4cf4173e1026f18aaf8b5d93cc595d01d3d92 | |
parent | 542a7ade6ea0f6185921e2062f36202bf867a19a [diff] |
Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. build: https://crrev.com/2d6367af7fd8184f970a522f4d67e13c0611a698 Reland "Support 'xcode parallelization' flag on the test blocks level." (jbudorick@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic561757a74260ef124cfc8cd7a4446d822d64450 Reviewed-on: https://chromium-review.googlesource.com/c/1407751 Reviewed-by: Recipe Roller <recipe-roller@chromium.org> Commit-Queue: Recipe Roller <recipe-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#19948} Cr-Mirrored-Commit: 4ad1790774878c068385d666cfb8ef193af99343
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, integrate your tests with test.py:
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.