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

Side by Side Diff: scripts/slave/recipe_modules/gitiles/example.expected/basic.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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[build::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 "name": "refs", 15 "name": "refs",
15 "~followup_annotations": [ 16 "~followup_annotations": [
16 "@@@STEP_LOG_LINE@json.output@{@@@", 17 "@@@STEP_LOG_LINE@json.output@{@@@",
17 "@@@STEP_LOG_LINE@json.output@ \"HEAD\": null, @@@", 18 "@@@STEP_LOG_LINE@json.output@ \"HEAD\": null, @@@",
18 "@@@STEP_LOG_LINE@json.output@ \"refs/heads/A\": null, @@@", 19 "@@@STEP_LOG_LINE@json.output@ \"refs/heads/A\": null, @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"refs/tags/B\": null@@@", 20 "@@@STEP_LOG_LINE@json.output@ \"refs/tags/B\": null@@@",
20 "@@@STEP_LOG_LINE@json.output@}@@@", 21 "@@@STEP_LOG_LINE@json.output@}@@@",
21 "@@@STEP_LOG_END@json.output@@@", 22 "@@@STEP_LOG_END@json.output@@@",
22 "@@@STEP_LOG_LINE@refs@HEAD@@@", 23 "@@@STEP_LOG_LINE@refs@HEAD@@@",
23 "@@@STEP_LOG_LINE@refs@refs/heads/A@@@", 24 "@@@STEP_LOG_LINE@refs@refs/heads/A@@@",
24 "@@@STEP_LOG_LINE@refs@refs/tags/B@@@", 25 "@@@STEP_LOG_LINE@refs@refs/tags/B@@@",
25 "@@@STEP_LOG_END@refs@@@" 26 "@@@STEP_LOG_END@refs@@@"
26 ] 27 ]
27 }, 28 },
28 { 29 {
29 "cmd": [ 30 "cmd": [
30 "python", 31 "python",
31 "-u", 32 "-u",
32 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", 33 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py",
33 "--json-file", 34 "--json-file",
34 "/path/to/tmp/json", 35 "/path/to/tmp/json",
35 "--url", 36 "--url",
36 "https://chromium.googlesource.com/chromium/src/+log/HEAD", 37 "https://chromium.googlesource.com/chromium/src/+log/HEAD",
37 "--format", 38 "--format",
38 "json", 39 "json",
39 "--log-limit", 40 "--log-limit",
40 "0" 41 "0"
41 ], 42 ],
43 "cwd": "[SLAVE_BUILD]",
42 "name": "gitiles log: HEAD", 44 "name": "gitiles log: HEAD",
43 "~followup_annotations": [ 45 "~followup_annotations": [
44 "@@@STEP_TEXT@<br />3 commits fetched@@@", 46 "@@@STEP_TEXT@<br />3 commits fetched@@@",
45 "@@@STEP_LOG_LINE@json.output@{@@@", 47 "@@@STEP_LOG_LINE@json.output@{@@@",
46 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", 48 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@",
47 "@@@STEP_LOG_LINE@json.output@ {@@@", 49 "@@@STEP_LOG_LINE@json.output@ {@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", 50 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@",
49 "@@@STEP_LOG_LINE@json.output@ \"email\": \"fake_HEAD@fake_0.email. com\", @@@", 51 "@@@STEP_LOG_LINE@json.output@ \"email\": \"fake_HEAD@fake_0.email. com\", @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"name\": \"fake_HEAD\", @@@", 52 "@@@STEP_LOG_LINE@json.output@ \"name\": \"fake_HEAD\", @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015 \"@@@", 53 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015 \"@@@",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 "/path/to/tmp/json", 145 "/path/to/tmp/json",
144 "--url", 146 "--url",
145 "https://chromium.googlesource.com/chromium/src/+log/HEAD", 147 "https://chromium.googlesource.com/chromium/src/+log/HEAD",
146 "--format", 148 "--format",
147 "json", 149 "json",
148 "--log-limit", 150 "--log-limit",
149 "10", 151 "10",
150 "--log-start", 152 "--log-start",
151 "deadbeaf" 153 "deadbeaf"
152 ], 154 ],
155 "cwd": "[SLAVE_BUILD]",
153 "name": "gitiles log: HEAD from deadbeaf", 156 "name": "gitiles log: HEAD from deadbeaf",
154 "~followup_annotations": [ 157 "~followup_annotations": [
155 "@@@STEP_TEXT@<br />3 commits fetched@@@", 158 "@@@STEP_TEXT@<br />3 commits fetched@@@",
156 "@@@STEP_LOG_LINE@json.output@{@@@", 159 "@@@STEP_LOG_LINE@json.output@{@@@",
157 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", 160 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@",
158 "@@@STEP_LOG_LINE@json.output@ {@@@", 161 "@@@STEP_LOG_LINE@json.output@ {@@@",
159 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", 162 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@",
160 "@@@STEP_LOG_LINE@json.output@ \"email\": \"fake_HEAD@fake_0.email. com\", @@@", 163 "@@@STEP_LOG_LINE@json.output@ \"email\": \"fake_HEAD@fake_0.email. com\", @@@",
161 "@@@STEP_LOG_LINE@json.output@ \"name\": \"fake_HEAD\", @@@", 164 "@@@STEP_LOG_LINE@json.output@ \"name\": \"fake_HEAD\", @@@",
162 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015 \"@@@", 165 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015 \"@@@",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", 254 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py",
252 "--json-file", 255 "--json-file",
253 "/path/to/tmp/json", 256 "/path/to/tmp/json",
254 "--url", 257 "--url",
255 "https://chromium.googlesource.com/chromium/src/+log/refs/heads/A", 258 "https://chromium.googlesource.com/chromium/src/+log/refs/heads/A",
256 "--format", 259 "--format",
257 "json", 260 "json",
258 "--log-limit", 261 "--log-limit",
259 "0" 262 "0"
260 ], 263 ],
264 "cwd": "[SLAVE_BUILD]",
261 "name": "gitiles log: refs/heads/A", 265 "name": "gitiles log: refs/heads/A",
262 "~followup_annotations": [ 266 "~followup_annotations": [
263 "@@@STEP_TEXT@<br />3 commits fetched@@@", 267 "@@@STEP_TEXT@<br />3 commits fetched@@@",
264 "@@@STEP_LOG_LINE@json.output@{@@@", 268 "@@@STEP_LOG_LINE@json.output@{@@@",
265 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", 269 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@",
266 "@@@STEP_LOG_LINE@json.output@ {@@@", 270 "@@@STEP_LOG_LINE@json.output@ {@@@",
267 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", 271 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@",
268 "@@@STEP_LOG_LINE@json.output@ \"email\": \"fake_A@fake_0.email.com \", @@@", 272 "@@@STEP_LOG_LINE@json.output@ \"email\": \"fake_A@fake_0.email.com \", @@@",
269 "@@@STEP_LOG_LINE@json.output@ \"name\": \"fake_A\", @@@", 273 "@@@STEP_LOG_LINE@json.output@ \"name\": \"fake_A\", @@@",
270 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015 \"@@@", 274 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015 \"@@@",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", 363 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py",
360 "--json-file", 364 "--json-file",
361 "/path/to/tmp/json", 365 "/path/to/tmp/json",
362 "--url", 366 "--url",
363 "https://chromium.googlesource.com/chromium/src/+log/refs/tags/B", 367 "https://chromium.googlesource.com/chromium/src/+log/refs/tags/B",
364 "--format", 368 "--format",
365 "json", 369 "json",
366 "--log-limit", 370 "--log-limit",
367 "0" 371 "0"
368 ], 372 ],
373 "cwd": "[SLAVE_BUILD]",
369 "name": "gitiles log: refs/tags/B", 374 "name": "gitiles log: refs/tags/B",
370 "~followup_annotations": [ 375 "~followup_annotations": [
371 "@@@STEP_TEXT@<br />3 commits fetched@@@", 376 "@@@STEP_TEXT@<br />3 commits fetched@@@",
372 "@@@STEP_LOG_LINE@json.output@{@@@", 377 "@@@STEP_LOG_LINE@json.output@{@@@",
373 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", 378 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@",
374 "@@@STEP_LOG_LINE@json.output@ {@@@", 379 "@@@STEP_LOG_LINE@json.output@ {@@@",
375 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", 380 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@",
376 "@@@STEP_LOG_LINE@json.output@ \"email\": \"fake_B@fake_0.email.com \", @@@", 381 "@@@STEP_LOG_LINE@json.output@ \"email\": \"fake_B@fake_0.email.com \", @@@",
377 "@@@STEP_LOG_LINE@json.output@ \"name\": \"fake_B\", @@@", 382 "@@@STEP_LOG_LINE@json.output@ \"name\": \"fake_B\", @@@",
378 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015 \"@@@", 383 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015 \"@@@",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "python", 470 "python",
466 "-u", 471 "-u",
467 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", 472 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py",
468 "--json-file", 473 "--json-file",
469 "/path/to/tmp/json", 474 "/path/to/tmp/json",
470 "--url", 475 "--url",
471 "https://chromium.googlesource.com/chromium/src/+/4015b57a143aec5156fd1444 a017a32137a3fd0f", 476 "https://chromium.googlesource.com/chromium/src/+/4015b57a143aec5156fd1444 a017a32137a3fd0f",
472 "--format", 477 "--format",
473 "json" 478 "json"
474 ], 479 ],
480 "cwd": "[SLAVE_BUILD]",
475 "name": "commit log: 4015b57a143aec5156fd1444a017a32137a3fd0f", 481 "name": "commit log: 4015b57a143aec5156fd1444a017a32137a3fd0f",
476 "~followup_annotations": [ 482 "~followup_annotations": [
477 "@@@STEP_LOG_LINE@json.output@{@@@", 483 "@@@STEP_LOG_LINE@json.output@{@@@",
478 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", 484 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@",
479 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or g\", @@@", 485 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or g\", @@@",
480 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", 486 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@",
481 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@ @", 487 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@ @",
482 "@@@STEP_LOG_LINE@json.output@ }, @@@", 488 "@@@STEP_LOG_LINE@json.output@ }, @@@",
483 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"4015b57a143aec5156fd1444a017 a32137a3fd0f\", @@@", 489 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"4015b57a143aec5156fd1444a017 a32137a3fd0f\", @@@",
484 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", 490 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "python", 524 "python",
519 "-u", 525 "-u",
520 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", 526 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py",
521 "--json-file", 527 "--json-file",
522 "/path/to/tmp/json", 528 "/path/to/tmp/json",
523 "--url", 529 "--url",
524 "https://chromium.googlesource.com/chromium/src/+/master/OWNERS", 530 "https://chromium.googlesource.com/chromium/src/+/master/OWNERS",
525 "--format", 531 "--format",
526 "text" 532 "text"
527 ], 533 ],
534 "cwd": "[SLAVE_BUILD]",
528 "name": "fetch master:OWNERS" 535 "name": "fetch master:OWNERS"
529 }, 536 },
530 { 537 {
531 "name": "$result", 538 "name": "$result",
532 "recipe_result": null, 539 "recipe_result": null,
533 "status_code": 0 540 "status_code": 0
534 } 541 }
535 ] 542 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698