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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64___debug_builder.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 - debug builder", 10 "V8 Linux64 - debug builder",
(...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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 "~followup_annotations": [ 454 "~followup_annotations": [
455 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug - avx2@@@" 455 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug - avx2@@@"
456 ] 456 ]
457 }, 457 },
458 { 458 {
459 "name": "$result", 459 "name": "$result",
460 "recipe_result": null, 460 "recipe_result": null,
461 "status_code": 0 461 "status_code": 0
462 } 462 }
463 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698