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

Side by Side Diff: scripts/slave/recipes/deterministic_build.expected/full_chromium_swarm_linux_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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "name": "First build", 139 "name": "First build",
140 "~followup_annotations": [ 140 "~followup_annotations": [
141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
142 "@@@STEP_LOG_END@json.output (invalid)@@@" 142 "@@@STEP_LOG_END@json.output (invalid)@@@"
143 ] 143 ]
144 }, 144 },
145 { 145 {
146 "cmd": [ 146 "cmd": [
147 "python", 147 "python",
148 "-u", 148 "-u",
149 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 149 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
150 "--build-dir", 150 "--build-dir",
151 "[SLAVE_BUILD]/src/out/Release", 151 "[SLAVE_BUILD]/src/out/Release",
152 "--src-dir", 152 "--src-dir",
153 "[SLAVE_BUILD]/src" 153 "[SLAVE_BUILD]/src"
154 ], 154 ],
155 "cwd": "[SLAVE_BUILD]", 155 "cwd": "[SLAVE_BUILD]",
156 "name": "remove_build_metadata", 156 "name": "remove_build_metadata",
157 "~followup_annotations": [ 157 "~followup_annotations": [
158 "step returned non-zero exit code: 1", 158 "step returned non-zero exit code: 1",
159 "@@@STEP_WARNINGS@@@" 159 "@@@STEP_WARNINGS@@@"
160 ] 160 ]
161 }, 161 },
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "python", 164 "python",
165 "-u", 165 "-u",
166 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 166 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
167 "/path/to/tmp/", 167 "/path/to/tmp/",
168 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 168 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
169 ], 169 ],
170 "cwd": "[SLAVE_BUILD]", 170 "cwd": "[SLAVE_BUILD]",
171 "name": "find isolated targets" 171 "name": "find isolated targets"
172 }, 172 },
173 { 173 {
174 "cmd": [ 174 "cmd": [
175 "python", 175 "python",
176 "-u", 176 "-u",
177 "RECIPE_MODULE[isolate]/resources/isolate.py", 177 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
178 "[SLAVE_BUILD]/src/tools/swarming_client", 178 "[SLAVE_BUILD]/src/tools/swarming_client",
179 "batcharchive", 179 "batcharchive",
180 "--dump-json", 180 "--dump-json",
181 "/path/to/tmp/json", 181 "/path/to/tmp/json",
182 "--isolate-server", 182 "--isolate-server",
183 "https://isolateserver.appspot.com", 183 "https://isolateserver.appspot.com",
184 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", 184 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json",
185 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" 185 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json"
186 ], 186 ],
187 "cwd": "[SLAVE_BUILD]", 187 "cwd": "[SLAVE_BUILD]",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "name": "Second build", 254 "name": "Second build",
255 "~followup_annotations": [ 255 "~followup_annotations": [
256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 256 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
257 "@@@STEP_LOG_END@json.output (invalid)@@@" 257 "@@@STEP_LOG_END@json.output (invalid)@@@"
258 ] 258 ]
259 }, 259 },
260 { 260 {
261 "cmd": [ 261 "cmd": [
262 "python", 262 "python",
263 "-u", 263 "-u",
264 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 264 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
265 "--build-dir", 265 "--build-dir",
266 "[SLAVE_BUILD]/src/out/Release", 266 "[SLAVE_BUILD]/src/out/Release",
267 "--src-dir", 267 "--src-dir",
268 "[SLAVE_BUILD]/src" 268 "[SLAVE_BUILD]/src"
269 ], 269 ],
270 "cwd": "[SLAVE_BUILD]", 270 "cwd": "[SLAVE_BUILD]",
271 "name": "remove_build_metadata (2)" 271 "name": "remove_build_metadata (2)"
272 }, 272 },
273 { 273 {
274 "cmd": [ 274 "cmd": [
275 "python", 275 "python",
276 "-u", 276 "-u",
277 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 277 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
278 "/path/to/tmp/", 278 "/path/to/tmp/",
279 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 279 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
280 ], 280 ],
281 "cwd": "[SLAVE_BUILD]", 281 "cwd": "[SLAVE_BUILD]",
282 "name": "find isolated targets (2)" 282 "name": "find isolated targets (2)"
283 }, 283 },
284 { 284 {
285 "cmd": [ 285 "cmd": [
286 "python", 286 "python",
287 "-u", 287 "-u",
288 "RECIPE_MODULE[isolate]/resources/isolate.py", 288 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
289 "[SLAVE_BUILD]/src/tools/swarming_client", 289 "[SLAVE_BUILD]/src/tools/swarming_client",
290 "batcharchive", 290 "batcharchive",
291 "--dump-json", 291 "--dump-json",
292 "/path/to/tmp/json", 292 "/path/to/tmp/json",
293 "--isolate-server", 293 "--isolate-server",
294 "https://isolateserver.appspot.com", 294 "https://isolateserver.appspot.com",
295 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json", 295 "[SLAVE_BUILD]/src/out/Release/dummy_target_1.isolated.gen.json",
296 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json" 296 "[SLAVE_BUILD]/src/out/Release/dummy_target_2.isolated.gen.json"
297 ], 297 ],
298 "cwd": "[SLAVE_BUILD]", 298 "cwd": "[SLAVE_BUILD]",
(...skipping 25 matching lines...) Expand all
324 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[2]):@@@", 324 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[2]):@@@",
325 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(sys.argv[2])@@@", 325 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(sys.argv[2])@@@",
326 "@@@STEP_LOG_LINE@python.inline@shutil.move(sys.argv[1], sys.argv[2])@@@", 326 "@@@STEP_LOG_LINE@python.inline@shutil.move(sys.argv[1], sys.argv[2])@@@",
327 "@@@STEP_LOG_END@python.inline@@@" 327 "@@@STEP_LOG_END@python.inline@@@"
328 ] 328 ]
329 }, 329 },
330 { 330 {
331 "cmd": [ 331 "cmd": [
332 "python", 332 "python",
333 "-u", 333 "-u",
334 "RECIPE_MODULE[isolate]/resources/compare_build_artifacts.py", 334 "RECIPE_MODULE[build.isolate]/resources/compare_build_artifacts.py",
335 "--first-build-dir", 335 "--first-build-dir",
336 "[SLAVE_BUILD]/src/out/Release.1", 336 "[SLAVE_BUILD]/src/out/Release.1",
337 "--second-build-dir", 337 "--second-build-dir",
338 "[SLAVE_BUILD]/src/out/Release.2", 338 "[SLAVE_BUILD]/src/out/Release.2",
339 "--target-platform", 339 "--target-platform",
340 "linux" 340 "linux"
341 ], 341 ],
342 "cwd": "[SLAVE_BUILD]", 342 "cwd": "[SLAVE_BUILD]",
343 "name": "compare_build_artifacts" 343 "name": "compare_build_artifacts"
344 }, 344 },
345 { 345 {
346 "name": "$result", 346 "name": "$result",
347 "recipe_result": null, 347 "recipe_result": null,
348 "status_code": 0 348 "status_code": 0
349 } 349 }
350 ] 350 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698