| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[CWD]/skia/tools/buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" | 8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[CWD]/skia", |
| 11 "name": "exec buildbot_spec.py", | 11 "name": "exec buildbot_spec.py", |
| 12 "~followup_annotations": [ | 12 "~followup_annotations": [ |
| 13 "@@@STEP_LOG_LINE@json.output@{@@@", | 13 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 17 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
| 20 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 43 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@}@@@", | 44 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 45 "@@@STEP_LOG_END@json.output@@@" | 45 "@@@STEP_LOG_END@json.output@@@" |
| 46 ] | 46 ] |
| 47 }, | 47 }, |
| 48 { | 48 { |
| 49 "cmd": [ | 49 "cmd": [ |
| 50 "python", | 50 "python", |
| 51 "-u", | 51 "-u", |
| 52 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 52 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 53 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 53 "[CWD]/tmp/SKP_VERSION", |
| 54 "/path/to/tmp/" | 54 "/path/to/tmp/" |
| 55 ], | 55 ], |
| 56 "cwd": "[SLAVE_BUILD]", | |
| 57 "name": "Get downloaded SKP_VERSION" | 56 "name": "Get downloaded SKP_VERSION" |
| 58 }, | 57 }, |
| 59 { | 58 { |
| 60 "cmd": [ | 59 "cmd": [ |
| 61 "python", | 60 "python", |
| 62 "-u", | 61 "-u", |
| 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 64 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 63 "[CWD]/tmp/SK_IMAGE_VERSION", |
| 65 "/path/to/tmp/" | 64 "/path/to/tmp/" |
| 66 ], | 65 ], |
| 67 "cwd": "[SLAVE_BUILD]", | |
| 68 "name": "Get downloaded SK_IMAGE_VERSION" | 66 "name": "Get downloaded SK_IMAGE_VERSION" |
| 69 }, | 67 }, |
| 70 { | 68 { |
| 71 "cmd": [ | 69 "cmd": [ |
| 72 "valgrind", | 70 "valgrind", |
| 73 "--gen-suppressions=all", | 71 "--gen-suppressions=all", |
| 74 "--leak-check=full", | 72 "--leak-check=full", |
| 75 "--track-origins=yes", | 73 "--track-origins=yes", |
| 76 "--error-exitcode=1", | 74 "--error-exitcode=1", |
| 77 "--num-callers=40", | 75 "--num-callers=40", |
| 78 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 76 "--suppressions=[CWD]/skia/tools/valgrind.supp", |
| 79 "[SLAVE_BUILD]/out/Release/dm", | 77 "[CWD]/out/Release/dm", |
| 80 "--undefok", | 78 "--undefok", |
| 81 "--resourcePath", | 79 "--resourcePath", |
| 82 "[SLAVE_BUILD]/skia/resources", | 80 "[CWD]/skia/resources", |
| 83 "--skps", | 81 "--skps", |
| 84 "[SLAVE_BUILD]/skps", | 82 "[CWD]/skps", |
| 85 "--images", | 83 "--images", |
| 86 "[SLAVE_BUILD]/images/dm", | 84 "[CWD]/images/dm", |
| 87 "--nameByHash", | 85 "--nameByHash", |
| 88 "--properties", | 86 "--properties", |
| 89 "gitHash", | 87 "gitHash", |
| 90 "abc123", | 88 "abc123", |
| 91 "master", | 89 "master", |
| 92 "client.skia", | 90 "client.skia", |
| 93 "builder", | 91 "builder", |
| 94 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", | 92 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
| 95 "build_number", | 93 "build_number", |
| 96 "5", | 94 "5", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 107 "GTX550Ti", | 105 "GTX550Ti", |
| 108 "extra_config", | 106 "extra_config", |
| 109 "Valgrind", | 107 "Valgrind", |
| 110 "model", | 108 "model", |
| 111 "ShuttleA", | 109 "ShuttleA", |
| 112 "os", | 110 "os", |
| 113 "Ubuntu", | 111 "Ubuntu", |
| 114 "--nocpu", | 112 "--nocpu", |
| 115 "--dummy-flags" | 113 "--dummy-flags" |
| 116 ], | 114 ], |
| 117 "cwd": "[SLAVE_BUILD]", | |
| 118 "env": { | 115 "env": { |
| 119 "BUILDTYPE": "Release", | 116 "BUILDTYPE": "Release", |
| 120 "CHROME_HEADLESS": "1", | 117 "CHROME_HEADLESS": "1", |
| 121 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 118 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
| 122 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 119 "PATH": "[CWD]/depot_tools:%(PATH)s", |
| 123 "SKIA_OUT": "[SLAVE_BUILD]/out" | 120 "SKIA_OUT": "[CWD]/out" |
| 124 }, | 121 }, |
| 125 "name": "dm" | 122 "name": "dm" |
| 126 }, | 123 }, |
| 127 { | 124 { |
| 128 "cmd": [ | 125 "cmd": [ |
| 129 "valgrind", | 126 "valgrind", |
| 130 "--gen-suppressions=all", | 127 "--gen-suppressions=all", |
| 131 "--leak-check=full", | 128 "--leak-check=full", |
| 132 "--track-origins=yes", | 129 "--track-origins=yes", |
| 133 "--error-exitcode=1", | 130 "--error-exitcode=1", |
| 134 "--num-callers=40", | 131 "--num-callers=40", |
| 135 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 132 "--suppressions=[CWD]/skia/tools/valgrind.supp", |
| 136 "[SLAVE_BUILD]/out/Release/dm", | 133 "[CWD]/out/Release/dm", |
| 137 "--undefok", | 134 "--undefok", |
| 138 "--resourcePath", | 135 "--resourcePath", |
| 139 "[SLAVE_BUILD]/skia/resources", | 136 "[CWD]/skia/resources", |
| 140 "--skps", | 137 "--skps", |
| 141 "[SLAVE_BUILD]/skps", | 138 "[CWD]/skps", |
| 142 "--images", | 139 "--images", |
| 143 "[SLAVE_BUILD]/images/dm", | 140 "[CWD]/images/dm", |
| 144 "--nameByHash", | 141 "--nameByHash", |
| 145 "--properties", | 142 "--properties", |
| 146 "gitHash", | 143 "gitHash", |
| 147 "abc123", | 144 "abc123", |
| 148 "master", | 145 "master", |
| 149 "client.skia", | 146 "client.skia", |
| 150 "builder", | 147 "builder", |
| 151 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", | 148 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
| 152 "build_number", | 149 "build_number", |
| 153 "5", | 150 "5", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 165 "extra_config", | 162 "extra_config", |
| 166 "Valgrind", | 163 "Valgrind", |
| 167 "model", | 164 "model", |
| 168 "ShuttleA", | 165 "ShuttleA", |
| 169 "os", | 166 "os", |
| 170 "Ubuntu", | 167 "Ubuntu", |
| 171 "--nocpu", | 168 "--nocpu", |
| 172 "--dummy-flags", | 169 "--dummy-flags", |
| 173 "--abandonGpuContext" | 170 "--abandonGpuContext" |
| 174 ], | 171 ], |
| 175 "cwd": "[SLAVE_BUILD]", | |
| 176 "env": { | 172 "env": { |
| 177 "BUILDTYPE": "Release", | 173 "BUILDTYPE": "Release", |
| 178 "CHROME_HEADLESS": "1", | 174 "CHROME_HEADLESS": "1", |
| 179 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 175 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
| 180 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 176 "PATH": "[CWD]/depot_tools:%(PATH)s", |
| 181 "SKIA_OUT": "[SLAVE_BUILD]/out" | 177 "SKIA_OUT": "[CWD]/out" |
| 182 }, | 178 }, |
| 183 "name": "dm --abandonGpuContext" | 179 "name": "dm --abandonGpuContext" |
| 184 }, | 180 }, |
| 185 { | 181 { |
| 186 "cmd": [ | 182 "cmd": [ |
| 187 "valgrind", | 183 "valgrind", |
| 188 "--gen-suppressions=all", | 184 "--gen-suppressions=all", |
| 189 "--leak-check=full", | 185 "--leak-check=full", |
| 190 "--track-origins=yes", | 186 "--track-origins=yes", |
| 191 "--error-exitcode=1", | 187 "--error-exitcode=1", |
| 192 "--num-callers=40", | 188 "--num-callers=40", |
| 193 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 189 "--suppressions=[CWD]/skia/tools/valgrind.supp", |
| 194 "[SLAVE_BUILD]/out/Release/dm", | 190 "[CWD]/out/Release/dm", |
| 195 "--undefok", | 191 "--undefok", |
| 196 "--resourcePath", | 192 "--resourcePath", |
| 197 "[SLAVE_BUILD]/skia/resources", | 193 "[CWD]/skia/resources", |
| 198 "--skps", | 194 "--skps", |
| 199 "[SLAVE_BUILD]/skps", | 195 "[CWD]/skps", |
| 200 "--images", | 196 "--images", |
| 201 "[SLAVE_BUILD]/images/dm", | 197 "[CWD]/images/dm", |
| 202 "--nameByHash", | 198 "--nameByHash", |
| 203 "--properties", | 199 "--properties", |
| 204 "gitHash", | 200 "gitHash", |
| 205 "abc123", | 201 "abc123", |
| 206 "master", | 202 "master", |
| 207 "client.skia", | 203 "client.skia", |
| 208 "builder", | 204 "builder", |
| 209 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", | 205 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", |
| 210 "build_number", | 206 "build_number", |
| 211 "5", | 207 "5", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 223 "extra_config", | 219 "extra_config", |
| 224 "Valgrind", | 220 "Valgrind", |
| 225 "model", | 221 "model", |
| 226 "ShuttleA", | 222 "ShuttleA", |
| 227 "os", | 223 "os", |
| 228 "Ubuntu", | 224 "Ubuntu", |
| 229 "--nocpu", | 225 "--nocpu", |
| 230 "--dummy-flags", | 226 "--dummy-flags", |
| 231 "--preAbandonGpuContext" | 227 "--preAbandonGpuContext" |
| 232 ], | 228 ], |
| 233 "cwd": "[SLAVE_BUILD]", | |
| 234 "env": { | 229 "env": { |
| 235 "BUILDTYPE": "Release", | 230 "BUILDTYPE": "Release", |
| 236 "CHROME_HEADLESS": "1", | 231 "CHROME_HEADLESS": "1", |
| 237 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 232 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
| 238 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 233 "PATH": "[CWD]/depot_tools:%(PATH)s", |
| 239 "SKIA_OUT": "[SLAVE_BUILD]/out" | 234 "SKIA_OUT": "[CWD]/out" |
| 240 }, | 235 }, |
| 241 "name": "dm --preAbandonGpuContext" | 236 "name": "dm --preAbandonGpuContext" |
| 242 }, | 237 }, |
| 243 { | 238 { |
| 244 "name": "$result", | 239 "name": "$result", |
| 245 "recipe_result": null, | 240 "recipe_result": null, |
| 246 "status_code": 0 | 241 "status_code": 0 |
| 247 } | 242 } |
| 248 ] | 243 ] |
| OLD | NEW |