OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", | 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js
on.load(f)\n\nprint json.dumps(content, indent=2)\n", |
7 "{\"buildername\": \"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release\", \"bui
ldnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"
recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-
linux-swarm-000\"}" | 7 "{\"buildername\": \"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release\", \"bui
ldnumber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"
recipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-
linux-swarm-000\"}" |
8 ], | 8 ], |
9 "name": "print properties", | 9 "name": "print properties", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 "cmd": [ | 168 "cmd": [ |
169 "download_from_google_storage", | 169 "download_from_google_storage", |
170 "--no_resume", | 170 "--no_resume", |
171 "--platform=linux*", | 171 "--platform=linux*", |
172 "--no_auth", | 172 "--no_auth", |
173 "--bucket", | 173 "--bucket", |
174 "chromium-luci", | 174 "chromium-luci", |
175 "-d", | 175 "-d", |
176 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" | 176 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" |
177 ], | 177 ], |
| 178 "env": { |
| 179 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 180 }, |
178 "name": "download luci-go linux" | 181 "name": "download luci-go linux" |
179 }, | 182 }, |
180 { | 183 { |
181 "cmd": [ | 184 "cmd": [ |
182 "download_from_google_storage", | 185 "download_from_google_storage", |
183 "--no_resume", | 186 "--no_resume", |
184 "--platform=darwin", | 187 "--platform=darwin", |
185 "--no_auth", | 188 "--no_auth", |
186 "--bucket", | 189 "--bucket", |
187 "chromium-luci", | 190 "chromium-luci", |
188 "-d", | 191 "-d", |
189 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" | 192 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" |
190 ], | 193 ], |
| 194 "env": { |
| 195 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 196 }, |
191 "name": "download luci-go mac" | 197 "name": "download luci-go mac" |
192 }, | 198 }, |
193 { | 199 { |
194 "cmd": [ | 200 "cmd": [ |
195 "download_from_google_storage", | 201 "download_from_google_storage", |
196 "--no_resume", | 202 "--no_resume", |
197 "--platform=win32", | 203 "--platform=win32", |
198 "--no_auth", | 204 "--no_auth", |
199 "--bucket", | 205 "--bucket", |
200 "chromium-luci", | 206 "chromium-luci", |
201 "-d", | 207 "-d", |
202 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" | 208 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" |
203 ], | 209 ], |
| 210 "env": { |
| 211 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 212 }, |
204 "name": "download luci-go win" | 213 "name": "download luci-go win" |
205 }, | 214 }, |
206 { | 215 { |
207 "cmd": [ | 216 "cmd": [ |
208 "python", | 217 "python", |
209 "-u", | 218 "-u", |
210 "\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", | 219 "\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", |
211 "[SLAVE_BUILD]/luci-go" | 220 "[SLAVE_BUILD]/luci-go" |
212 ], | 221 ], |
213 "env": { | 222 "env": { |
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 881 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
873 }, | 882 }, |
874 "name": "Upload DM Results" | 883 "name": "Upload DM Results" |
875 }, | 884 }, |
876 { | 885 { |
877 "name": "$result", | 886 "name": "$result", |
878 "recipe_result": null, | 887 "recipe_result": null, |
879 "status_code": 0 | 888 "status_code": 0 |
880 } | 889 } |
881 ] | 890 ] |
OLD | NEW |