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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.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\": \"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot\", \"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patchset \": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\" : \"abc123\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"skiabot-linux-swarm-000\"}" 7 "{\"buildername\": \"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot\", \"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patchset \": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\" : \"abc123\", \"rietveld\": \"https://codereview.chromium.org\", \"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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "os:Ubuntu", 371 "os:Ubuntu",
362 "--tag", 372 "--tag",
363 "revision:abc123", 373 "revision:abc123",
364 "--tag", 374 "--tag",
365 "rietveld:https://codereview.chromium.org/500/#ps1", 375 "rietveld:https://codereview.chromium.org/500/#ps1",
366 "--tag", 376 "--tag",
367 "slavename:skiabot-linux-swarm-000", 377 "slavename:skiabot-linux-swarm-000",
368 "--tag", 378 "--tag",
369 "stepname:compile_skia on Ubuntu", 379 "stepname:compile_skia on Ubuntu",
370 "--idempotent", 380 "--idempotent",
381 "--cipd-package",
382 "clang_linux:skia/bots/clang_linux:version:0",
371 "[dummy hash for compile_skia]", 383 "[dummy hash for compile_skia]",
372 "--", 384 "--",
373 "--workdir", 385 "--workdir",
374 "../../..", 386 "../../..",
375 "swarm_compile", 387 "swarm_compile",
376 "rietveld=https://codereview.chromium.org", 388 "rietveld=https://codereview.chromium.org",
377 "buildername=Build-Ubuntu-GCC-x86_64-Release-Trybot", 389 "buildername=Build-Ubuntu-GCC-x86_64-Release-Trybot",
378 "mastername=client.skia.compile", 390 "mastername=client.skia.compile",
379 "buildnumber=1", 391 "buildnumber=1",
380 "slavename=skiabot-dummy-compile-slave", 392 "slavename=skiabot-dummy-compile-slave",
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 ], 856 ],
845 "cwd": "[SLAVE_BUILD]/skia", 857 "cwd": "[SLAVE_BUILD]/skia",
846 "name": "Upload perf results" 858 "name": "Upload perf results"
847 }, 859 },
848 { 860 {
849 "name": "$result", 861 "name": "$result",
850 "recipe_result": null, 862 "recipe_result": null,
851 "status_code": 0 863 "status_code": 0
852 } 864 }
853 ] 865 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698