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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Mac_GN.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.webrtc.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Mac GN", 10 "Mac GN",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 { 183 {
184 "cmd": [ 184 "cmd": [
185 "python", 185 "python",
186 "-u", 186 "-u",
187 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", 187 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
188 "--version" 188 "--version"
189 ], 189 ],
190 "name": "swarming.py --version", 190 "name": "swarming.py --version",
191 "stdout": "/path/to/tmp/", 191 "stdout": "/path/to/tmp/",
192 "~followup_annotations": [ 192 "~followup_annotations": [
193 "@@@STEP_TEXT@0.8.6@@@" 193 "@@@STEP_TEXT@0.4.10@@@"
194 ] 194 ]
195 }, 195 },
196 { 196 {
197 "cmd": [ 197 "cmd": [
198 "python", 198 "python",
199 "-u", 199 "-u",
200 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 200 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
201 "runhooks" 201 "runhooks"
202 ], 202 ],
203 "cwd": "[SLAVE_BUILD]/src", 203 "cwd": "[SLAVE_BUILD]/src",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 472 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
473 "@@@STEP_LOG_END@python.inline@@@" 473 "@@@STEP_LOG_END@python.inline@@@"
474 ] 474 ]
475 }, 475 },
476 { 476 {
477 "name": "$result", 477 "name": "$result",
478 "recipe_result": null, 478 "recipe_result": null,
479 "status_code": 0 479 "status_code": 0
480 } 480 }
481 ] 481 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698