Searched refs:recipes (Results 1 – 25 of 114) sorted by relevance
12345
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.
222 def getAllRecipe (recipes): argument224 for name, steps in recipes:229 recipes = EARLY_SPECIAL_RECIPES + getBuildRecipes() + LATE_SPECIAL_RECIPES230 return recipes232 def getRecipe (recipes, recipeName): argument233 for curName, steps in recipes:
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',
13 python infra/bots/recipes.py bundle --destination ${1}/recipe_bundle
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
23 "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
9 - Peter Kacherginsky contributed several tutorial sections, one-liners and recipes.
16 package com.squareup.okhttp.recipes;