commit | a9c4961844df627259114f5df47780ce170b5b37 | [log] [tgz] |
---|---|---|
author | Nodir Turakulov <nodir@chromium.org> | Thu Nov 26 14:25:40 2020 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 26 14:25:40 2020 |
tree | 0685dd45aa73f0a4850ffe19c376a92ceea2fe3e | |
parent | efc18598c73dcc429b5b7db9e78ed2697f161b2b [diff] |
[rts] Do not exclude //base Earlier version of RTS bailed if //base is modified. Without this rule, the results aren't bad, so remove it. Bug: 1090668 Change-Id: Icff2ba19ae0cedf7ffbc8e42fd7bc3be28ac5afa Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2560444 Auto-Submit: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
LUCI Go code is meant to be worked on from an Chromium infra.git checkout, which enforces packages versions and Go toolchain version. First get fetch via depot_tools.git then run:
fetch infra cd infra/go eval `./env.py` cd src/go.chromium.org/luci
Contributing uses the same flow as Chromium contributions.