[go: up one dir, main page]

siso: Allow enabling Cloud monitoring without specifying metrics project

For a historical reason, Chromium CI/developers have been using a
central GCP project to collect monitoring metrics since Reclient.
However, Cloud monitoring also should use `-project` as other build
log uploads. e.g. Cloud logging/trace/profiler.

Bug: 446561233
Change-Id: I98798d6b5db9ea159beebd0d792ae641e9084206
Reviewed-on: https://chromium-review.googlesource.com/c/build/+/6965409
Auto-Submit: Junji Watanabe <jwata@google.com>
Reviewed-by: Fumitoshi Ukai <ukai@google.com>
Commit-Queue: Fumitoshi Ukai <ukai@google.com>
1 file changed
tree: 33f4b43669e6512d04d2290f9b714b3889812026
  1. bench/
  2. gong/
  3. infra/
  4. kajiya/
  5. kzipinfo/
  6. runmc/
  7. siso/
  8. .gitignore
  9. .golangci.yml
  10. .style.yapf
  11. CONTRIBUTING.md
  12. LICENSE
  13. OWNERS
  14. PRESUBMIT.py
  15. README.md
  16. WATCHLISTS
README.md

build.git repository

This repository contains tools developed and owned by the Chrome Build Team.

Quick start

The steps for getting the code are:

  1. Install depot_tools
  2. Run git clone https://chromium.googlesource.com/build

We use the standard Go module workflow to work on our projects.

Links