| Index: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json
|
| diff --git a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json
|
| index c180dd2d10ef216e98241a077babb8153c0ade48..a17ea02e260608aa88ff89ca43091fab5d074201 100644
|
| --- a/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json
|
| +++ b/scripts/slave/recipes/infra/recipe_roll_tryjob.expected/deps.json
|
| @@ -143,6 +143,32 @@
|
| },
|
| {
|
| "cmd": [
|
| + "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
|
| + "description",
|
| + "-d",
|
| + "--rietveld",
|
| + "https://fake.code.review/123456"
|
| + ],
|
| + "name": "git_cl description (recipe_engine)",
|
| + "stdout": "/path/to/tmp/"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_PACKAGE_REPO[depot_tools]/git_footers.py",
|
| + "--json",
|
| + "/path/to/tmp/json"
|
| + ],
|
| + "name": "parse description",
|
| + "stdin": "foo",
|
| + "~followup_annotations": [
|
| + "@@@STEP_LOG_LINE@json.output@{}@@@",
|
| + "@@@STEP_LOG_END@json.output@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| "python",
|
| "-u",
|
| "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
|
|
|