commit | acc30a45fd8e1a034fa18e03b6f70d7019cccf43 | [log] [tgz] |
---|---|---|
author | Weiwei Lin <weiweilin@google.com> | Mon Jun 06 23:15:39 2022 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 06 23:15:39 2022 |
tree | 0036e3573dc32af2c8d178d987d6d17d9df84bb5 | |
parent | 52273395b75f6f34d0af643d5e066c85e38b2d00 [diff] |
[milo] fix integration tests Re-enable HTTPS on dev server since the default option works with cypress without self-signing the certificate. Update HTTP caches and image snapshots. R=mdraz, nqmtuan Bug: None Change-Id: If948f990e53d2cc0232c5ada00aebae25079831a Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/3686799 Auto-Submit: Weiwei Lin <weiweilin@google.com> Reviewed-by: Tuan Nguyen <nqmtuan@google.com> Commit-Queue: Tuan Nguyen <nqmtuan@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.