| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" | 4 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_install" |
| 5 ], | 5 ], |
| 6 "env": { | 6 "env": { |
| 7 "BUILDTYPE": "Debug", | 7 "BUILDTYPE": "Debug", |
| 8 "CC": "/usr/bin/clang", | |
| 9 "CHROME_HEADLESS": "1", | 8 "CHROME_HEADLESS": "1", |
| 10 "CXX": "/usr/bin/clang++", | |
| 11 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 12 "SKIA_OUT": "[SLAVE_BUILD]/out", | 9 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 13 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 10 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 14 }, | 11 }, |
| 15 "name": "install iOSShell" | 12 "name": "install iOSShell" |
| 16 }, | 13 }, |
| 17 { | 14 { |
| 18 "cmd": [ | 15 "cmd": [ |
| 19 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", | 16 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", |
| 20 "[SLAVE_BUILD]/skia/resources", | 17 "[SLAVE_BUILD]/skia/resources", |
| 21 "skiabot/skia_resources" | 18 "skiabot/skia_resources" |
| 22 ], | 19 ], |
| 23 "env": { | 20 "env": { |
| 24 "BUILDTYPE": "Debug", | 21 "BUILDTYPE": "Debug", |
| 25 "CC": "/usr/bin/clang", | |
| 26 "CHROME_HEADLESS": "1", | 22 "CHROME_HEADLESS": "1", |
| 27 "CXX": "/usr/bin/clang++", | |
| 28 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 29 "SKIA_OUT": "[SLAVE_BUILD]/out", | 23 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 30 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 24 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 31 }, | 25 }, |
| 32 "name": "push resources to skia_resources" | 26 "name": "push resources to skia_resources" |
| 33 }, | 27 }, |
| 34 { | 28 { |
| 35 "cmd": [ | 29 "cmd": [ |
| 36 "python", | 30 "python", |
| 37 "-u", | 31 "-u", |
| 38 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 32 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 51 ], | 45 ], |
| 52 "name": "write SKP_VERSION" | 46 "name": "write SKP_VERSION" |
| 53 }, | 47 }, |
| 54 { | 48 { |
| 55 "cmd": [ | 49 "cmd": [ |
| 56 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file", | 50 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file", |
| 57 "skiabot/skia_tmp_dir/SKP_VERSION" | 51 "skiabot/skia_tmp_dir/SKP_VERSION" |
| 58 ], | 52 ], |
| 59 "env": { | 53 "env": { |
| 60 "BUILDTYPE": "Debug", | 54 "BUILDTYPE": "Debug", |
| 61 "CC": "/usr/bin/clang", | |
| 62 "CHROME_HEADLESS": "1", | 55 "CHROME_HEADLESS": "1", |
| 63 "CXX": "/usr/bin/clang++", | |
| 64 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 65 "SKIA_OUT": "[SLAVE_BUILD]/out", | 56 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 66 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 57 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 67 }, | 58 }, |
| 68 "name": "read SKP_VERSION", | 59 "name": "read SKP_VERSION", |
| 69 "stdout": "/path/to/tmp/" | 60 "stdout": "/path/to/tmp/" |
| 70 }, | 61 }, |
| 71 { | 62 { |
| 72 "cmd": [ | 63 "cmd": [ |
| 73 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", | 64 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", |
| 74 "skiabot/skia_tmp_dir/SKP_VERSION" | 65 "skiabot/skia_tmp_dir/SKP_VERSION" |
| 75 ], | 66 ], |
| 76 "env": { | 67 "env": { |
| 77 "BUILDTYPE": "Debug", | 68 "BUILDTYPE": "Debug", |
| 78 "CC": "/usr/bin/clang", | |
| 79 "CHROME_HEADLESS": "1", | 69 "CHROME_HEADLESS": "1", |
| 80 "CXX": "/usr/bin/clang++", | |
| 81 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 82 "SKIA_OUT": "[SLAVE_BUILD]/out", | 70 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 83 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 71 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 84 }, | 72 }, |
| 85 "name": "rm skiabot/skia_tmp_dir/SKP_VERSION" | 73 "name": "rm skiabot/skia_tmp_dir/SKP_VERSION" |
| 86 }, | 74 }, |
| 87 { | 75 { |
| 88 "cmd": [ | 76 "cmd": [ |
| 89 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", | 77 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", |
| 90 "skiabot/skia_skp/skps" | 78 "skiabot/skia_skp/skps" |
| 91 ], | 79 ], |
| 92 "env": { | 80 "env": { |
| 93 "BUILDTYPE": "Debug", | 81 "BUILDTYPE": "Debug", |
| 94 "CC": "/usr/bin/clang", | |
| 95 "CHROME_HEADLESS": "1", | 82 "CHROME_HEADLESS": "1", |
| 96 "CXX": "/usr/bin/clang++", | |
| 97 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 98 "SKIA_OUT": "[SLAVE_BUILD]/out", | 83 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 99 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 84 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 100 }, | 85 }, |
| 101 "name": "rmdir skiabot/skia_skp/skps" | 86 "name": "rmdir skiabot/skia_skp/skps" |
| 102 }, | 87 }, |
| 103 { | 88 { |
| 104 "cmd": [ | 89 "cmd": [ |
| 105 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_mkdir", | 90 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_mkdir", |
| 106 "skiabot/skia_skp/skps" | 91 "skiabot/skia_skp/skps" |
| 107 ], | 92 ], |
| 108 "env": { | 93 "env": { |
| 109 "BUILDTYPE": "Debug", | 94 "BUILDTYPE": "Debug", |
| 110 "CC": "/usr/bin/clang", | |
| 111 "CHROME_HEADLESS": "1", | 95 "CHROME_HEADLESS": "1", |
| 112 "CXX": "/usr/bin/clang++", | |
| 113 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 114 "SKIA_OUT": "[SLAVE_BUILD]/out", | 96 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 115 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 97 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 116 }, | 98 }, |
| 117 "name": "mkdir skiabot/skia_skp/skps" | 99 "name": "mkdir skiabot/skia_skp/skps" |
| 118 }, | 100 }, |
| 119 { | 101 { |
| 120 "cmd": [ | 102 "cmd": [ |
| 121 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", | 103 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", |
| 122 "[SLAVE_BUILD]/skp", | 104 "[SLAVE_BUILD]/skp", |
| 123 "skiabot/skia_skp/skps" | 105 "skiabot/skia_skp/skps" |
| 124 ], | 106 ], |
| 125 "env": { | 107 "env": { |
| 126 "BUILDTYPE": "Debug", | 108 "BUILDTYPE": "Debug", |
| 127 "CC": "/usr/bin/clang", | |
| 128 "CHROME_HEADLESS": "1", | 109 "CHROME_HEADLESS": "1", |
| 129 "CXX": "/usr/bin/clang++", | |
| 130 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 131 "SKIA_OUT": "[SLAVE_BUILD]/out", | 110 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 132 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 111 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 133 }, | 112 }, |
| 134 "name": "push skp to skps" | 113 "name": "push skp to skps" |
| 135 }, | 114 }, |
| 136 { | 115 { |
| 137 "cmd": [ | 116 "cmd": [ |
| 138 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", | 117 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", |
| 139 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 118 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
| 140 "skiabot/skia_tmp_dir/SKP_VERSION" | 119 "skiabot/skia_tmp_dir/SKP_VERSION" |
| 141 ], | 120 ], |
| 142 "env": { | 121 "env": { |
| 143 "BUILDTYPE": "Debug", | 122 "BUILDTYPE": "Debug", |
| 144 "CC": "/usr/bin/clang", | |
| 145 "CHROME_HEADLESS": "1", | 123 "CHROME_HEADLESS": "1", |
| 146 "CXX": "/usr/bin/clang++", | |
| 147 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 148 "SKIA_OUT": "[SLAVE_BUILD]/out", | 124 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 149 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 125 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 150 }, | 126 }, |
| 151 "name": "push [SLAVE_BUILD]/tmp/SKP_VERSION" | 127 "name": "push [SLAVE_BUILD]/tmp/SKP_VERSION" |
| 152 }, | 128 }, |
| 153 { | 129 { |
| 154 "cmd": [ | 130 "cmd": [ |
| 155 "python", | 131 "python", |
| 156 "-u", | 132 "-u", |
| 157 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 133 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 170 ], | 146 ], |
| 171 "name": "write SK_IMAGE_VERSION" | 147 "name": "write SK_IMAGE_VERSION" |
| 172 }, | 148 }, |
| 173 { | 149 { |
| 174 "cmd": [ | 150 "cmd": [ |
| 175 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file", | 151 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file", |
| 176 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" | 152 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" |
| 177 ], | 153 ], |
| 178 "env": { | 154 "env": { |
| 179 "BUILDTYPE": "Debug", | 155 "BUILDTYPE": "Debug", |
| 180 "CC": "/usr/bin/clang", | |
| 181 "CHROME_HEADLESS": "1", | 156 "CHROME_HEADLESS": "1", |
| 182 "CXX": "/usr/bin/clang++", | |
| 183 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 184 "SKIA_OUT": "[SLAVE_BUILD]/out", | 157 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 185 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 158 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 186 }, | 159 }, |
| 187 "name": "read SK_IMAGE_VERSION", | 160 "name": "read SK_IMAGE_VERSION", |
| 188 "stdout": "/path/to/tmp/" | 161 "stdout": "/path/to/tmp/" |
| 189 }, | 162 }, |
| 190 { | 163 { |
| 191 "cmd": [ | 164 "cmd": [ |
| 192 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", | 165 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", |
| 193 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" | 166 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" |
| 194 ], | 167 ], |
| 195 "env": { | 168 "env": { |
| 196 "BUILDTYPE": "Debug", | 169 "BUILDTYPE": "Debug", |
| 197 "CC": "/usr/bin/clang", | |
| 198 "CHROME_HEADLESS": "1", | 170 "CHROME_HEADLESS": "1", |
| 199 "CXX": "/usr/bin/clang++", | |
| 200 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 201 "SKIA_OUT": "[SLAVE_BUILD]/out", | 171 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 202 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 172 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 203 }, | 173 }, |
| 204 "name": "rm skiabot/skia_tmp_dir/SK_IMAGE_VERSION" | 174 "name": "rm skiabot/skia_tmp_dir/SK_IMAGE_VERSION" |
| 205 }, | 175 }, |
| 206 { | 176 { |
| 207 "cmd": [ | 177 "cmd": [ |
| 208 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", | 178 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", |
| 209 "skiabot/skia_images" | 179 "skiabot/skia_images" |
| 210 ], | 180 ], |
| 211 "env": { | 181 "env": { |
| 212 "BUILDTYPE": "Debug", | 182 "BUILDTYPE": "Debug", |
| 213 "CC": "/usr/bin/clang", | |
| 214 "CHROME_HEADLESS": "1", | 183 "CHROME_HEADLESS": "1", |
| 215 "CXX": "/usr/bin/clang++", | |
| 216 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 217 "SKIA_OUT": "[SLAVE_BUILD]/out", | 184 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 218 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 185 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 219 }, | 186 }, |
| 220 "name": "rmdir skiabot/skia_images" | 187 "name": "rmdir skiabot/skia_images" |
| 221 }, | 188 }, |
| 222 { | 189 { |
| 223 "cmd": [ | 190 "cmd": [ |
| 224 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_mkdir", | 191 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_mkdir", |
| 225 "skiabot/skia_images" | 192 "skiabot/skia_images" |
| 226 ], | 193 ], |
| 227 "env": { | 194 "env": { |
| 228 "BUILDTYPE": "Debug", | 195 "BUILDTYPE": "Debug", |
| 229 "CC": "/usr/bin/clang", | |
| 230 "CHROME_HEADLESS": "1", | 196 "CHROME_HEADLESS": "1", |
| 231 "CXX": "/usr/bin/clang++", | |
| 232 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 233 "SKIA_OUT": "[SLAVE_BUILD]/out", | 197 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 234 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 198 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 235 }, | 199 }, |
| 236 "name": "mkdir skiabot/skia_images" | 200 "name": "mkdir skiabot/skia_images" |
| 237 }, | 201 }, |
| 238 { | 202 { |
| 239 "cmd": [ | 203 "cmd": [ |
| 240 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", | 204 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", |
| 241 "[SLAVE_BUILD]/skimage", | 205 "[SLAVE_BUILD]/skimage", |
| 242 "skiabot/skia_images" | 206 "skiabot/skia_images" |
| 243 ], | 207 ], |
| 244 "env": { | 208 "env": { |
| 245 "BUILDTYPE": "Debug", | 209 "BUILDTYPE": "Debug", |
| 246 "CC": "/usr/bin/clang", | |
| 247 "CHROME_HEADLESS": "1", | 210 "CHROME_HEADLESS": "1", |
| 248 "CXX": "/usr/bin/clang++", | |
| 249 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 250 "SKIA_OUT": "[SLAVE_BUILD]/out", | 211 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 251 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 212 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 252 }, | 213 }, |
| 253 "name": "push skimage to skia_images" | 214 "name": "push skimage to skia_images" |
| 254 }, | 215 }, |
| 255 { | 216 { |
| 256 "cmd": [ | 217 "cmd": [ |
| 257 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", | 218 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", |
| 258 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 219 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
| 259 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" | 220 "skiabot/skia_tmp_dir/SK_IMAGE_VERSION" |
| 260 ], | 221 ], |
| 261 "env": { | 222 "env": { |
| 262 "BUILDTYPE": "Debug", | 223 "BUILDTYPE": "Debug", |
| 263 "CC": "/usr/bin/clang", | |
| 264 "CHROME_HEADLESS": "1", | 224 "CHROME_HEADLESS": "1", |
| 265 "CXX": "/usr/bin/clang++", | |
| 266 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 267 "SKIA_OUT": "[SLAVE_BUILD]/out", | 225 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 268 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 226 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 269 }, | 227 }, |
| 270 "name": "push [SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" | 228 "name": "push [SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" |
| 271 }, | 229 }, |
| 272 { | 230 { |
| 273 "cmd": [ | 231 "cmd": [ |
| 274 "python", | 232 "python", |
| 275 "-u", | 233 "-u", |
| 276 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 234 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "@@@STEP_LOG_END@python.inline@@@" | 271 "@@@STEP_LOG_END@python.inline@@@" |
| 314 ] | 272 ] |
| 315 }, | 273 }, |
| 316 { | 274 { |
| 317 "cmd": [ | 275 "cmd": [ |
| 318 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", | 276 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_rm", |
| 319 "skiabot/skia_dm" | 277 "skiabot/skia_dm" |
| 320 ], | 278 ], |
| 321 "env": { | 279 "env": { |
| 322 "BUILDTYPE": "Debug", | 280 "BUILDTYPE": "Debug", |
| 323 "CC": "/usr/bin/clang", | |
| 324 "CHROME_HEADLESS": "1", | 281 "CHROME_HEADLESS": "1", |
| 325 "CXX": "/usr/bin/clang++", | |
| 326 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 327 "SKIA_OUT": "[SLAVE_BUILD]/out", | 282 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 328 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 283 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 329 }, | 284 }, |
| 330 "name": "rmdir skiabot/skia_dm" | 285 "name": "rmdir skiabot/skia_dm" |
| 331 }, | 286 }, |
| 332 { | 287 { |
| 333 "cmd": [ | 288 "cmd": [ |
| 334 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_mkdir", | 289 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_mkdir", |
| 335 "skiabot/skia_dm" | 290 "skiabot/skia_dm" |
| 336 ], | 291 ], |
| 337 "env": { | 292 "env": { |
| 338 "BUILDTYPE": "Debug", | 293 "BUILDTYPE": "Debug", |
| 339 "CC": "/usr/bin/clang", | |
| 340 "CHROME_HEADLESS": "1", | 294 "CHROME_HEADLESS": "1", |
| 341 "CXX": "/usr/bin/clang++", | |
| 342 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 343 "SKIA_OUT": "[SLAVE_BUILD]/out", | 295 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 344 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 296 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 345 }, | 297 }, |
| 346 "name": "mkdir skiabot/skia_dm" | 298 "name": "mkdir skiabot/skia_dm" |
| 347 }, | 299 }, |
| 348 { | 300 { |
| 349 "cmd": [ | 301 "cmd": [ |
| 350 "python", | 302 "python", |
| 351 "-u", | 303 "-u", |
| 352 "\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", | 304 "\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", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 370 { | 322 { |
| 371 "cmd": [ | 323 "cmd": [ |
| 372 "python", | 324 "python", |
| 373 "-u", | 325 "-u", |
| 374 "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\
nimport urllib2\n\nHASHES_URL = 'https://gold.skia.org/_/hashes'\nRETRIES = 5\nT
IMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in r
ange(RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HA
SHES_URL, timeout=TIMEOUT)) as w:\n hashes = w.read()\n with open(sys.
argv[1], 'w') as f:\n f.write(hashes)\n break\n except Exception
as e:\n print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n
print e\n if retry == RETRIES:\n raise\n waittime = WAIT_BASE * math
.pow(2, retry)\n print 'Retry in %d seconds.' % waittime\n time.sleep(wait
time)\n", | 326 "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\
nimport urllib2\n\nHASHES_URL = 'https://gold.skia.org/_/hashes'\nRETRIES = 5\nT
IMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in r
ange(RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HA
SHES_URL, timeout=TIMEOUT)) as w:\n hashes = w.read()\n with open(sys.
argv[1], 'w') as f:\n f.write(hashes)\n break\n except Exception
as e:\n print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n
print e\n if retry == RETRIES:\n raise\n waittime = WAIT_BASE * math
.pow(2, retry)\n print 'Retry in %d seconds.' % waittime\n time.sleep(wait
time)\n", |
| 375 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt" | 327 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt" |
| 376 ], | 328 ], |
| 377 "cwd": "[SLAVE_BUILD]/skia", | 329 "cwd": "[SLAVE_BUILD]/skia", |
| 378 "env": { | 330 "env": { |
| 379 "BUILDTYPE": "Debug", | 331 "BUILDTYPE": "Debug", |
| 380 "CC": "/usr/bin/clang", | |
| 381 "CHROME_HEADLESS": "1", | 332 "CHROME_HEADLESS": "1", |
| 382 "CXX": "/usr/bin/clang++", | |
| 383 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 384 "SKIA_OUT": "[SLAVE_BUILD]/out" | 333 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 385 }, | 334 }, |
| 386 "name": "get uninteresting hashes", | 335 "name": "get uninteresting hashes", |
| 387 "~followup_annotations": [ | 336 "~followup_annotations": [ |
| 388 "@@@STEP_LOG_LINE@python.inline@@@@", | 337 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 389 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", | 338 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", |
| 390 "@@@STEP_LOG_LINE@python.inline@import math@@@", | 339 "@@@STEP_LOG_LINE@python.inline@import math@@@", |
| 391 "@@@STEP_LOG_LINE@python.inline@import socket@@@", | 340 "@@@STEP_LOG_LINE@python.inline@import socket@@@", |
| 392 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 341 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 393 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 342 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 419 ] | 368 ] |
| 420 }, | 369 }, |
| 421 { | 370 { |
| 422 "cmd": [ | 371 "cmd": [ |
| 423 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", | 372 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", |
| 424 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", | 373 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", |
| 425 "skiabot/skia_tmp_dir/uninteresting_hashes.txt" | 374 "skiabot/skia_tmp_dir/uninteresting_hashes.txt" |
| 426 ], | 375 ], |
| 427 "env": { | 376 "env": { |
| 428 "BUILDTYPE": "Debug", | 377 "BUILDTYPE": "Debug", |
| 429 "CC": "/usr/bin/clang", | |
| 430 "CHROME_HEADLESS": "1", | 378 "CHROME_HEADLESS": "1", |
| 431 "CXX": "/usr/bin/clang++", | |
| 432 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 433 "SKIA_OUT": "[SLAVE_BUILD]/out", | 379 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 434 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 380 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 435 }, | 381 }, |
| 436 "name": "push [SLAVE_BUILD]/tmp/uninteresting_hashes.txt" | 382 "name": "push [SLAVE_BUILD]/tmp/uninteresting_hashes.txt" |
| 437 }, | 383 }, |
| 438 { | 384 { |
| 439 "cmd": [ | 385 "cmd": [ |
| 440 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia", | 386 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_run_skia", |
| 441 "--dm", | 387 "--dm", |
| 442 "--undefok", | 388 "--undefok", |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 "image", | 754 "image", |
| 809 "_", | 755 "_", |
| 810 ".PEF", | 756 ".PEF", |
| 811 "_", | 757 "_", |
| 812 "image", | 758 "image", |
| 813 "_", | 759 "_", |
| 814 ".SRW" | 760 ".SRW" |
| 815 ], | 761 ], |
| 816 "env": { | 762 "env": { |
| 817 "BUILDTYPE": "Debug", | 763 "BUILDTYPE": "Debug", |
| 818 "CC": "/usr/bin/clang", | |
| 819 "CHROME_HEADLESS": "1", | 764 "CHROME_HEADLESS": "1", |
| 820 "CXX": "/usr/bin/clang++", | |
| 821 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 822 "SKIA_OUT": "[SLAVE_BUILD]/out", | 765 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 823 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 766 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 824 }, | 767 }, |
| 825 "name": "dm" | 768 "name": "dm" |
| 826 }, | 769 }, |
| 827 { | 770 { |
| 828 "cmd": [ | 771 "cmd": [ |
| 829 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_pull_if_needed", | 772 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_pull_if_needed", |
| 830 "skiabot/skia_dm", | 773 "skiabot/skia_dm", |
| 831 "[CUSTOM_[SWARM_OUT_DIR]]/dm" | 774 "[CUSTOM_[SWARM_OUT_DIR]]/dm" |
| 832 ], | 775 ], |
| 833 "env": { | 776 "env": { |
| 834 "BUILDTYPE": "Debug", | 777 "BUILDTYPE": "Debug", |
| 835 "CC": "/usr/bin/clang", | |
| 836 "CHROME_HEADLESS": "1", | 778 "CHROME_HEADLESS": "1", |
| 837 "CXX": "/usr/bin/clang++", | |
| 838 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 839 "SKIA_OUT": "[SLAVE_BUILD]/out", | 779 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 840 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 780 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 841 }, | 781 }, |
| 842 "name": "pull skia_dm" | 782 "name": "pull skia_dm" |
| 843 }, | 783 }, |
| 844 { | 784 { |
| 845 "cmd": [ | 785 "cmd": [ |
| 846 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_restart" | 786 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_restart" |
| 847 ], | 787 ], |
| 848 "env": { | 788 "env": { |
| 849 "BUILDTYPE": "Debug", | 789 "BUILDTYPE": "Debug", |
| 850 "CC": "/usr/bin/clang", | |
| 851 "CHROME_HEADLESS": "1", | 790 "CHROME_HEADLESS": "1", |
| 852 "CXX": "/usr/bin/clang++", | |
| 853 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 854 "SKIA_OUT": "[SLAVE_BUILD]/out", | 791 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 855 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 792 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 856 }, | 793 }, |
| 857 "name": "reboot" | 794 "name": "reboot" |
| 858 }, | 795 }, |
| 859 { | 796 { |
| 860 "cmd": [ | 797 "cmd": [ |
| 861 "sleep", | 798 "sleep", |
| 862 "20" | 799 "20" |
| 863 ], | 800 ], |
| 864 "env": { | 801 "env": { |
| 865 "BUILDTYPE": "Debug", | 802 "BUILDTYPE": "Debug", |
| 866 "CC": "/usr/bin/clang", | |
| 867 "CHROME_HEADLESS": "1", | 803 "CHROME_HEADLESS": "1", |
| 868 "CXX": "/usr/bin/clang++", | |
| 869 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | |
| 870 "SKIA_OUT": "[SLAVE_BUILD]/out", | 804 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 871 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 805 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 872 }, | 806 }, |
| 873 "name": "wait for reboot" | 807 "name": "wait for reboot" |
| 874 }, | 808 }, |
| 875 { | 809 { |
| 876 "name": "$result", | 810 "name": "$result", |
| 877 "recipe_result": null, | 811 "recipe_result": null, |
| 878 "status_code": 0 | 812 "status_code": 0 |
| 879 } | 813 } |
| 880 ] | 814 ] |
| OLD | NEW |