| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\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", | 6 "\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", |
| 7 "[CUSTOM_/_B_WORK]", | 7 "[CUSTOM_/_B_WORK]", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout_path", | 10 "name": "makedirs checkout_path", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "runhooks" | 83 "runhooks" |
| 84 ], | 84 ], |
| 85 "cwd": "[CUSTOM_/_B_WORK]", | 85 "cwd": "[CUSTOM_/_B_WORK]", |
| 86 "env": { | 86 "env": { |
| 87 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 87 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 88 }, | 88 }, |
| 89 "name": "gclient runhooks" | 89 "name": "gclient runhooks" |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "cmd": [ | 92 "cmd": [ |
| 93 "python", | |
| 94 "-u", | |
| 95 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py", | |
| 96 "/path/to/tmp/json", | |
| 97 "Build-Ubuntu-GCC-x86_64-Debug-MSAN" | |
| 98 ], | |
| 99 "cwd": "[CUSTOM_/_B_WORK]/skia", | |
| 100 "name": "exec buildbot_spec.py", | |
| 101 "~followup_annotations": [ | |
| 102 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 103 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | |
| 104 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", | |
| 105 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", | |
| 106 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 107 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | |
| 108 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | |
| 109 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 110 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"MSAN\", @@@", | |
| 111 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", | |
| 112 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@", | |
| 113 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@", | |
| 114 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"x86_64\"@@@", | |
| 115 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 116 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 117 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", | |
| 118 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 119 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 120 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@", | |
| 121 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@", | |
| 122 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | |
| 123 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64
skia_warnings_as_errors=1\"@@@", | |
| 124 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 125 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@", | |
| 126 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 127 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 128 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@", | |
| 129 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | |
| 130 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 131 "@@@STEP_LOG_END@json.output@@@" | |
| 132 ] | |
| 133 }, | |
| 134 { | |
| 135 "cmd": [ | |
| 136 "[CUSTOM_/_B_WORK]/skia/tools/xsan_build", | 93 "[CUSTOM_/_B_WORK]/skia/tools/xsan_build", |
| 137 "memory", | 94 "memory", |
| 138 "dm" | 95 "dm" |
| 139 ], | 96 ], |
| 140 "cwd": "[CUSTOM_/_B_WORK]/skia", | 97 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 141 "env": { | 98 "env": { |
| 142 "BUILDTYPE": "Debug", | 99 "BUILDTYPE": "Debug", |
| 143 "CHROME_HEADLESS": "1", | 100 "CHROME_HEADLESS": "1", |
| 144 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", | 101 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", |
| 145 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 102 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 "1" | 178 "1" |
| 222 ], | 179 ], |
| 223 "name": "copy llvm-build" | 180 "name": "copy llvm-build" |
| 224 }, | 181 }, |
| 225 { | 182 { |
| 226 "name": "$result", | 183 "name": "$result", |
| 227 "recipe_result": null, | 184 "recipe_result": null, |
| 228 "status_code": 0 | 185 "status_code": 0 |
| 229 } | 186 } |
| 230 ] | 187 ] |
| OLD | NEW |