• Home
Name Date Size #Lines LOC

..--

branch/03-May-2024-53

global/03-May-2024-1,010913

OWNERSD03-May-202444 32

PRESUBMIT.pyD03-May-2024431 124

README.mdD03-May-2024665 2814

README.md

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