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

Side by Side Diff: scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_mac_deterministic.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 "[BUILD]/scripts/slave/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup_temp" 9 "name": "cleanup_temp"
10 }, 10 },
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "name": "First build", 159 "name": "First build",
160 "~followup_annotations": [ 160 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
162 "@@@STEP_LOG_END@json.output (invalid)@@@" 162 "@@@STEP_LOG_END@json.output (invalid)@@@"
163 ] 163 ]
164 }, 164 },
165 { 165 {
166 "cmd": [ 166 "cmd": [
167 "python", 167 "python",
168 "-u", 168 "-u",
169 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 169 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
170 "--build-dir", 170 "--build-dir",
171 "[SLAVE_BUILD]/src/out/Release", 171 "[SLAVE_BUILD]/src/out/Release",
172 "--src-dir", 172 "--src-dir",
173 "[SLAVE_BUILD]/src" 173 "[SLAVE_BUILD]/src"
174 ], 174 ],
175 "cwd": "[SLAVE_BUILD]", 175 "cwd": "[SLAVE_BUILD]",
176 "name": "remove_build_metadata", 176 "name": "remove_build_metadata",
177 "~followup_annotations": [ 177 "~followup_annotations": [
178 "step returned non-zero exit code: 1", 178 "step returned non-zero exit code: 1",
179 "@@@STEP_WARNINGS@@@" 179 "@@@STEP_WARNINGS@@@"
180 ] 180 ]
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 186 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
187 "/path/to/tmp/", 187 "/path/to/tmp/",
188 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 188 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
189 ], 189 ],
190 "cwd": "[SLAVE_BUILD]", 190 "cwd": "[SLAVE_BUILD]",
191 "name": "find isolated targets" 191 "name": "find isolated targets"
192 }, 192 },
193 { 193 {
194 "cmd": [ 194 "cmd": [
195 "python", 195 "python",
196 "-u", 196 "-u",
197 "RECIPE_MODULE[isolate]/resources/isolate.py", 197 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
198 "[SLAVE_BUILD]/src/tools/swarming_client", 198 "[SLAVE_BUILD]/src/tools/swarming_client",
199 "batcharchive", 199 "batcharchive",
200 "--dump-json", 200 "--dump-json",
201 "/path/to/tmp/json", 201 "/path/to/tmp/json",
202 "--isolate-server", 202 "--isolate-server",
203 "https://isolateserver.appspot.com", 203 "https://isolateserver.appspot.com",
204 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", 204 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json",
205 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" 205 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json"
206 ], 206 ],
207 "cwd": "[SLAVE_BUILD]", 207 "cwd": "[SLAVE_BUILD]",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "name": "Second build", 294 "name": "Second build",
295 "~followup_annotations": [ 295 "~followup_annotations": [
296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
297 "@@@STEP_LOG_END@json.output (invalid)@@@" 297 "@@@STEP_LOG_END@json.output (invalid)@@@"
298 ] 298 ]
299 }, 299 },
300 { 300 {
301 "cmd": [ 301 "cmd": [
302 "python", 302 "python",
303 "-u", 303 "-u",
304 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 304 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
305 "--build-dir", 305 "--build-dir",
306 "[SLAVE_BUILD]/src/out/Release", 306 "[SLAVE_BUILD]/src/out/Release",
307 "--src-dir", 307 "--src-dir",
308 "[SLAVE_BUILD]/src" 308 "[SLAVE_BUILD]/src"
309 ], 309 ],
310 "cwd": "[SLAVE_BUILD]", 310 "cwd": "[SLAVE_BUILD]",
311 "name": "remove_build_metadata (2)" 311 "name": "remove_build_metadata (2)"
312 }, 312 },
313 { 313 {
314 "cmd": [ 314 "cmd": [
315 "python", 315 "python",
316 "-u", 316 "-u",
317 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 317 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
318 "/path/to/tmp/", 318 "/path/to/tmp/",
319 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 319 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
320 ], 320 ],
321 "cwd": "[SLAVE_BUILD]", 321 "cwd": "[SLAVE_BUILD]",
322 "name": "find isolated targets (2)" 322 "name": "find isolated targets (2)"
323 }, 323 },
324 { 324 {
325 "cmd": [ 325 "cmd": [
326 "python", 326 "python",
327 "-u", 327 "-u",
328 "RECIPE_MODULE[isolate]/resources/isolate.py", 328 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
329 "[SLAVE_BUILD]/src/tools/swarming_client", 329 "[SLAVE_BUILD]/src/tools/swarming_client",
330 "batcharchive", 330 "batcharchive",
331 "--dump-json", 331 "--dump-json",
332 "/path/to/tmp/json", 332 "/path/to/tmp/json",
333 "--isolate-server", 333 "--isolate-server",
334 "https://isolateserver.appspot.com", 334 "https://isolateserver.appspot.com",
335 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", 335 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json",
336 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" 336 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json"
337 ], 337 ],
338 "cwd": "[SLAVE_BUILD]", 338 "cwd": "[SLAVE_BUILD]",
(...skipping 25 matching lines...) Expand all
364 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[2]):@@@", 364 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[2]):@@@",
365 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(sys.argv[2])@@@", 365 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(sys.argv[2])@@@",
366 "@@@STEP_LOG_LINE@python.inline@shutil.move(sys.argv[1], sys.argv[2])@@@", 366 "@@@STEP_LOG_LINE@python.inline@shutil.move(sys.argv[1], sys.argv[2])@@@",
367 "@@@STEP_LOG_END@python.inline@@@" 367 "@@@STEP_LOG_END@python.inline@@@"
368 ] 368 ]
369 }, 369 },
370 { 370 {
371 "cmd": [ 371 "cmd": [
372 "python", 372 "python",
373 "-u", 373 "-u",
374 "RECIPE_MODULE[isolate]/resources/compare_build_artifacts.py", 374 "RECIPE_MODULE[build.isolate]/resources/compare_build_artifacts.py",
375 "--first-build-dir", 375 "--first-build-dir",
376 "[SLAVE_BUILD]/src/out/Release.1", 376 "[SLAVE_BUILD]/src/out/Release.1",
377 "--second-build-dir", 377 "--second-build-dir",
378 "[SLAVE_BUILD]/src/out/Release.2", 378 "[SLAVE_BUILD]/src/out/Release.2",
379 "--target-platform", 379 "--target-platform",
380 "mac" 380 "mac"
381 ], 381 ],
382 "cwd": "[SLAVE_BUILD]", 382 "cwd": "[SLAVE_BUILD]",
383 "name": "compare_build_artifacts" 383 "name": "compare_build_artifacts"
384 }, 384 },
385 { 385 {
386 "name": "$result", 386 "name": "$result",
387 "recipe_result": null, 387 "recipe_result": null,
388 "status_code": 0 388 "status_code": 0
389 } 389 }
390 ] 390 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698