aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/bundle_recipes.expected
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-04-16 07:44:41 -0400
committerGravatar Eric Boren <borenet@google.com>2018-04-16 12:07:05 +0000
commit7bbb26fee0dcd7c53c1f5b80f62966654dd823ba (patch)
treec2c9d3db038c521c60f72f4cf5a3bdc38f2552f8 /infra/bots/recipes/bundle_recipes.expected
parent4a80d39ce6806fc0fc0a4f2720b2d3f819497af5 (diff)
[infra] Run recipes through Kitchen
Bug: skia:7050 Change-Id: I50632444eb4ca7f9ae2b1b30b766e531092ccad4 Reviewed-on: https://skia-review.googlesource.com/82500 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/recipes/bundle_recipes.expected')
-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