aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-04-17 15:55:57 -0400
committerGravatar Eric Boren <borenet@google.com>2018-04-19 11:27:46 +0000
commit9599b0fd91778955786fafdcda97e4adb65cabf7 (patch)
treef7ed0b156291484efc5044a20ad04e471935dd7c /infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json
parenta2b1ed5e9d2852bad5d8e1bddc299e920e73d6e0 (diff)
Reland "[infra] Run recipes through Kitchen"
Bug: skia:7050 Change-Id: Icf0bcfbbc505c90a4e8cee7437037a3037bdf33b Reviewed-on: https://skia-review.googlesource.com/121781 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json')
-rw-r--r--infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json61
1 files changed, 0 insertions, 61 deletions
diff --git a/infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json b/infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json
deleted file mode 100644
index 1cf232b276..0000000000
--- a/infra/bots/recipes/bundle_recipes.expected/BundleRecipes.json
+++ /dev/null
@@ -1,61 +0,0 @@
-[
- {
- "cmd": [
- "git",
- "init"
- ],
- "cwd": "[START_DIR]/skia",
- "env": {
- "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
- },
- "infra_step": true,
- "name": "git init"
- },
- {
- "cmd": [
- "git",
- "add",
- "."
- ],
- "cwd": "[START_DIR]/skia",
- "env": {
- "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
- },
- "infra_step": true,
- "name": "git add"
- },
- {
- "cmd": [
- "git",
- "commit",
- "-m",
- "commit recipes"
- ],
- "cwd": "[START_DIR]/skia",
- "env": {
- "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
- },
- "infra_step": true,
- "name": "git commit"
- },
- {
- "cmd": [
- "python",
- "[START_DIR]/skia/infra/bots/recipes.py",
- "bundle",
- "--destination",
- "[SWARM_OUT_DIR]/recipe_bundle"
- ],
- "cwd": "[START_DIR]/skia",
- "env": {
- "PATH": "[START_DIR]/git:[START_DIR]/git/bin:<PATH>"
- },
- "infra_step": true,
- "name": "Bundle Recipes"
- },
- {
- "name": "$result",
- "recipe_result": null,
- "status_code": 0
- }
-] \ No newline at end of file