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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json

Issue 2294353002: Add and use a clang_linux asset. (Closed)
Patch Set: SAN|Clang 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
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \"b uildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabo t-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN\", \"b uildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabo t-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-MSAN", 386 "buildername=Build-Ubuntu-GCC-x86_64-Debug-MSAN",
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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 765 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
754 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 766 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
755 ] 767 ]
756 }, 768 },
757 { 769 {
758 "name": "$result", 770 "name": "$result",
759 "recipe_result": null, 771 "recipe_result": null,
760 "status_code": 0 772 "status_code": 0
761 } 773 }
762 ] 774 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698