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

Side by Side Diff: scripts/slave/recipe_modules/gitiles/example.expected/basic.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[gitiles]/resources/gerrit_client.py", 6 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py",
7 "--json-file", 7 "--json-file",
8 "/path/to/tmp/json", 8 "/path/to/tmp/json",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/chromium/src/+refs", 10 "https://chromium.googlesource.com/chromium/src/+refs",
11 "--format", 11 "--format",
12 "json" 12 "json"
13 ], 13 ],
14 "cwd": "[SLAVE_BUILD]", 14 "cwd": "[SLAVE_BUILD]",
15 "name": "refs", 15 "name": "refs",
16 "~followup_annotations": [ 16 "~followup_annotations": [
17 "@@@STEP_LOG_LINE@json.output@{@@@", 17 "@@@STEP_LOG_LINE@json.output@{@@@",
18 "@@@STEP_LOG_LINE@json.output@ \"HEAD\": null, @@@", 18 "@@@STEP_LOG_LINE@json.output@ \"HEAD\": null, @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"refs/heads/A\": null, @@@", 19 "@@@STEP_LOG_LINE@json.output@ \"refs/heads/A\": null, @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"refs/tags/B\": null@@@", 20 "@@@STEP_LOG_LINE@json.output@ \"refs/tags/B\": null@@@",
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 "@@@STEP_LOG_LINE@refs@HEAD@@@", 23 "@@@STEP_LOG_LINE@refs@HEAD@@@",
24 "@@@STEP_LOG_LINE@refs@refs/heads/A@@@", 24 "@@@STEP_LOG_LINE@refs@refs/heads/A@@@",
25 "@@@STEP_LOG_LINE@refs@refs/tags/B@@@", 25 "@@@STEP_LOG_LINE@refs@refs/tags/B@@@",
26 "@@@STEP_LOG_END@refs@@@" 26 "@@@STEP_LOG_END@refs@@@"
27 ] 27 ]
28 }, 28 },
29 { 29 {
30 "cmd": [ 30 "cmd": [
31 "python", 31 "python",
32 "-u", 32 "-u",
33 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 33 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py",
34 "--json-file", 34 "--json-file",
35 "/path/to/tmp/json", 35 "/path/to/tmp/json",
36 "--url", 36 "--url",
37 "https://chromium.googlesource.com/chromium/src/+log/HEAD", 37 "https://chromium.googlesource.com/chromium/src/+log/HEAD",
38 "--format", 38 "--format",
39 "json", 39 "json",
40 "--log-limit", 40 "--log-limit",
41 "0" 41 "0"
42 ], 42 ],
43 "cwd": "[SLAVE_BUILD]", 43 "cwd": "[SLAVE_BUILD]",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "@@@STEP_LOG_LINE@json.output@ ], @@@", 133 "@@@STEP_LOG_LINE@json.output@ ], @@@",
134 "@@@STEP_LOG_LINE@json.output@ \"next\": \"deadbeaf\"@@@", 134 "@@@STEP_LOG_LINE@json.output@ \"next\": \"deadbeaf\"@@@",
135 "@@@STEP_LOG_LINE@json.output@}@@@", 135 "@@@STEP_LOG_LINE@json.output@}@@@",
136 "@@@STEP_LOG_END@json.output@@@" 136 "@@@STEP_LOG_END@json.output@@@"
137 ] 137 ]
138 }, 138 },
139 { 139 {
140 "cmd": [ 140 "cmd": [
141 "python", 141 "python",
142 "-u", 142 "-u",
143 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 143 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py",
144 "--json-file", 144 "--json-file",
145 "/path/to/tmp/json", 145 "/path/to/tmp/json",
146 "--url", 146 "--url",
147 "https://chromium.googlesource.com/chromium/src/+log/HEAD", 147 "https://chromium.googlesource.com/chromium/src/+log/HEAD",
148 "--format", 148 "--format",
149 "json", 149 "json",
150 "--log-limit", 150 "--log-limit",
151 "10", 151 "10",
152 "--log-start", 152 "--log-start",
153 "deadbeaf" 153 "deadbeaf"
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "@@@STEP_LOG_LINE@json.output@ }@@@", 244 "@@@STEP_LOG_LINE@json.output@ }@@@",
245 "@@@STEP_LOG_LINE@json.output@ ]@@@", 245 "@@@STEP_LOG_LINE@json.output@ ]@@@",
246 "@@@STEP_LOG_LINE@json.output@}@@@", 246 "@@@STEP_LOG_LINE@json.output@}@@@",
247 "@@@STEP_LOG_END@json.output@@@" 247 "@@@STEP_LOG_END@json.output@@@"
248 ] 248 ]
249 }, 249 },
250 { 250 {
251 "cmd": [ 251 "cmd": [
252 "python", 252 "python",
253 "-u", 253 "-u",
254 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 254 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py",
255 "--json-file", 255 "--json-file",
256 "/path/to/tmp/json", 256 "/path/to/tmp/json",
257 "--url", 257 "--url",
258 "https://chromium.googlesource.com/chromium/src/+log/refs/heads/A", 258 "https://chromium.googlesource.com/chromium/src/+log/refs/heads/A",
259 "--format", 259 "--format",
260 "json", 260 "json",
261 "--log-limit", 261 "--log-limit",
262 "0" 262 "0"
263 ], 263 ],
264 "cwd": "[SLAVE_BUILD]", 264 "cwd": "[SLAVE_BUILD]",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "@@@STEP_LOG_LINE@json.output@ }@@@", 353 "@@@STEP_LOG_LINE@json.output@ }@@@",
354 "@@@STEP_LOG_LINE@json.output@ ]@@@", 354 "@@@STEP_LOG_LINE@json.output@ ]@@@",
355 "@@@STEP_LOG_LINE@json.output@}@@@", 355 "@@@STEP_LOG_LINE@json.output@}@@@",
356 "@@@STEP_LOG_END@json.output@@@" 356 "@@@STEP_LOG_END@json.output@@@"
357 ] 357 ]
358 }, 358 },
359 { 359 {
360 "cmd": [ 360 "cmd": [
361 "python", 361 "python",
362 "-u", 362 "-u",
363 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 363 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py",
364 "--json-file", 364 "--json-file",
365 "/path/to/tmp/json", 365 "/path/to/tmp/json",
366 "--url", 366 "--url",
367 "https://chromium.googlesource.com/chromium/src/+log/refs/tags/B", 367 "https://chromium.googlesource.com/chromium/src/+log/refs/tags/B",
368 "--format", 368 "--format",
369 "json", 369 "json",
370 "--log-limit", 370 "--log-limit",
371 "0" 371 "0"
372 ], 372 ],
373 "cwd": "[SLAVE_BUILD]", 373 "cwd": "[SLAVE_BUILD]",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "@@@STEP_LOG_LINE@json.output@ }@@@", 462 "@@@STEP_LOG_LINE@json.output@ }@@@",
463 "@@@STEP_LOG_LINE@json.output@ ]@@@", 463 "@@@STEP_LOG_LINE@json.output@ ]@@@",
464 "@@@STEP_LOG_LINE@json.output@}@@@", 464 "@@@STEP_LOG_LINE@json.output@}@@@",
465 "@@@STEP_LOG_END@json.output@@@" 465 "@@@STEP_LOG_END@json.output@@@"
466 ] 466 ]
467 }, 467 },
468 { 468 {
469 "cmd": [ 469 "cmd": [
470 "python", 470 "python",
471 "-u", 471 "-u",
472 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 472 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py",
473 "--json-file", 473 "--json-file",
474 "/path/to/tmp/json", 474 "/path/to/tmp/json",
475 "--url", 475 "--url",
476 "https://chromium.googlesource.com/chromium/src/+/4015b57a143aec5156fd1444 a017a32137a3fd0f", 476 "https://chromium.googlesource.com/chromium/src/+/4015b57a143aec5156fd1444 a017a32137a3fd0f",
477 "--format", 477 "--format",
478 "json" 478 "json"
479 ], 479 ],
480 "cwd": "[SLAVE_BUILD]", 480 "cwd": "[SLAVE_BUILD]",
481 "name": "commit log: 4015b57a143aec5156fd1444a017a32137a3fd0f", 481 "name": "commit log: 4015b57a143aec5156fd1444a017a32137a3fd0f",
482 "~followup_annotations": [ 482 "~followup_annotations": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "@@@STEP_LOG_LINE@json.output@ }@@@", 516 "@@@STEP_LOG_LINE@json.output@ }@@@",
517 "@@@STEP_LOG_LINE@json.output@ ]@@@", 517 "@@@STEP_LOG_LINE@json.output@ ]@@@",
518 "@@@STEP_LOG_LINE@json.output@}@@@", 518 "@@@STEP_LOG_LINE@json.output@}@@@",
519 "@@@STEP_LOG_END@json.output@@@" 519 "@@@STEP_LOG_END@json.output@@@"
520 ] 520 ]
521 }, 521 },
522 { 522 {
523 "cmd": [ 523 "cmd": [
524 "python", 524 "python",
525 "-u", 525 "-u",
526 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 526 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py",
527 "--json-file", 527 "--json-file",
528 "/path/to/tmp/json", 528 "/path/to/tmp/json",
529 "--url", 529 "--url",
530 "https://chromium.googlesource.com/chromium/src/+/master/OWNERS", 530 "https://chromium.googlesource.com/chromium/src/+/master/OWNERS",
531 "--format", 531 "--format",
532 "text" 532 "text"
533 ], 533 ],
534 "cwd": "[SLAVE_BUILD]", 534 "cwd": "[SLAVE_BUILD]",
535 "name": "fetch master:OWNERS" 535 "name": "fetch master:OWNERS"
536 }, 536 },
537 { 537 {
538 "name": "$result", 538 "name": "$result",
539 "recipe_result": null, 539 "recipe_result": null,
540 "status_code": 0 540 "status_code": 0
541 } 541 }
542 ] 542 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698