Index: scripts/slave/recipe_modules/swarming/example.expected/basic_0.5.json |
diff --git a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5.json b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5.json |
index 37ebbdb9aef824d8b03477fc730888a1cf5b2163..07547f2437794fc88ad924c1232c1355a9dfcc3f 100644 |
--- a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5.json |
+++ b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5.json |
@@ -9,6 +9,7 @@ |
"--url", |
"https://chromium.googlesource.com/external/swarming.client.git" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "git setup (swarming_client)" |
}, |
{ |
@@ -70,6 +71,7 @@ |
"[SLAVE_BUILD]/swarming.client/swarming.py", |
"--version" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "swarming.py --version", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |
@@ -93,6 +95,7 @@ |
"win", |
"--verbose" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "archive for win", |
"stdout": "/path/to/tmp/" |
}, |
@@ -113,6 +116,7 @@ |
"linux", |
"--verbose" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "archive for linux", |
"stdout": "/path/to/tmp/" |
}, |
@@ -133,6 +137,7 @@ |
"mac", |
"--verbose" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "archive for mac", |
"stdout": "/path/to/tmp/" |
}, |
@@ -190,6 +195,7 @@ |
"joe", |
"hash_for_win" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] hello_world on Windows-7-SP1", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -260,6 +266,7 @@ |
"joe", |
"hash_for_linux" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] hello_world", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -336,6 +343,7 @@ |
"joe", |
"hash_for_mac" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "[trigger] hello_world on Mac-10.8", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -357,6 +365,7 @@ |
"echo", |
"running something locally" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "local step" |
}, |
{ |
@@ -377,6 +386,7 @@ |
"--task-output-dir", |
"[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "hello_world on Windows-7-SP1", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -436,6 +446,7 @@ |
"--task-output-dir", |
"[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "hello_world", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -526,6 +537,7 @@ |
"--task-output-dir", |
"[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "hello_world on Mac-10.8", |
"~followup_annotations": [ |
"@@@STEP_TEXT@swarming pending 71s@@@", |
@@ -574,6 +586,7 @@ |
"\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
"[TMP_BASE]/hello_isolated_world_tmp_1" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "rmtree remove temp dir", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@python.inline@@@@", |