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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2215803002: Move builder_spec, [dm|nanobench]_flags, builder_name_schema to recipes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add missing blacklist Created 4 years, 4 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\": \"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release- Valgrind\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\" : \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven ame\": \"skiabot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release- Valgrind\", \"buildnumber\": 5, \"mastername\": \"client.skia\", \"path_config\" : \"kitchen\", \"recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slaven ame\": \"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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
265 "/path/to/tmp/json",
266 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind"
267 ],
268 "cwd": "[SLAVE_BUILD]/skia",
269 "name": "exec buildbot_spec.py",
270 "~followup_annotations": [
271 "@@@STEP_LOG_LINE@json.output@{@@@",
272 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
273 "@@@STEP_LOG_LINE@json.output@ \"dm\"@@@",
274 "@@@STEP_LOG_LINE@json.output@ ], @@@",
275 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
276 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@",
277 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@",
278 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
279 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu\": \"GPU\", @@@",
280 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu_value\": \"GTX550Ti\", @@@" ,
281 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Valgrind\", @@@",
282 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
283 "@@@STEP_LOG_LINE@json.output@ \"model\": \"ShuttleA\", @@@",
284 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@",
285 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Test\"@@@",
286 "@@@STEP_LOG_LINE@json.output@ }, @@@",
287 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
288 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
289 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
290 "@@@STEP_LOG_LINE@json.output@ ], @@@",
291 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@",
292 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": true, @@@",
293 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
294 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warnings_as_errors=0\"@@@",
295 "@@@STEP_LOG_LINE@json.output@ }, @@@",
296 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
297 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
298 "@@@STEP_LOG_LINE@json.output@ ], @@@",
299 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@",
300 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
301 "@@@STEP_LOG_LINE@json.output@}@@@",
302 "@@@STEP_LOG_END@json.output@@@"
303 ]
304 },
305 {
306 "cmd": [
307 "python",
308 "-u",
309 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
310 "/path/to/tmp/json",
311 "Build-Ubuntu-GCC-x86_64-Release-Valgrind"
312 ],
313 "cwd": "[SLAVE_BUILD]/skia",
314 "name": "exec buildbot_spec.py (2)",
315 "~followup_annotations": [
316 "@@@STEP_LOG_LINE@json.output@{@@@",
317 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
318 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
319 "@@@STEP_LOG_LINE@json.output@ ], @@@",
320 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
321 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@",
322 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
323 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Valgrind\", @@@",
324 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@",
325 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@",
326 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@",
327 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"x86_64\"@@@",
328 "@@@STEP_LOG_LINE@json.output@ }, @@@",
329 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
330 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
331 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
332 "@@@STEP_LOG_LINE@json.output@ ], @@@",
333 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@",
334 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@",
335 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
336 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64 skia_release_optimization_level=1 skia_warnings_as_errors=1\"@@@",
337 "@@@STEP_LOG_LINE@json.output@ }, @@@",
338 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
339 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
340 "@@@STEP_LOG_LINE@json.output@ ], @@@",
341 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@",
342 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
343 "@@@STEP_LOG_LINE@json.output@}@@@",
344 "@@@STEP_LOG_END@json.output@@@"
345 ]
346 },
347 {
348 "cmd": [
349 "python",
350 "-u",
351 "\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", 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",
352 "[SLAVE_BUILD]/swarming_temp_dir", 265 "[SLAVE_BUILD]/swarming_temp_dir",
353 "511" 266 "511"
354 ], 267 ],
355 "name": "makedirs swarming tmp dir", 268 "name": "makedirs swarming tmp dir",
356 "~followup_annotations": [ 269 "~followup_annotations": [
357 "@@@STEP_LOG_LINE@python.inline@@@@", 270 "@@@STEP_LOG_LINE@python.inline@@@@",
358 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 271 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
359 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 272 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
360 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 273 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 738 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
826 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 739 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
827 ] 740 ]
828 }, 741 },
829 { 742 {
830 "name": "$result", 743 "name": "$result",
831 "recipe_result": null, 744 "recipe_result": null,
832 "status_code": 0 745 "status_code": 0
833 } 746 }
834 ] 747 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698