Home
last modified time | relevance | path

Searched refs:recipes (Results 1 – 25 of 152) sorted by relevance

1234567

/external/crosvm/infra/
DREADME.md3 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/
Dcr-buildbucket.cfg44 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/
DREADME.md12 - [`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/
Dcr-buildbucket.cfg59 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/
DREADME.md4 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/
Dcr-buildbucket.cfg54 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/
Dcheck_build_sanity.py228 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/
Dproject_builder_context.py90 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/
DREADME.md58 * 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
Dbundle_recipes.sh15 vpython3 infra/bots/recipes.py bundle --destination ${1}/recipe_bundle
/external/python/cryptography/docs/
Dindex.rst4 ``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/
Dautomated_testing.md114 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/
DREADME.md9 …$ 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__.py2 from .recipes import * # noqa
/external/python/setuptools/setuptools/_vendor/more_itertools/
D__init__.py2 from .recipes import * # noqa
/external/python/cryptography/
DREADME.rst19 ``cryptography`` is a package which provides cryptographic recipes and
23 ``cryptography`` includes both high level recipes and low level interfaces to
DMETADATA3 "cryptography is a package which provides cryptographic recipes and "
/external/perfetto/infra/config/
DREADME.md1 This folder contains the recipes.cfg file which is needed for our
Drecipes.cfg12 "url": "https://chromium.googlesource.com/infra/luci/recipes-py"
/external/pigweed/third_party/smartfusion_mss/
DREADME.md3 The folder provides build scripts and configuration recipes for building
/external/angle/infra/
DREADME.md74 * 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/
Drecipes.cfg23 "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DConfigureTimeouts.java16 package com.squareup.okhttp.recipes;
/external/pigweed/third_party/mbedtls/
DREADME.md3 The folder provides build scripts and configuration recipes for building
/external/angle/build/fuchsia/cipd/
DREADME.md1 # CIPD recipes

1234567