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

Side by Side Diff: scripts/slave/recipe_modules/cipd/example.expected/describe-many-instances.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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[cipd]/resources/bootstrap.py", 6 "RECIPE_MODULE[build.cipd]/resources/bootstrap.py",
7 "--platform", 7 "--platform",
8 "linux-amd64", 8 "linux-amd64",
9 "--dest-directory", 9 "--dest-directory",
10 "[SLAVE_BUILD]/cipd", 10 "[SLAVE_BUILD]/cipd",
11 "--json-output", 11 "--json-output",
12 "/path/to/tmp/json" 12 "/path/to/tmp/json"
13 ], 13 ],
14 "cwd": "[SLAVE_BUILD]", 14 "cwd": "[SLAVE_BUILD]",
15 "name": "install cipd", 15 "name": "install cipd",
16 "~followup_annotations": [ 16 "~followup_annotations": [
17 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 17 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
18 "@@@STEP_LOG_LINE@json.output@{@@@", 18 "@@@STEP_LOG_LINE@json.output@{@@@",
19 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@", 19 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 20 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
21 "@@@STEP_LOG_LINE@json.output@}@@@", 21 "@@@STEP_LOG_LINE@json.output@}@@@",
22 "@@@STEP_LOG_END@json.output@@@" 22 "@@@STEP_LOG_END@json.output@@@"
23 ] 23 ]
24 }, 24 },
25 { 25 {
26 "cmd": [ 26 "cmd": [
27 "python", 27 "python",
28 "-u", 28 "-u",
29 "RECIPE_MODULE[cipd]/resources/bootstrap.py", 29 "RECIPE_MODULE[build.cipd]/resources/bootstrap.py",
30 "--platform", 30 "--platform",
31 "linux-amd64", 31 "linux-amd64",
32 "--dest-directory", 32 "--dest-directory",
33 "[SLAVE_BUILD]/cipd", 33 "[SLAVE_BUILD]/cipd",
34 "--json-output", 34 "--json-output",
35 "/path/to/tmp/json", 35 "/path/to/tmp/json",
36 "--version", 36 "--version",
37 "deadbeaf" 37 "deadbeaf"
38 ], 38 ],
39 "cwd": "[SLAVE_BUILD]", 39 "cwd": "[SLAVE_BUILD]",
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "@@@STEP_LOG_LINE@json.output@}@@@", 427 "@@@STEP_LOG_LINE@json.output@}@@@",
428 "@@@STEP_LOG_END@json.output@@@" 428 "@@@STEP_LOG_END@json.output@@@"
429 ] 429 ]
430 }, 430 },
431 { 431 {
432 "name": "$result", 432 "name": "$result",
433 "recipe_result": null, 433 "recipe_result": null,
434 "status_code": 0 434 "status_code": 0
435 } 435 }
436 ] 436 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698