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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", 85 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
86 "--version" 86 "--version"
87 ], 87 ],
88 "name": "swarming.py --version", 88 "name": "swarming.py --version",
89 "stdout": "/path/to/tmp/", 89 "stdout": "/path/to/tmp/",
90 "~followup_annotations": [ 90 "~followup_annotations": [
91 "@@@STEP_TEXT@0.8.6@@@" 91 "@@@STEP_TEXT@0.4.10@@@"
92 ] 92 ]
93 }, 93 },
94 { 94 {
95 "cmd": [], 95 "cmd": [],
96 "name": "ensure_goma" 96 "name": "ensure_goma"
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
101 "-u", 101 "-u",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "~followup_annotations": [ 372 "~followup_annotations": [
373 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" 373 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@"
374 ] 374 ]
375 }, 375 },
376 { 376 {
377 "name": "$result", 377 "name": "$result",
378 "recipe_result": null, 378 "recipe_result": null,
379 "status_code": 0 379 "status_code": 0
380 } 380 }
381 ] 381 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698