• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## Configurations files for chrome-infra services.
2
3There are two kinds of configs: **global** and **ref-specific**.
4
5
6## Global configs.
7
8Apply to the whole repo regardless of the ref (branch).
9
10Located in [global](global) directory.
11
12Currently active version can be checked at
13https://luci-config.appspot.com/#/projects/angle .
14
15
16## Ref-specific configs.
17
18Apply only to a ref(branch) they are located in.
19
20Located in [branch](branch) directory.
21
22Currently active version can be checked at
23
24    https://luci-config.appspot.com/#/projects/angle/<ref>
25    # For example, for master branch:
26    #   https://luci-config.appspot.com/#/projects/angle/refs/heads/master
27
28