commit | df2db378a9a388bfe7e0aac1b86c3eaf7b578e2f | [log] [tgz] |
---|---|---|
author | Julie Hockett <juliehockett@google.com> | Tue Jan 15 23:58:28 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 15 23:58:28 2019 |
tree | ba6e3a8f47a1c7300c9707987ea31ff2722e8ad8 | |
parent | 81d96b292229d1f3dedc1ecc716b06298a656627 [diff] |
[tricium] Pass along deadline to recipe run The deadline is now propagated to the buildbucket call through execution_timeout_secs. Change-Id: Ib4f30146d551c586535ade292c2456392991266d Reviewed-on: https://chromium-review.googlesource.com/c/1412051 Reviewed-by: Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Julie Hockett <juliehockett@google.com> Cr-Commit-Position: refs/heads/master@{#20005} Cr-Mirrored-Commit: 1a7c79bc6ce834ddb112e4a04674f31878bbb1a0
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.