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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Debug.json

Issue 2294353002: Add and use a clang_linux asset. (Closed)
Patch Set: copy libstdc++.so.6 Created 4 years, 3 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 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Build-Ubuntu-GCC-x86_64-Debug\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swa rm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-000 \"}" 7 "{\"buildername\": \"Build-Ubuntu-GCC-x86_64-Debug\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swa rm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm-000 \"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 254 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
255 "----", 255 "----",
256 "help" 256 "help"
257 ], 257 ],
258 "name": "gsutil help" 258 "name": "gsutil help"
259 }, 259 },
260 { 260 {
261 "cmd": [ 261 "cmd": [
262 "python", 262 "python",
263 "-u", 263 "-u",
264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
265 "[SLAVE_BUILD]/skia/infra/bots/assets/clang_linux/VERSION",
266 "/path/to/tmp/"
267 ],
268 "name": "read clang_linux VERSION"
269 },
270 {
271 "cmd": [
272 "python",
273 "-u",
264 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 274 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
265 "[SLAVE_BUILD]/swarming_temp_dir", 275 "[SLAVE_BUILD]/swarming_temp_dir",
266 "511" 276 "511"
267 ], 277 ],
268 "name": "makedirs swarming tmp dir", 278 "name": "makedirs swarming tmp dir",
269 "~followup_annotations": [ 279 "~followup_annotations": [
270 "@@@STEP_LOG_LINE@python.inline@@@@", 280 "@@@STEP_LOG_LINE@python.inline@@@@",
271 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 281 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
272 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 282 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
273 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 283 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 "name:compile_skia", 369 "name:compile_skia",
360 "--tag", 370 "--tag",
361 "os:Ubuntu", 371 "os:Ubuntu",
362 "--tag", 372 "--tag",
363 "revision:abc123", 373 "revision:abc123",
364 "--tag", 374 "--tag",
365 "slavename:skiabot-linux-swarm-000", 375 "slavename:skiabot-linux-swarm-000",
366 "--tag", 376 "--tag",
367 "stepname:compile_skia on Ubuntu", 377 "stepname:compile_skia on Ubuntu",
368 "--idempotent", 378 "--idempotent",
379 "--cipd-package",
380 "clang_linux:skia/bots/clang_linux:version:0",
369 "[dummy hash for compile_skia]", 381 "[dummy hash for compile_skia]",
370 "--", 382 "--",
371 "--workdir", 383 "--workdir",
372 "../../..", 384 "../../..",
373 "swarm_compile", 385 "swarm_compile",
374 "buildername=Build-Ubuntu-GCC-x86_64-Debug", 386 "buildername=Build-Ubuntu-GCC-x86_64-Debug",
375 "mastername=client.skia.compile", 387 "mastername=client.skia.compile",
376 "buildnumber=1", 388 "buildnumber=1",
377 "slavename=skiabot-dummy-compile-slave", 389 "slavename=skiabot-dummy-compile-slave",
378 "reason=Triggered by Skia swarm_trigger Recipe", 390 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 467 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
456 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 468 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
457 ] 469 ]
458 }, 470 },
459 { 471 {
460 "name": "$result", 472 "name": "$result",
461 "recipe_result": null, 473 "recipe_result": null,
462 "status_code": 0 474 "status_code": 0
463 } 475 }
464 ] 476 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698