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

Side by Side Diff: scripts/slave/recipes/infra/git_cl.expected/insane.json

Issue 1835813002: WIP: add totally reproducible git cl upload hooks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: review2 Created 4 years, 8 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
(Empty)
1 [
2 {
3 "cmd": [
4 "[DEPOT_TOOLS]\\bootstrap\\win\\win_tools.bat"
5 ],
6 "cwd": "[SLAVE_BUILD]",
7 "env": {
8 "DEPOT_TOOLS_UPDATE": "0"
9 },
10 "name": "fetch binary git and stuff"
11 },
12 {
13 "cmd": [
14 "python",
15 "-u",
16 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
17 "--master",
18 "chromium.infra",
19 "--builder",
20 "depot_tools Gerrit Git Cl",
21 "--slave",
22 "TestSlavename",
23 "--spec",
24 "cache_dir = '[ROOT]\\\\git_cache'\nsolutions = [{'deps_file': '.DEPS.git' , 'managed': True, 'name': 'depot_tools', 'url': 'https://chromium.googlesource. com/chromium/tools/depot_tools.git'}]",
25 "--root",
26 "depot_tools",
27 "--revision_mapping_file",
28 "{\"depot_tools\": \"got_revision\"}",
29 "--git-cache-dir",
30 "[GIT_CACHE]",
31 "--output_json",
32 "/path/to/tmp/json",
33 "--revision",
34 "depot_tools@deadbeaf",
35 "--force",
36 "--output_manifest"
37 ],
38 "cwd": "[SLAVE_BUILD]",
39 "env": {
40 "PATH": "%(PATH)s;RECIPE_PACKAGE[depot_tools]"
41 },
42 "name": "bot_update",
43 "~followup_annotations": [
44 "@@@STEP_TEXT@Some step text@@@",
45 "@@@STEP_LOG_LINE@json.output@{@@@",
46 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"depot_tools\": \"deadbeaf\"@@@",
49 "@@@STEP_LOG_LINE@json.output@ }, @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"depot_tools\": {@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/dep ot_tools.git\", @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"59bbfb4465019d8ed83bfe 88fef566922953452a\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }@@@",
55 "@@@STEP_LOG_LINE@json.output@ }, @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"depot_tools\", @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"59bbfb4465019d8ed83b fe88fef566922953452a\", @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#91780}\"@@@",
61 "@@@STEP_LOG_LINE@json.output@ }, @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"root\": \"depot_tools\", @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
64 "@@@STEP_LOG_LINE@json.output@}@@@",
65 "@@@STEP_LOG_END@json.output@@@",
66 "@@@SET_BUILD_PROPERTY@got_revision@\"59bbfb4465019d8ed83bfe88fef566922953 452a\"@@@",
67 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#91780}\"@@@"
68 ]
69 },
70 {
71 "cmd": [
72 "python",
73 "-u",
74 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], ignore_errors=True)\ n",
75 "[SLAVE_BUILD]\\test_repo"
76 ],
77 "cwd": "[SLAVE_BUILD]",
78 "name": "remove repo workaround for http://crbug.com/589201",
79 "~followup_annotations": [
80 "@@@STEP_LOG_LINE@python.inline@@@@",
81 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
82 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], ignore_errors=T rue)@@@",
83 "@@@STEP_LOG_END@python.inline@@@"
84 ]
85 },
86 {
87 "cmd": [
88 "python",
89 "-u",
90 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py",
91 "--path",
92 "[SLAVE_BUILD]\\test_repo",
93 "--url",
94 "https://chromium.googlesource.com/playground/gerrit-cq/normal",
95 "--git_cmd_path",
96 "[DEPOT_TOOLS]\\git.bat"
97 ],
98 "cwd": "[SLAVE_BUILD]",
99 "name": "git setup"
100 },
101 {
102 "cmd": [
103 "[DEPOT_TOOLS]\\git.bat",
104 "retry",
105 "fetch",
106 "origin",
107 "master"
108 ],
109 "cwd": "[SLAVE_BUILD]\\test_repo",
110 "name": "git fetch"
111 },
112 {
113 "cmd": [
114 "[DEPOT_TOOLS]\\git.bat",
115 "checkout",
116 "-f",
117 "FETCH_HEAD"
118 ],
119 "cwd": "[SLAVE_BUILD]\\test_repo",
120 "name": "git checkout"
121 },
122 {
123 "cmd": [
124 "[DEPOT_TOOLS]\\git.bat",
125 "rev-parse",
126 "HEAD"
127 ],
128 "cwd": "[SLAVE_BUILD]\\test_repo",
129 "name": "read revision",
130 "stdout": "/path/to/tmp/",
131 "~followup_annotations": [
132 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
133 ]
134 },
135 {
136 "cmd": [
137 "[DEPOT_TOOLS]\\git.bat",
138 "clean",
139 "-f",
140 "-d",
141 "-x"
142 ],
143 "cwd": "[SLAVE_BUILD]\\test_repo",
144 "name": "git clean"
145 },
146 {
147 "cmd": [
148 "[DEPOT_TOOLS]\\git.bat",
149 "submodule",
150 "sync"
151 ],
152 "cwd": "[SLAVE_BUILD]\\test_repo",
153 "name": "submodule sync"
154 },
155 {
156 "cmd": [
157 "[DEPOT_TOOLS]\\git.bat",
158 "submodule",
159 "update",
160 "--init",
161 "--recursive"
162 ],
163 "cwd": "[SLAVE_BUILD]\\test_repo",
164 "name": "submodule update"
165 },
166 {
167 "cmd": [
168 "python",
169 "-u",
170 "\nimport os, sys\n# TODO(tandrii): Windows :(\nnetrc = os.path.expanduser ('~/.netrc')\nif os.path.exists(netrc):\n with open(netrc, 'r') as f:\n for l in f:\n l = l.strip()\n if l.startswith('#') or 'chromium.googlesour ce.com' not in l:\n continue\n login = l.split()[3]\n assert lo gin.startswith('git-')\n # example: git-tandrii.chromium.org\n user, d omain = login[len('git-'):].split('.', 1)\n print '%s@%s' % (user, domain)\ n sys.exit(0)\nprint 'NOT FOUND'\n"
171 ],
172 "cwd": "[SLAVE_BUILD]",
173 "name": "check netrc for chromium.googlesource.com",
174 "stdout": "/path/to/tmp/out",
175 "~followup_annotations": [
176 "@@@STEP_LOG_LINE@python.inline@@@@",
177 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
178 "@@@STEP_LOG_LINE@python.inline@# TODO(tandrii): Windows :(@@@",
179 "@@@STEP_LOG_LINE@python.inline@netrc = os.path.expanduser('~/.netrc')@@@" ,
180 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(netrc):@@@",
181 "@@@STEP_LOG_LINE@python.inline@ with open(netrc, 'r') as f:@@@",
182 "@@@STEP_LOG_LINE@python.inline@ for l in f:@@@",
183 "@@@STEP_LOG_LINE@python.inline@ l = l.strip()@@@",
184 "@@@STEP_LOG_LINE@python.inline@ if l.startswith('#') or 'chromium.go oglesource.com' not in l:@@@",
185 "@@@STEP_LOG_LINE@python.inline@ continue@@@",
186 "@@@STEP_LOG_LINE@python.inline@ login = l.split()[3]@@@",
187 "@@@STEP_LOG_LINE@python.inline@ assert login.startswith('git-')@@@",
188 "@@@STEP_LOG_LINE@python.inline@ # example: git-tandrii.chromium.org@ @@",
189 "@@@STEP_LOG_LINE@python.inline@ user, domain = login[len('git-'):].s plit('.', 1)@@@",
190 "@@@STEP_LOG_LINE@python.inline@ print '%s@%s' % (user, domain)@@@",
191 "@@@STEP_LOG_LINE@python.inline@ sys.exit(0)@@@",
192 "@@@STEP_LOG_LINE@python.inline@print 'NOT FOUND'@@@",
193 "@@@STEP_LOG_END@python.inline@@@"
194 ]
195 },
196 {
197 "cmd": [
198 "[DEPOT_TOOLS]\\git.bat",
199 "config",
200 "--local",
201 "user.email",
202 "user@chromium.org"
203 ],
204 "cwd": "[SLAVE_BUILD]\\test_repo",
205 "env": {
206 "PATH": "[SLAVE_BUILD]\\depot_tools;%(PATH)s"
207 },
208 "name": "git config"
209 },
210 {
211 "cmd": [
212 "[DEPOT_TOOLS]\\git.bat",
213 "config",
214 "--local",
215 "user.name",
216 "user"
217 ],
218 "cwd": "[SLAVE_BUILD]\\test_repo",
219 "env": {
220 "PATH": "[SLAVE_BUILD]\\depot_tools;%(PATH)s"
221 },
222 "name": "git config (2)"
223 },
224 {
225 "cmd": [
226 "[DEPOT_TOOLS]\\git.bat",
227 "cl",
228 "--version",
229 "-v",
230 "-v"
231 ],
232 "cwd": "[SLAVE_BUILD]\\test_repo",
233 "env": {
234 "PATH": "[SLAVE_BUILD]\\depot_tools;%(PATH)s"
235 },
236 "name": "version"
237 },
238 {
239 "cmd": [
240 "[DEPOT_TOOLS]\\git.bat",
241 "branch",
242 "-D",
243 "feature",
244 "refs/heads/git_cl_uploads/feature"
245 ],
246 "cwd": "[SLAVE_BUILD]\\test_repo",
247 "env": {
248 "PATH": "[SLAVE_BUILD]\\depot_tools;%(PATH)s"
249 },
250 "name": "delete old feature branch"
251 },
252 {
253 "cmd": [
254 "python",
255 "-u",
256 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
257 "[SLAVE_BUILD]\\test_repo\\.git\\hooks\\commit-msg"
258 ],
259 "cwd": "[SLAVE_BUILD]",
260 "name": "remove hooks",
261 "~followup_annotations": [
262 "@@@STEP_LOG_LINE@python.inline@@@@",
263 "@@@STEP_LOG_LINE@python.inline@import os@@@",
264 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
265 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
266 "@@@STEP_LOG_END@python.inline@@@"
267 ]
268 },
269 {
270 "cmd": [
271 "[DEPOT_TOOLS]\\git.bat",
272 "new-branch",
273 "feature"
274 ],
275 "cwd": "[SLAVE_BUILD]\\test_repo",
276 "env": {
277 "PATH": "[SLAVE_BUILD]\\depot_tools;%(PATH)s"
278 },
279 "name": "git new-branch"
280 },
281 {
282 "cmd": [
283 "python",
284 "-u",
285 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
286 "chromium.infra-depot_tools Gerrit Git Cl-571",
287 "[SLAVE_BUILD]\\test_repo\\patchset.data"
288 ],
289 "cwd": "[SLAVE_BUILD]",
290 "name": "hack hack"
291 },
292 {
293 "cmd": [
294 "[DEPOT_TOOLS]\\git.bat",
295 "add",
296 "patchset.data"
297 ],
298 "cwd": "[SLAVE_BUILD]\\test_repo",
299 "env": {
300 "PATH": "[SLAVE_BUILD]\\depot_tools;%(PATH)s"
301 },
302 "name": "git add"
303 },
304 {
305 "cmd": [
306 "[DEPOT_TOOLS]\\git.bat",
307 "commit",
308 "-m",
309 "Normal message."
310 ],
311 "cwd": "[SLAVE_BUILD]\\test_repo",
312 "env": {
313 "PATH": "[SLAVE_BUILD]\\depot_tools;%(PATH)s"
314 },
315 "name": "git commit"
316 },
317 {
318 "cmd": [
319 "[DEPOT_TOOLS]\\git.bat",
320 "cl",
321 "upload",
322 "--squash",
323 "-f",
324 "-v",
325 "-v"
326 ],
327 "cwd": "[SLAVE_BUILD]\\test_repo",
328 "env": {
329 "PATH": "[SLAVE_BUILD]\\depot_tools;%(PATH)s"
330 },
331 "name": "git cl upload"
332 },
333 {
334 "cmd": [
335 "python",
336 "-u",
337 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir( sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys .argv[1]), f)\n",
338 "[SLAVE_BUILD]\\test_repo\\.git\\hooks",
339 "/path/to/tmp/json"
340 ],
341 "cwd": "[SLAVE_BUILD]",
342 "name": "listdir check hooks",
343 "~followup_annotations": [
344 "@@@STEP_LOG_LINE@json.output@[@@@",
345 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@",
346 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@",
347 "@@@STEP_LOG_LINE@json.output@]@@@",
348 "@@@STEP_LOG_END@json.output@@@",
349 "@@@STEP_LOG_LINE@python.inline@@@@",
350 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@",
351 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@",
352 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@",
353 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@",
354 "@@@STEP_LOG_END@python.inline@@@"
355 ]
356 },
357 {
358 "cmd": [],
359 "cwd": "[SLAVE_BUILD]",
360 "name": "First stage is over. SUCCESS!"
361 },
362 {
363 "name": "$result",
364 "recipe_result": null,
365 "status_code": 0
366 }
367 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/git_cl.py ('k') | scripts/slave/recipes/infra/git_cl.expected/sane.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698