Searched refs:recipes (Results 1 – 25 of 136) sorted by relevance
123456
24 cmd: "recipes"41 cmd: "recipes"58 cmd: "recipes"75 cmd: "recipes"92 cmd: "recipes"110 cmd: "recipes"128 cmd: "recipes"146 cmd: "recipes"164 cmd: "recipes"182 cmd: "recipes"[all …]
4 This directory contains recipe modules designed to be used by recipes (see5 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.22 $ python infra/bots/recipes.py test run --train35 for the module. The tests are run using the recipes test command above.
4 This directory contains recipe modules designed to be used by recipes (see5 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.
221 def getAllRecipe (recipes): argument223 for name, steps in recipes:228 recipes = EARLY_SPECIAL_RECIPES + getBuildRecipes() + LATE_SPECIAL_RECIPES229 return recipes231 def getRecipe (recipes, recipeName): argument232 for curName, steps in recipes:
4 ``cryptography`` includes both high level recipes and low level interfaces to41 cryptographic recipes that require little to no configuration choices. These52 We recommend using the recipes layer whenever possible, and falling back to the57 :caption: The recipes layer
58 * recipes.py - Used for running and testing recipes.59 * recipes - These are the entry points for each type of task, eg. compiling61 * recipe_modules - Shared modules which are used by recipes.63 The recipes.py script automatically syncs those dependencies in this
13 python infra/bots/recipes.py bundle --destination ${1}/recipe_bundle
64 * recipes.py - Used for running and testing recipes.65 * recipes - These are the entry points for each type of task, eg. compiling67 * recipe_modules - Shared modules which are used by recipes.69 The recipes.py script automatically syncs those dependencies in this
8 '../config/recipes.cfg',
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/+/master/infra/bots/recipes/test.py136 https://skia.googlesource.com/skia/+/master/infra/bots/recipes/perf.py155 most common parameters for a TaskSpec that will run a recipe. More info on recipes at156 [infra/bots/recipes/README.md][recipes README] and187 [recipes README]:188 https://skia.googlesource.com/skia/+/master/infra/bots/recipes/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
110 to recipes:114 * If there are modifications to dm flags: [infra/bots/recipes/test.py][test py]116 [infra/bots/recipes/perf.py][perf py]134 https://skia.googlesource.com/skia/+/master/infra/bots/recipes/test.py136 https://skia.googlesource.com/skia/+/master/infra/bots/recipes/perf.py
19 ``cryptography`` is a package which provides cryptographic recipes and23 ``cryptography`` includes both high level recipes and low level interfaces to
3 "cryptography is a package which provides cryptographic recipes and "
7 "url": "https://chromium.googlesource.com/infra/luci/recipes-py"
1 This folder contains the recipes.cfg file which is needed for our
23 "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
16 package com.squareup.okhttp.recipes;
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)