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

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

Powered by Google App Engine
This is Rietveld 408576698