commit | 4b7ef703e01a303669ab73f8c59d8e42ba8fabbe | [log] [tgz] |
---|---|---|
author | Vadim Shtayura <vadimsh@chromium.org> | Tue Mar 22 23:38:53 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 22 23:38:53 2022 |
tree | 8049b445e1aa0714fb5004c60a7f078c62a1b6ed | |
parent | 259472dfd38b0292d608aaa37277e260d860e247 [diff] |
[deploy] Add noop BeginActuation/EndActuation implementation. It just logs the requests and responds asking to actuate everything. This also implements authentication and authorization for actuators. Will allow to finish the recipes part before concentrating on the backend part. R=iannucci@chromium.org, ddoman@chromium.org BUG=1301023 Change-Id: Ib9c7c36a847a82ee82c413121471699067634e94 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3544206 Reviewed-by: Scott Lee <ddoman@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
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.