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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___internal_snapshot.json

Issue 2102153004: Revert "Add CIPD package support to swarming recipe api" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - internal snapshot", 10 "V8 Linux64 - internal snapshot",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 { 67 {
68 "cmd": [ 68 "cmd": [
69 "python", 69 "python",
70 "-u", 70 "-u",
71 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", 71 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
72 "--version" 72 "--version"
73 ], 73 ],
74 "name": "swarming.py --version", 74 "name": "swarming.py --version",
75 "stdout": "/path/to/tmp/", 75 "stdout": "/path/to/tmp/",
76 "~followup_annotations": [ 76 "~followup_annotations": [
77 "@@@STEP_TEXT@0.8.6@@@" 77 "@@@STEP_TEXT@0.4.10@@@"
78 ] 78 ]
79 }, 79 },
80 { 80 {
81 "cmd": [], 81 "cmd": [],
82 "name": "ensure_goma" 82 "name": "ensure_goma"
83 }, 83 },
84 { 84 {
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
87 "-u", 87 "-u",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "--temp-root-dir", 420 "--temp-root-dir",
421 "[TMP_BASE]", 421 "[TMP_BASE]",
422 "--merged-test-output", 422 "--merged-test-output",
423 "/path/to/tmp/json", 423 "/path/to/tmp/json",
424 "--", 424 "--",
425 "collect", 425 "collect",
426 "--swarming", 426 "--swarming",
427 "https://chromium-swarm.appspot.com", 427 "https://chromium-swarm.appspot.com",
428 "--decorate", 428 "--decorate",
429 "--print-status-updates", 429 "--print-status-updates",
430 "--json", 430 "--shards",
431 "{\"base_task_name\": \"Check/Ubuntu-12.04/[dummy has/V8 Linux64 - interna l snapshot/571\", \"tasks\": {\"Check/Ubuntu-12.04/[dummy has/V8 Linux64 - inter nal snapshot/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \ "https://chromium-swarm.appspot.com/user/task/10000\"}}}" 431 "1",
432 "Check/Ubuntu-12.04/[dummy has/V8 Linux64 - internal snapshot/571"
432 ], 433 ],
433 "name": "Check", 434 "name": "Check",
434 "~followup_annotations": [ 435 "~followup_annotations": [
435 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 436 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
436 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 437 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
437 "@@@STEP_LOG_LINE@durations@@@@", 438 "@@@STEP_LOG_LINE@durations@@@@",
438 "@@@STEP_LOG_LINE@durations@Details:@@@", 439 "@@@STEP_LOG_LINE@durations@Details:@@@",
439 "@@@STEP_LOG_LINE@durations@@@@", 440 "@@@STEP_LOG_LINE@durations@@@@",
440 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 441 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
441 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 442 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
442 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 443 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
443 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 444 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
444 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 445 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
445 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 446 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
446 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 447 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
447 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 448 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
448 "@@@STEP_LOG_END@durations@@@" 449 "@@@STEP_LOG_END@durations@@@"
449 ] 450 ]
450 }, 451 },
451 { 452 {
452 "name": "$result", 453 "name": "$result",
453 "recipe_result": null, 454 "recipe_result": null,
454 "status_code": 0 455 "status_code": 0
455 } 456 }
456 ] 457 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698