commit | 5a125cd16bcab705dea3ef31a3cf656abcae1ec3 | [log] [tgz] |
---|---|---|
author | Yuanjun Huang <yuanjunh@google.com> | Wed Jun 08 22:26:22 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 08 22:26:22 2022 |
tree | d84eb35ed0f45ac340800e5ede9da830908d3af5 | |
parent | 736c870c663a3e2303777748b669504b32885c85 [diff] |
[buildbucket] Compute swarming task_slice in swarming-create flow Compute swarming task_slice in swarming-create flow, which is the counterpart of Python logic - https://source.chromium.org/chromium/infra/infra/+/main:appengine/cr-buildbucket/swarming.py;l=217;drc=800fb2e4a25aadc097dde6a27d06382ca3f10964 Bug:1328646 Change-Id: I991ef96cb1315f3723de9a39dab5c8506112c4cd Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3692719 Reviewed-by: Chan Li <chanli@chromium.org> Commit-Queue: Yuanjun Huang <yuanjunh@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.