Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
branch/ | 03-May-2024 | - | 5 | 3 | ||
global/ | 03-May-2024 | - | 1,010 | 913 | ||
OWNERS | D | 03-May-2024 | 44 | 3 | 2 | |
PRESUBMIT.py | D | 03-May-2024 | 431 | 12 | 4 | |
README.md | D | 03-May-2024 | 665 | 28 | 14 |
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