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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.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-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot \", \"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patch set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revisio n\": \"abc123\", \"rietveld\": \"https://codereview.chromium.org\", \"slavename\ ": \"skiabot-linux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot \", \"buildnumber\": 5, \"issue\": 500, \"mastername\": \"client.skia\", \"patch set\": 1, \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"revisio n\": \"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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
265 "/path/to/tmp/json",
266 "Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot"
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\": \"Clang\", @@@",
278 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Coverage\", @@@",
279 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu\": \"CPU\", @@@",
280 "@@@STEP_LOG_LINE@json.output@ \"cpu_or_gpu_value\": \"AVX2\", @@@",
281 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": true, @@@",
282 "@@@STEP_LOG_LINE@json.output@ \"model\": \"GCE\", @@@",
283 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@",
284 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Test\"@@@",
285 "@@@STEP_LOG_LINE@json.output@ }, @@@",
286 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Coverage\", @@@",
287 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@",
288 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
289 "@@@STEP_LOG_LINE@json.output@ ], @@@",
290 "@@@STEP_LOG_LINE@json.output@ \"do_compile_steps\": false, @@@",
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@ \"CC\": \"/usr/bin/clang-3.6\", @@@",
295 "@@@STEP_LOG_LINE@json.output@ \"CXX\": \"/usr/bin/clang++-3.6\", @@@",
296 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64 skia_clang_build=1 skia_gpu=0 skia_warnings_as_errors=0\"@@@",
297 "@@@STEP_LOG_LINE@json.output@ }, @@@",
298 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@",
299 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
300 "@@@STEP_LOG_LINE@json.output@ ], @@@",
301 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@",
302 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
303 "@@@STEP_LOG_LINE@json.output@}@@@",
304 "@@@STEP_LOG_END@json.output@@@"
305 ]
306 },
307 {
308 "cmd": [
309 "python",
310 "-u",
311 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 264 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
312 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 265 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
313 "/path/to/tmp/" 266 "/path/to/tmp/"
314 ], 267 ],
315 "name": "read skp VERSION" 268 "name": "read skp VERSION"
316 }, 269 },
317 { 270 {
318 "cmd": [ 271 "cmd": [
319 "python", 272 "python",
320 "-u", 273 "-u",
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 "~followup_annotations": [ 635 "~followup_annotations": [
683 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera ge-Trybot/5/500/coverage_by_line_abc123_1408633190.json@@@" 636 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera ge-Trybot/5/500/coverage_by_line_abc123_1408633190.json@@@"
684 ] 637 ]
685 }, 638 },
686 { 639 {
687 "name": "$result", 640 "name": "$result",
688 "recipe_result": null, 641 "recipe_result": null,
689 "status_code": 0 642 "status_code": 0
690 } 643 }
691 ] 644 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698