2017-04-04 13:06:16 +00:00
|
|
|
[
|
2017-04-18 19:49:27 +00:00
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"git",
|
2017-05-08 17:40:22 +00:00
|
|
|
"init"
|
2017-04-18 19:49:27 +00:00
|
|
|
],
|
2017-05-08 17:40:22 +00:00
|
|
|
"cwd": "[START_DIR]/skia",
|
2017-04-18 19:49:27 +00:00
|
|
|
"infra_step": true,
|
2017-05-08 17:40:22 +00:00
|
|
|
"name": "git init"
|
2017-04-18 19:49:27 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"git",
|
2017-05-08 17:40:22 +00:00
|
|
|
"add",
|
|
|
|
"."
|
2017-04-04 13:06:16 +00:00
|
|
|
],
|
2017-05-08 17:40:22 +00:00
|
|
|
"cwd": "[START_DIR]/skia",
|
2017-04-04 13:06:16 +00:00
|
|
|
"infra_step": true,
|
2017-05-08 17:40:22 +00:00
|
|
|
"name": "git add"
|
2017-04-04 13:06:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
2017-04-06 17:28:16 +00:00
|
|
|
"git",
|
|
|
|
"commit",
|
|
|
|
"-m",
|
2017-05-08 17:40:22 +00:00
|
|
|
"commit recipes"
|
2017-04-04 13:06:16 +00:00
|
|
|
],
|
2017-05-08 17:40:22 +00:00
|
|
|
"cwd": "[START_DIR]/skia",
|
2017-04-04 13:06:16 +00:00
|
|
|
"infra_step": true,
|
2017-05-08 17:40:22 +00:00
|
|
|
"name": "git commit"
|
2017-04-04 13:06:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"cmd": [
|
|
|
|
"python",
|
2017-05-08 17:40:22 +00:00
|
|
|
"[START_DIR]/skia/infra/bots/recipes.py",
|
2017-04-06 17:28:16 +00:00
|
|
|
"bundle",
|
|
|
|
"--destination",
|
2017-05-08 17:40:22 +00:00
|
|
|
"[SWARM_OUT_DIR]/recipe_bundle"
|
2017-04-04 13:06:16 +00:00
|
|
|
],
|
2017-05-08 17:40:22 +00:00
|
|
|
"cwd": "[START_DIR]/skia",
|
2017-04-06 17:28:16 +00:00
|
|
|
"infra_step": true,
|
|
|
|
"name": "Bundle Recipes"
|
2017-04-04 13:06:16 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "$result",
|
|
|
|
"recipe_result": null,
|
|
|
|
"status_code": 0
|
|
|
|
}
|
2017-04-10 13:56:10 +00:00
|
|
|
]
|