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

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

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Actual code change Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/recipe_modules/gitiles/resources/gerrit_client.py", 6 "MODULE[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?format=json" 10 "https://chromium.googlesource.com/chromium/src/+refs?format=json"
11 ], 11 ],
12 "name": "refs", 12 "name": "refs",
13 "~followup_annotations": [ 13 "~followup_annotations": [
14 "@@@STEP_LOG_LINE@json.output@{@@@", 14 "@@@STEP_LOG_LINE@json.output@{@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"HEAD\": null, @@@", 15 "@@@STEP_LOG_LINE@json.output@ \"HEAD\": null, @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"refs/heads/A\": null, @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"refs/heads/A\": null, @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"refs/tags/B\": null@@@", 17 "@@@STEP_LOG_LINE@json.output@ \"refs/tags/B\": null@@@",
18 "@@@STEP_LOG_LINE@json.output@}@@@", 18 "@@@STEP_LOG_LINE@json.output@}@@@",
19 "@@@STEP_LOG_END@json.output@@@", 19 "@@@STEP_LOG_END@json.output@@@",
20 "@@@STEP_LOG_LINE@refs@HEAD@@@", 20 "@@@STEP_LOG_LINE@refs@HEAD@@@",
21 "@@@STEP_LOG_LINE@refs@refs/heads/A@@@", 21 "@@@STEP_LOG_LINE@refs@refs/heads/A@@@",
22 "@@@STEP_LOG_LINE@refs@refs/tags/B@@@", 22 "@@@STEP_LOG_LINE@refs@refs/tags/B@@@",
23 "@@@STEP_LOG_END@refs@@@" 23 "@@@STEP_LOG_END@refs@@@"
24 ] 24 ]
25 }, 25 },
26 { 26 {
27 "cmd": [ 27 "cmd": [
28 "python", 28 "python",
29 "-u", 29 "-u",
30 "[BUILD]/scripts/slave/recipe_modules/gitiles/resources/gerrit_client.py", 30 "MODULE[gitiles]/resources/gerrit_client.py",
31 "--json-file", 31 "--json-file",
32 "/path/to/tmp/json", 32 "/path/to/tmp/json",
33 "--url", 33 "--url",
34 "https://chromium.googlesource.com/chromium/src/+log/HEAD?format=json&n=al l" 34 "https://chromium.googlesource.com/chromium/src/+log/HEAD?format=json&n=al l"
35 ], 35 ],
36 "name": "log: HEAD", 36 "name": "log: HEAD",
37 "~followup_annotations": [ 37 "~followup_annotations": [
38 "@@@STEP_TEXT@<br />3 new commits@@@", 38 "@@@STEP_TEXT@<br />3 new commits@@@",
39 "@@@STEP_LOG_LINE@json.output@{@@@", 39 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@",
(...skipping 21 matching lines...) Expand all
62 "@@@STEP_LOG_LINE@log@fake HEAD hash 0@@@", 62 "@@@STEP_LOG_LINE@log@fake HEAD hash 0@@@",
63 "@@@STEP_LOG_LINE@log@fake HEAD hash 1@@@", 63 "@@@STEP_LOG_LINE@log@fake HEAD hash 1@@@",
64 "@@@STEP_LOG_LINE@log@fake HEAD hash 2@@@", 64 "@@@STEP_LOG_LINE@log@fake HEAD hash 2@@@",
65 "@@@STEP_LOG_END@log@@@" 65 "@@@STEP_LOG_END@log@@@"
66 ] 66 ]
67 }, 67 },
68 { 68 {
69 "cmd": [ 69 "cmd": [
70 "python", 70 "python",
71 "-u", 71 "-u",
72 "[BUILD]/scripts/slave/recipe_modules/gitiles/resources/gerrit_client.py", 72 "MODULE[gitiles]/resources/gerrit_client.py",
73 "--json-file", 73 "--json-file",
74 "/path/to/tmp/json", 74 "/path/to/tmp/json",
75 "--url", 75 "--url",
76 "https://chromium.googlesource.com/chromium/src/+log/refs/heads/A?format=j son&n=all" 76 "https://chromium.googlesource.com/chromium/src/+log/refs/heads/A?format=j son&n=all"
77 ], 77 ],
78 "name": "log: refs/heads/A", 78 "name": "log: refs/heads/A",
79 "~followup_annotations": [ 79 "~followup_annotations": [
80 "@@@STEP_TEXT@<br />3 new commits@@@", 80 "@@@STEP_TEXT@<br />3 new commits@@@",
81 "@@@STEP_LOG_LINE@json.output@{@@@", 81 "@@@STEP_LOG_LINE@json.output@{@@@",
82 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@",
(...skipping 21 matching lines...) Expand all
104 "@@@STEP_LOG_LINE@log@fake A hash 0@@@", 104 "@@@STEP_LOG_LINE@log@fake A hash 0@@@",
105 "@@@STEP_LOG_LINE@log@fake A hash 1@@@", 105 "@@@STEP_LOG_LINE@log@fake A hash 1@@@",
106 "@@@STEP_LOG_LINE@log@fake A hash 2@@@", 106 "@@@STEP_LOG_LINE@log@fake A hash 2@@@",
107 "@@@STEP_LOG_END@log@@@" 107 "@@@STEP_LOG_END@log@@@"
108 ] 108 ]
109 }, 109 },
110 { 110 {
111 "cmd": [ 111 "cmd": [
112 "python", 112 "python",
113 "-u", 113 "-u",
114 "[BUILD]/scripts/slave/recipe_modules/gitiles/resources/gerrit_client.py", 114 "MODULE[gitiles]/resources/gerrit_client.py",
115 "--json-file", 115 "--json-file",
116 "/path/to/tmp/json", 116 "/path/to/tmp/json",
117 "--url", 117 "--url",
118 "https://chromium.googlesource.com/chromium/src/+log/refs/tags/B?format=js on&n=all" 118 "https://chromium.googlesource.com/chromium/src/+log/refs/tags/B?format=js on&n=all"
119 ], 119 ],
120 "name": "log: refs/tags/B", 120 "name": "log: refs/tags/B",
121 "~followup_annotations": [ 121 "~followup_annotations": [
122 "@@@STEP_TEXT@<br />3 new commits@@@", 122 "@@@STEP_TEXT@<br />3 new commits@@@",
123 "@@@STEP_LOG_LINE@json.output@{@@@", 123 "@@@STEP_LOG_LINE@json.output@{@@@",
124 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", 124 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@",
(...skipping 29 matching lines...) Expand all
154 "python", 154 "python",
155 "-u", 155 "-u",
156 "[BUILD]/scripts/tools/pycurl.py", 156 "[BUILD]/scripts/tools/pycurl.py",
157 "https://chromium.googlesource.com/chromium/src/+/master/OWNERS?format=tex t", 157 "https://chromium.googlesource.com/chromium/src/+/master/OWNERS?format=tex t",
158 "--outfile", 158 "--outfile",
159 "/path/to/tmp/" 159 "/path/to/tmp/"
160 ], 160 ],
161 "name": "Gitiles fetch OWNERS" 161 "name": "Gitiles fetch OWNERS"
162 } 162 }
163 ] 163 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698