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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac_rel_ng.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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_mac_rel_ng", 10 "v8_mac_rel_ng",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 { 73 {
74 "cmd": [ 74 "cmd": [
75 "python", 75 "python",
76 "-u", 76 "-u",
77 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", 77 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
78 "--version" 78 "--version"
79 ], 79 ],
80 "name": "swarming.py --version", 80 "name": "swarming.py --version",
81 "stdout": "/path/to/tmp/", 81 "stdout": "/path/to/tmp/",
82 "~followup_annotations": [ 82 "~followup_annotations": [
83 "@@@STEP_TEXT@0.8.6@@@" 83 "@@@STEP_TEXT@0.4.10@@@"
84 ] 84 ]
85 }, 85 },
86 { 86 {
87 "cmd": [], 87 "cmd": [],
88 "name": "ensure_goma" 88 "name": "ensure_goma"
89 }, 89 },
90 { 90 {
91 "cmd": [ 91 "cmd": [
92 "python", 92 "python",
93 "-u", 93 "-u",
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "~followup_annotations": [ 395 "~followup_annotations": [
396 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@" 396 "@@@STEP_TEXT@v8_mac_rel_ng_triggered@@@"
397 ] 397 ]
398 }, 398 },
399 { 399 {
400 "name": "$result", 400 "name": "$result",
401 "recipe_result": null, 401 "recipe_result": null,
402 "status_code": 0 402 "status_code": 0
403 } 403 }
404 ] 404 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698