| Index: scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_in_collect_step.json
|
| diff --git a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_in_collect_step.json b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_in_collect_step.json
|
| index cfd4a2caa44727b8e9360edbffe04b20e5053367..66031d703309d90fbc0519e9b7c85bcfbd0fb846 100644
|
| --- a/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_in_collect_step.json
|
| +++ b/scripts/slave/recipe_modules/swarming/example.expected/basic_0.5_show_isolated_out_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@@@",
|
| @@ -435,6 +445,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@@@",
|
| @@ -523,6 +534,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@@@",
|
| @@ -570,6 +582,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@@@@",
|
|
|