| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 65 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ }@@@", | 66 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ }@@@", | 67 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@}@@@", | 68 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 69 "@@@STEP_LOG_END@json.output@@@", | 69 "@@@STEP_LOG_END@json.output@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 70 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 71 ] | 71 ] |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "cmd": [ | 74 "cmd": [ |
| 75 "python", | |
| 76 "-u", | |
| 77 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py", | |
| 78 "/path/to/tmp/json", | |
| 79 "Build-Ubuntu-Clang-x86_64-Debug-GN" | |
| 80 ], | |
| 81 "cwd": "[CUSTOM_/_B_WORK]/skia", | |
| 82 "name": "exec buildbot_spec.py", | |
| 83 "~followup_annotations": [ | |
| 84 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 85 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | |
| 86 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | |
| 87 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 88 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | |
| 89 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", | |
| 90 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 91 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"GN\", @@@", | |
| 92 "@@@STEP_LOG_LINE@json.output@ \"is_trybot\": false, @@@", | |
| 93 "@@@STEP_LOG_LINE@json.output@ \"os\": \"Ubuntu\", @@@", | |
| 94 "@@@STEP_LOG_LINE@json.output@ \"role\": \"Build\", @@@", | |
| 95 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"x86_64\"@@@", | |
| 96 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 97 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", | |
| 98 "@@@STEP_LOG_LINE@json.output@ \"dm_flags\": [@@@", | |
| 99 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 100 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 101 "@@@STEP_LOG_LINE@json.output@ \"do_perf_steps\": false, @@@", | |
| 102 "@@@STEP_LOG_LINE@json.output@ \"do_test_steps\": false, @@@", | |
| 103 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | |
| 104 "@@@STEP_LOG_LINE@json.output@ \"CC\": \"/usr/bin/clang\", @@@", | |
| 105 "@@@STEP_LOG_LINE@json.output@ \"CXX\": \"/usr/bin/clang++\", @@@", | |
| 106 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"skia_arch_type=x86_64
skia_clang_build=1 skia_warnings_as_errors=1\"@@@", | |
| 107 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 108 "@@@STEP_LOG_LINE@json.output@ \"nanobench_flags\": [@@@", | |
| 109 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | |
| 110 "@@@STEP_LOG_LINE@json.output@ ], @@@", | |
| 111 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": true, @@@", | |
| 112 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | |
| 113 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 114 "@@@STEP_LOG_END@json.output@@@" | |
| 115 ] | |
| 116 }, | |
| 117 { | |
| 118 "cmd": [ | |
| 119 "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn" | 75 "[CUSTOM_/_B_WORK]/skia/bin/fetch-gn" |
| 120 ], | 76 ], |
| 121 "cwd": "[CUSTOM_/_B_WORK]/skia", | 77 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 122 "env": { | 78 "env": { |
| 123 "BUILDTYPE": "Debug", | 79 "BUILDTYPE": "Debug", |
| 124 "CC": "/usr/bin/clang", | 80 "CC": "/usr/bin/clang", |
| 125 "CHROME_HEADLESS": "1", | 81 "CHROME_HEADLESS": "1", |
| 126 "CXX": "/usr/bin/clang++", | 82 "CXX": "/usr/bin/clang++", |
| 127 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_
errors=1", | 83 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_warnings_as_
errors=1", |
| 128 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 84 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 194 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
| 239 "@@@STEP_LOG_END@python.inline@@@" | 195 "@@@STEP_LOG_END@python.inline@@@" |
| 240 ] | 196 ] |
| 241 }, | 197 }, |
| 242 { | 198 { |
| 243 "name": "$result", | 199 "name": "$result", |
| 244 "recipe_result": null, | 200 "recipe_result": null, |
| 245 "status_code": 0 | 201 "status_code": 0 |
| 246 } | 202 } |
| 247 ] | 203 ] |
| OLD | NEW |