Index: scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_shards_in_collect_step.json |
diff --git a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_shards_in_collect_step.json b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_shards_in_collect_step.json |
index d33dd8afe3fe4b88cd5ee93b20406010d81b5afc..50014f065768395c89882be3c6f9791098daf9b1 100644 |
--- a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_shards_in_collect_step.json |
+++ b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_shards_in_collect_step.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@@@", |
@@ -437,6 +447,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@@@", |
@@ -529,6 +540,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@@@", |
@@ -578,6 +590,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@@@@", |