Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Side by Side Diff: scripts/slave/recipe_modules/swarming/example.expected/basic_0.5.json

Issue 1720873002: swarming: always append task's OS dimension to step name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "master:tryserver", 269 "master:tryserver",
270 "--tag", 270 "--tag",
271 "name:hello_world", 271 "name:hello_world",
272 "--tag", 272 "--tag",
273 "os:Ubuntu-12.04", 273 "os:Ubuntu-12.04",
274 "--tag", 274 "--tag",
275 "os:linux", 275 "os:linux",
276 "--tag", 276 "--tag",
277 "rietveld:https://codereview.chromium.org/123/#ps1001", 277 "rietveld:https://codereview.chromium.org/123/#ps1001",
278 "--tag", 278 "--tag",
279 "stepname:hello_world", 279 "stepname:hello_world on Ubuntu-12.04",
280 "--verbose", 280 "--verbose",
281 "--idempotent", 281 "--idempotent",
282 "--user", 282 "--user",
283 "joe", 283 "joe",
284 "hash_for_linux" 284 "hash_for_linux"
285 ], 285 ],
286 "cwd": "[SLAVE_BUILD]", 286 "cwd": "[SLAVE_BUILD]",
287 "name": "[trigger] hello_world", 287 "name": "[trigger] hello_world on Ubuntu-12.04",
288 "~followup_annotations": [ 288 "~followup_annotations": [
289 "@@@STEP_LOG_LINE@json.output@{@@@", 289 "@@@STEP_LOG_LINE@json.output@{@@@",
290 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@", 290 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@",
291 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 291 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
292 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@", 292 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@",
293 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 293 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
294 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 294 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
295 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@", 295 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@",
296 "@@@STEP_LOG_LINE@json.output@ }, @@@", 296 "@@@STEP_LOG_LINE@json.output@ }, @@@",
297 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 1\": {@@@", 297 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 1\": {@@@",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 "--print-status-updates", 459 "--print-status-updates",
460 "--verbose", 460 "--verbose",
461 "--json", 461 "--json",
462 "{\"base_task_name\": \"hello_world/Ubuntu-12.04/hash_for_l\", \"tasks\": {\"hello_world/Ubuntu-12.04/hash_for_l:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/1000 0\"}, \"hello_world/Ubuntu-12.04/hash_for_l:2:1\": {\"shard_index\": 1, \"task_i d\": \"10100\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task /10100\"}}}", 462 "{\"base_task_name\": \"hello_world/Ubuntu-12.04/hash_for_l\", \"tasks\": {\"hello_world/Ubuntu-12.04/hash_for_l:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/1000 0\"}, \"hello_world/Ubuntu-12.04/hash_for_l:2:1\": {\"shard_index\": 1, \"task_i d\": \"10100\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task /10100\"}}}",
463 "--task-summary-json", 463 "--task-summary-json",
464 "/path/to/tmp/json", 464 "/path/to/tmp/json",
465 "--task-output-dir", 465 "--task-output-dir",
466 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" 466 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
467 ], 467 ],
468 "cwd": "[SLAVE_BUILD]", 468 "cwd": "[SLAVE_BUILD]",
469 "name": "hello_world", 469 "name": "hello_world on Ubuntu-12.04",
470 "~followup_annotations": [ 470 "~followup_annotations": [
471 "@@@STEP_TEXT@swarming pending 71s@@@", 471 "@@@STEP_TEXT@swarming pending 71s@@@",
472 "@@@STEP_LOG_LINE@json.output@{@@@", 472 "@@@STEP_LOG_LINE@json.output@{@@@",
473 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 473 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
474 "@@@STEP_LOG_LINE@json.output@ {@@@", 474 "@@@STEP_LOG_LINE@json.output@ {@@@",
475 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 475 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
476 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 476 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
477 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 477 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
478 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 478 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
479 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", 479 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 616 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
617 "@@@STEP_LOG_END@python.inline@@@" 617 "@@@STEP_LOG_END@python.inline@@@"
618 ] 618 ]
619 }, 619 },
620 { 620 {
621 "name": "$result", 621 "name": "$result",
622 "recipe_result": null, 622 "recipe_result": null,
623 "status_code": 0 623 "status_code": 0
624 } 624 }
625 ] 625 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698