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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMacASan.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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTMacASan", 10 "ClangToTMacASan",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 111 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
112 "--version" 112 "--version"
113 ], 113 ],
114 "name": "swarming.py --version", 114 "name": "swarming.py --version",
115 "stdout": "/path/to/tmp/", 115 "stdout": "/path/to/tmp/",
116 "~followup_annotations": [ 116 "~followup_annotations": [
117 "@@@STEP_TEXT@0.8.6@@@" 117 "@@@STEP_TEXT@0.4.10@@@"
118 ] 118 ]
119 }, 119 },
120 { 120 {
121 "cmd": [ 121 "cmd": [
122 "python", 122 "python",
123 "-u", 123 "-u",
124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
125 "runhooks" 125 "runhooks"
126 ], 126 ],
127 "cwd": "[SLAVE_BUILD]/src", 127 "cwd": "[SLAVE_BUILD]/src",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 "LLVM_FORCE_HEAD_REVISION": "YES" 404 "LLVM_FORCE_HEAD_REVISION": "YES"
405 }, 405 },
406 "name": "sizes" 406 "name": "sizes"
407 }, 407 },
408 { 408 {
409 "name": "$result", 409 "name": "$result",
410 "recipe_result": null, 410 "recipe_result": null,
411 "status_code": 0 411 "status_code": 0
412 } 412 }
413 ] 413 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698