tree: 6afed26ca13ca38b7b1a4bb6e367a98d20fbfc61 [path history] [tgz]
  1. go/
  2. images/
  3. modules/
  4. pages/
  5. BUILD.bazel
  6. create-tree-status-sa.sh
  7. Makefile
  8. README.md
tree_status/README.md

Skia Tree Status

Design doc for multi-repo support is here.

How to add support for a repo to tree status

  1. Add a --repo=${repo} flag to tree-status.yaml for public repos or

    tree-status-internal.yaml for private repos and push.

  2. If the repo has SkCQ, then add to it's infra/skcq.json file:

    For public repo-

    "tree_status_url": "https://tree-status.skia.org/${repo}/current"

    For private repo-

    "tree_status_url": "http://tree-status-internal:8001/${repo}/current"

  3. If the repo has a status page, then it's tree status should automatically

    show up on the status page after step 1. This is possible due to the work in

    skbug/12394.

  4. The skiastatus plugin on Gerrit will automatically show the repo's tree

    status after step1. This is possible due to the work in

    skbug/12395.