| 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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| 7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
| 8 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug" | 8 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "SKIA_OUT": "[SLAVE_BUILD]/out", | 78 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 79 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 79 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 80 }, | 80 }, |
| 81 "name": "push resources to skia_resources" | 81 "name": "push resources to skia_resources" |
| 82 }, | 82 }, |
| 83 { | 83 { |
| 84 "cmd": [ | 84 "cmd": [ |
| 85 "python", | 85 "python", |
| 86 "-u", | 86 "-u", |
| 87 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 87 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 88 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 88 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 89 "/path/to/tmp/" | 89 "/path/to/tmp/" |
| 90 ], | 90 ], |
| 91 "name": "Get downloaded SKP_VERSION" | 91 "name": "Get downloaded SKP VERSION" |
| 92 }, | 92 }, |
| 93 { | 93 { |
| 94 "cmd": [ | 94 "cmd": [ |
| 95 "python", |
| 96 "-u", |
| 97 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 98 "42", |
| 99 "[SLAVE_BUILD]/tmp/SKP_VERSION" |
| 100 ], |
| 101 "name": "write SKP_VERSION" |
| 102 }, |
| 103 { |
| 104 "cmd": [ |
| 95 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file", | 105 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_cat_file", |
| 96 "skiabot/skia_tmp_dir/SKP_VERSION" | 106 "skiabot/skia_tmp_dir/SKP_VERSION" |
| 97 ], | 107 ], |
| 98 "env": { | 108 "env": { |
| 99 "BUILDTYPE": "Debug", | 109 "BUILDTYPE": "Debug", |
| 100 "CC": "/usr/bin/clang", | 110 "CC": "/usr/bin/clang", |
| 101 "CHROME_HEADLESS": "1", | 111 "CHROME_HEADLESS": "1", |
| 102 "CXX": "/usr/bin/clang++", | 112 "CXX": "/usr/bin/clang++", |
| 103 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | 113 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", |
| 104 "PYTHONPATH": "[BUILD]/scripts", | 114 "PYTHONPATH": "[BUILD]/scripts", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | 165 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", |
| 156 "PYTHONPATH": "[BUILD]/scripts", | 166 "PYTHONPATH": "[BUILD]/scripts", |
| 157 "SKIA_OUT": "[SLAVE_BUILD]/out", | 167 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 158 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 168 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 159 }, | 169 }, |
| 160 "name": "mkdir skiabot/skia_skp/skps" | 170 "name": "mkdir skiabot/skia_skp/skps" |
| 161 }, | 171 }, |
| 162 { | 172 { |
| 163 "cmd": [ | 173 "cmd": [ |
| 164 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", | 174 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_if_needed", |
| 165 "[SLAVE_BUILD]/skps", | 175 "[SLAVE_BUILD]/skp", |
| 166 "skiabot/skia_skp/skps" | 176 "skiabot/skia_skp/skps" |
| 167 ], | 177 ], |
| 168 "env": { | 178 "env": { |
| 169 "BUILDTYPE": "Debug", | 179 "BUILDTYPE": "Debug", |
| 170 "CC": "/usr/bin/clang", | 180 "CC": "/usr/bin/clang", |
| 171 "CHROME_HEADLESS": "1", | 181 "CHROME_HEADLESS": "1", |
| 172 "CXX": "/usr/bin/clang++", | 182 "CXX": "/usr/bin/clang++", |
| 173 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", | 183 "GYP_DEFINES": "skia_arch_type=arm skia_clang_build=1 skia_os=ios skia_war
nings_as_errors=0", |
| 174 "PYTHONPATH": "[BUILD]/scripts", | 184 "PYTHONPATH": "[BUILD]/scripts", |
| 175 "SKIA_OUT": "[SLAVE_BUILD]/out", | 185 "SKIA_OUT": "[SLAVE_BUILD]/out", |
| 176 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 186 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 177 }, | 187 }, |
| 178 "name": "push skps to skps" | 188 "name": "push skp to skps" |
| 179 }, | 189 }, |
| 180 { | 190 { |
| 181 "cmd": [ | 191 "cmd": [ |
| 182 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", | 192 "[SLAVE_BUILD]/skia/platform_tools/ios/bin/ios_push_file", |
| 183 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 193 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
| 184 "skiabot/skia_tmp_dir/SKP_VERSION" | 194 "skiabot/skia_tmp_dir/SKP_VERSION" |
| 185 ], | 195 ], |
| 186 "env": { | 196 "env": { |
| 187 "BUILDTYPE": "Debug", | 197 "BUILDTYPE": "Debug", |
| 188 "CC": "/usr/bin/clang", | 198 "CC": "/usr/bin/clang", |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" | 607 "XCODEBUILD": "[SLAVE_BUILD]/xcodebuild" |
| 598 }, | 608 }, |
| 599 "name": "wait for reboot" | 609 "name": "wait for reboot" |
| 600 }, | 610 }, |
| 601 { | 611 { |
| 602 "name": "$result", | 612 "name": "$result", |
| 603 "recipe_result": null, | 613 "recipe_result": null, |
| 604 "status_code": 0 | 614 "status_code": 0 |
| 605 } | 615 } |
| 606 ] | 616 ] |
| OLD | NEW |