/external/crosvm/infra/ |
D | README.md | 3 This directory contains the configuration and build recipes run by our luci infrastructure for CI 6 Note: Luci applies config and recipes changes asynchronously. Do not submit changes to this 13 A few links to relevant documentation needed to write recipes: 15 - [Recipe Engine](https://chromium.googlesource.com/infra/luci/recipes-py.git/+/HEAD/README.recipes… 16 …https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/HEAD/recipes/README.recipes.md)) 17 …S Recipes](https://chromium.googlesource.com/chromiumos/infra/recipes.git/+/HEAD/README.recipes.md) 20 [User Guide](https://chromium.googlesource.com/infra/luci/recipes-py/+/master/doc/user_guide.md) and 21 [Walkthrough](https://chromium.googlesource.com/infra/luci/recipes-py/+/refs/heads/main/doc/walkthr… 22 for getting started with recipes. 25 [Recipe test API](https://chromium.googlesource.com/infra/luci/recipes-py/+/HEAD/recipe_engine/reci… [all …]
|
/external/libyuv/files/infra/config/ |
D | cr-buildbucket.cfg | 44 key: "luci.recipes.use_python3" 75 key: "luci.recipes.use_python3" 106 key: "luci.recipes.use_python3" 134 key: "luci.recipes.use_python3" 162 key: "luci.recipes.use_python3" 190 key: "luci.recipes.use_python3" 221 key: "luci.recipes.use_python3" 252 key: "luci.recipes.use_python3" 283 key: "luci.recipes.use_python3" 314 key: "luci.recipes.use_python3" [all …]
|
/external/crosvm/infra/config/ |
D | README.md | 12 - [`recipes.cfg`](./recipes.cfg): The file defining the dependencies for our recipes such as 13 …/chromium.googlesource.com/chromium/tools/depot_tools.git/+/HEAD/recipes/README.recipes.md#Recipe-…
|
/external/angle/infra/config/generated/ |
D | cr-buildbucket.cfg | 59 key: "luci.recipes.use_python3" 108 key: "luci.recipes.use_python3" 157 key: "luci.recipes.use_python3" 206 key: "luci.recipes.use_python3" 255 key: "luci.recipes.use_python3" 304 key: "luci.recipes.use_python3" 353 key: "luci.recipes.use_python3" 404 key: "luci.recipes.use_python3" 455 key: "luci.recipes.use_python3" 506 key: "luci.recipes.use_python3" [all …]
|
/external/skia/infra/bots/recipe_modules/ |
D | README.md | 4 This directory contains recipe modules designed to be used by recipes (see 5 infra/bots/recipes). They are all Skia-specific and some are interrelated: 9 * core - Use as a starting point for most recipes: runs setup and sync steps. 17 * vars - Common global variables used by Skia recipes/modules. 35 for the module. The tests are run using the recipes test command above.
|
/external/webrtc/infra/config/ |
D | cr-buildbucket.cfg | 54 key: "luci.recipes.use_python3" 104 key: "luci.recipes.use_python3" 154 key: "luci.recipes.use_python3" 204 key: "luci.recipes.use_python3" 254 key: "luci.recipes.use_python3" 304 key: "luci.recipes.use_python3" 354 key: "luci.recipes.use_python3" 405 key: "luci.recipes.use_python3" 456 key: "luci.recipes.use_python3" 507 key: "luci.recipes.use_python3" [all …]
|
/external/deqp/scripts/ |
D | check_build_sanity.py | 228 def getAllRecipe (recipes): argument 230 for name, steps in recipes: 235 recipes = EARLY_SPECIAL_RECIPES + getBuildRecipes() + LATE_SPECIAL_RECIPES 236 return recipes 238 def getRecipe (recipes, recipeName): argument 239 for curName, steps in recipes:
|
/external/pigweed/pw_build/py/pw_build/ |
D | project_builder_context.py | 90 for cfg in self.ctx.recipes: 124 for cfg in self.ctx.recipes: 142 recipes: List[BuildRecipe] = field(default_factory=list) variable in ProjectBuilderContext 244 for cfg in self.recipes: 252 for cfg in self.recipes: 264 for cfg in self.recipes: 301 for cfg in self.recipes: 392 self.recipes = project_builder.build_recipes
|
/external/skia/infra/bots/ |
D | README.md | 58 * recipes.py - Used for running and testing recipes. 59 * recipes - These are the entry points for each type of task, eg. compiling 61 * recipe_modules - Shared modules which are used by recipes. 63 The recipes.py script automatically syncs those dependencies in this
|
D | bundle_recipes.sh | 15 vpython3 infra/bots/recipes.py bundle --destination ${1}/recipe_bundle
|
/external/python/cryptography/docs/ |
D | index.rst | 4 ``cryptography`` includes both high level recipes and low level interfaces to 42 cryptographic recipes that require little to no configuration choices. These 53 We recommend using the recipes layer whenever possible, and falling back to the 58 :caption: The recipes layer
|
/external/skia/site/docs/dev/testing/ |
D | automated_testing.md | 114 to recipes: 118 * If there are modifications to dm flags: [infra/bots/recipes/test.py][test py] 120 [infra/bots/recipes/perf.py][perf py] 134 https://skia.googlesource.com/skia/+/main/infra/bots/recipes/test.py 136 https://skia.googlesource.com/skia/+/main/infra/bots/recipes/perf.py 155 most common parameters for a TaskSpec that will run a recipe. More info on recipes at 156 [infra/bots/recipes/README.md][recipes README] and 186 [recipes README]: 187 https://skia.googlesource.com/skia/+/main/infra/bots/recipes/README.md
|
/external/skia/infra/bots/recipes/ |
D | README.md | 9 …$ python infra/bots/recipes.py run --workdir=/tmp/<workdir> <recipe name without .py> key1=value1 … 16 $ python infra/bots/recipes.py test train
|
/external/python/setuptools/pkg_resources/_vendor/more_itertools/ |
D | __init__.py | 2 from .recipes import * # noqa
|
/external/python/setuptools/setuptools/_vendor/more_itertools/ |
D | __init__.py | 2 from .recipes import * # noqa
|
/external/python/cryptography/ |
D | README.rst | 19 ``cryptography`` is a package which provides cryptographic recipes and 23 ``cryptography`` includes both high level recipes and low level interfaces to
|
D | METADATA | 3 "cryptography is a package which provides cryptographic recipes and "
|
/external/perfetto/infra/config/ |
D | README.md | 1 This folder contains the recipes.cfg file which is needed for our
|
D | recipes.cfg | 12 "url": "https://chromium.googlesource.com/infra/luci/recipes-py"
|
/external/pigweed/third_party/smartfusion_mss/ |
D | README.md | 3 The folder provides build scripts and configuration recipes for building
|
/external/angle/infra/ |
D | README.md | 74 * Update **`scripts/slave/recipes/angle.py`** with new the config. 76 …* Maybe run `./scripts/slave/recipes.py test train` to update checked-in golden files. This might … 96 * **`recipes/recipe_modules/gclient/config.py`** (gclient config)
|
/external/skia/infra/config/ |
D | recipes.cfg | 23 "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
D | ConfigureTimeouts.java | 16 package com.squareup.okhttp.recipes;
|
/external/pigweed/third_party/mbedtls/ |
D | README.md | 3 The folder provides build scripts and configuration recipes for building
|
/external/angle/build/fuchsia/cipd/ |
D | README.md | 1 # CIPD recipes
|