tree_status/

directory
v0.0.0-...-dbdf344 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2024 License: BSD-3-Clause

README

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.

Directories

Path Synopsis
go
types/ts
Program to generate TypeScript definition files for Golang structs that are serialized to JSON for the web UI.
Program to generate TypeScript definition files for Golang structs that are serialized to JSON for the web UI.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL