Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Build-Mac-Clang-x86_64-Release-Swarming.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[CWD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
11 "name": "git remote set-url" 11 "name": "git remote set-url"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "git", 15 "git",
16 "fetch" 16 "fetch"
17 ], 17 ],
18 "cwd": "[CWD]/skia", 18 "cwd": "[SLAVE_BUILD]/skia",
19 "name": "git fetch" 19 "name": "git fetch"
20 }, 20 },
21 { 21 {
22 "cmd": [ 22 "cmd": [
23 "git", 23 "git",
24 "reset", 24 "reset",
25 "--hard", 25 "--hard",
26 "abc123" 26 "abc123"
27 ], 27 ],
28 "cwd": "[CWD]/skia", 28 "cwd": "[SLAVE_BUILD]/skia",
29 "name": "git reset" 29 "name": "git reset"
30 }, 30 },
31 { 31 {
32 "cmd": [ 32 "cmd": [
33 "git", 33 "git",
34 "clean", 34 "clean",
35 "-d", 35 "-d",
36 "-f" 36 "-f"
37 ], 37 ],
38 "cwd": "[CWD]/skia", 38 "cwd": "[SLAVE_BUILD]/skia",
39 "name": "git clean" 39 "name": "git clean"
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
46 "config", 46 "config",
47 "--spec", 47 "--spec",
48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l lvm']" 48 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'n ame': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget_os = ['l lvm']"
49 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
50 "env": { 51 "env": {
51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
52 }, 53 },
53 "name": "gclient setup" 54 "name": "gclient setup"
54 }, 55 },
55 { 56 {
56 "cmd": [ 57 "cmd": [
57 "python", 58 "python",
58 "-u", 59 "-u",
59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
60 "sync", 61 "sync",
61 "--nohooks", 62 "--nohooks",
62 "--force", 63 "--force",
63 "--verbose", 64 "--verbose",
64 "--delete_unversioned_trees", 65 "--delete_unversioned_trees",
65 "--revision", 66 "--revision",
66 "skia@abc123", 67 "skia@abc123",
67 "--output-json", 68 "--output-json",
68 "/path/to/tmp/json" 69 "/path/to/tmp/json"
69 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
70 "env": { 72 "env": {
71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
72 }, 74 },
73 "name": "gclient sync", 75 "name": "gclient sync",
74 "~followup_annotations": [ 76 "~followup_annotations": [
75 "@@@STEP_LOG_LINE@json.output@{@@@", 77 "@@@STEP_LOG_LINE@json.output@{@@@",
76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
79 "@@@STEP_LOG_LINE@json.output@ }@@@", 81 "@@@STEP_LOG_LINE@json.output@ }@@@",
80 "@@@STEP_LOG_LINE@json.output@ }@@@", 82 "@@@STEP_LOG_LINE@json.output@ }@@@",
81 "@@@STEP_LOG_LINE@json.output@}@@@", 83 "@@@STEP_LOG_LINE@json.output@}@@@",
82 "@@@STEP_LOG_END@json.output@@@", 84 "@@@STEP_LOG_END@json.output@@@",
83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
84 ] 86 ]
85 }, 87 },
86 { 88 {
87 "cmd": [ 89 "cmd": [
88 "python", 90 "python",
89 "-u", 91 "-u",
90 "[CWD]/skia/tools/buildbot_spec.py", 92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
91 "/path/to/tmp/json", 93 "/path/to/tmp/json",
92 "Build-Mac-Clang-x86_64-Release-Swarming" 94 "Build-Mac-Clang-x86_64-Release-Swarming"
93 ], 95 ],
94 "cwd": "[CWD]/skia", 96 "cwd": "[SLAVE_BUILD]/skia",
95 "name": "exec buildbot_spec.py", 97 "name": "exec buildbot_spec.py",
96 "~followup_annotations": [ 98 "~followup_annotations": [
97 "@@@STEP_LOG_LINE@json.output@{@@@", 99 "@@@STEP_LOG_LINE@json.output@{@@@",
98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", 101 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
100 "@@@STEP_LOG_LINE@json.output@ ], @@@", 102 "@@@STEP_LOG_LINE@json.output@ ], @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 103 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", 104 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", 105 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@",
104 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@", 106 "@@@STEP_LOG_LINE@json.output@ \"extra_config\": \"Swarming\", @@@",
(...skipping 21 matching lines...) Expand all
126 "@@@STEP_LOG_LINE@json.output@}@@@", 128 "@@@STEP_LOG_LINE@json.output@}@@@",
127 "@@@STEP_LOG_END@json.output@@@" 129 "@@@STEP_LOG_END@json.output@@@"
128 ] 130 ]
129 }, 131 },
130 { 132 {
131 "cmd": [ 133 "cmd": [
132 "python", 134 "python",
133 "-u", 135 "-u",
134 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 136 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
135 "--path", 137 "--path",
136 "[CWD]/swarming.client", 138 "[SLAVE_BUILD]/swarming.client",
137 "--url", 139 "--url",
138 "https://chromium.googlesource.com/external/swarming.client.git" 140 "https://chromium.googlesource.com/external/swarming.client.git"
139 ], 141 ],
142 "cwd": "[SLAVE_BUILD]",
140 "name": "git setup (swarming_client)" 143 "name": "git setup (swarming_client)"
141 }, 144 },
142 { 145 {
143 "cmd": [ 146 "cmd": [
144 "git", 147 "git",
145 "retry", 148 "retry",
146 "fetch", 149 "fetch",
147 "origin", 150 "origin",
148 "master" 151 "master"
149 ], 152 ],
150 "cwd": "[CWD]/swarming.client", 153 "cwd": "[SLAVE_BUILD]/swarming.client",
151 "name": "git fetch (swarming_client)" 154 "name": "git fetch (swarming_client)"
152 }, 155 },
153 { 156 {
154 "cmd": [ 157 "cmd": [
155 "git", 158 "git",
156 "checkout", 159 "checkout",
157 "-f", 160 "-f",
158 "FETCH_HEAD" 161 "FETCH_HEAD"
159 ], 162 ],
160 "cwd": "[CWD]/swarming.client", 163 "cwd": "[SLAVE_BUILD]/swarming.client",
161 "name": "git checkout (swarming_client)" 164 "name": "git checkout (swarming_client)"
162 }, 165 },
163 { 166 {
164 "cmd": [ 167 "cmd": [
165 "git", 168 "git",
166 "rev-parse", 169 "rev-parse",
167 "HEAD" 170 "HEAD"
168 ], 171 ],
169 "cwd": "[CWD]/swarming.client", 172 "cwd": "[SLAVE_BUILD]/swarming.client",
170 "name": "read revision", 173 "name": "read revision",
171 "stdout": "/path/to/tmp/", 174 "stdout": "/path/to/tmp/",
172 "~followup_annotations": [ 175 "~followup_annotations": [
173 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" 176 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
174 ] 177 ]
175 }, 178 },
176 { 179 {
177 "cmd": [ 180 "cmd": [
178 "git", 181 "git",
179 "clean", 182 "clean",
180 "-f", 183 "-f",
181 "-d", 184 "-d",
182 "-x" 185 "-x"
183 ], 186 ],
184 "cwd": "[CWD]/swarming.client", 187 "cwd": "[SLAVE_BUILD]/swarming.client",
185 "name": "git clean (swarming_client)" 188 "name": "git clean (swarming_client)"
186 }, 189 },
187 { 190 {
188 "cmd": [ 191 "cmd": [
189 "git", 192 "git",
190 "submodule", 193 "submodule",
191 "sync" 194 "sync"
192 ], 195 ],
193 "cwd": "[CWD]/swarming.client", 196 "cwd": "[SLAVE_BUILD]/swarming.client",
194 "name": "submodule sync (swarming_client)" 197 "name": "submodule sync (swarming_client)"
195 }, 198 },
196 { 199 {
197 "cmd": [ 200 "cmd": [
198 "git", 201 "git",
199 "submodule", 202 "submodule",
200 "update", 203 "update",
201 "--init", 204 "--init",
202 "--recursive" 205 "--recursive"
203 ], 206 ],
204 "cwd": "[CWD]/swarming.client", 207 "cwd": "[SLAVE_BUILD]/swarming.client",
205 "name": "submodule update (swarming_client)" 208 "name": "submodule update (swarming_client)"
206 }, 209 },
207 { 210 {
208 "cmd": [ 211 "cmd": [
209 "python", 212 "python",
210 "-u", 213 "-u",
211 "[CWD]/swarming.client/swarming.py", 214 "[SLAVE_BUILD]/swarming.client/swarming.py",
212 "--version" 215 "--version"
213 ], 216 ],
217 "cwd": "[SLAVE_BUILD]",
214 "name": "swarming.py --version", 218 "name": "swarming.py --version",
215 "stdout": "/path/to/tmp/", 219 "stdout": "/path/to/tmp/",
216 "~followup_annotations": [ 220 "~followup_annotations": [
217 "@@@STEP_TEXT@0.4.10@@@" 221 "@@@STEP_TEXT@0.4.10@@@"
218 ] 222 ]
219 }, 223 },
220 { 224 {
221 "cmd": [ 225 "cmd": [
222 "download_from_google_storage", 226 "download_from_google_storage",
223 "--no_resume", 227 "--no_resume",
224 "--platform=linux*", 228 "--platform=linux*",
225 "--no_auth", 229 "--no_auth",
226 "--bucket", 230 "--bucket",
227 "chromium-luci", 231 "chromium-luci",
228 "-d", 232 "-d",
229 "[CWD]/skia/infra/bots/tools/luci-go/linux64" 233 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64"
230 ], 234 ],
235 "cwd": "[SLAVE_BUILD]",
231 "name": "download luci-go linux" 236 "name": "download luci-go linux"
232 }, 237 },
233 { 238 {
234 "cmd": [ 239 "cmd": [
235 "download_from_google_storage", 240 "download_from_google_storage",
236 "--no_resume", 241 "--no_resume",
237 "--platform=darwin", 242 "--platform=darwin",
238 "--no_auth", 243 "--no_auth",
239 "--bucket", 244 "--bucket",
240 "chromium-luci", 245 "chromium-luci",
241 "-d", 246 "-d",
242 "[CWD]/skia/infra/bots/tools/luci-go/mac64" 247 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64"
243 ], 248 ],
249 "cwd": "[SLAVE_BUILD]",
244 "name": "download luci-go mac" 250 "name": "download luci-go mac"
245 }, 251 },
246 { 252 {
247 "cmd": [ 253 "cmd": [
248 "download_from_google_storage", 254 "download_from_google_storage",
249 "--no_resume", 255 "--no_resume",
250 "--platform=win32", 256 "--platform=win32",
251 "--no_auth", 257 "--no_auth",
252 "--bucket", 258 "--bucket",
253 "chromium-luci", 259 "chromium-luci",
254 "-d", 260 "-d",
255 "[CWD]/skia/infra/bots/tools/luci-go/win64" 261 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64"
256 ], 262 ],
263 "cwd": "[SLAVE_BUILD]",
257 "name": "download luci-go win" 264 "name": "download luci-go win"
258 }, 265 },
259 { 266 {
260 "cmd": [ 267 "cmd": [
261 "python", 268 "python",
262 "-u", 269 "-u",
263 "\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", 270 "\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",
264 "[CWD]/luci-go" 271 "[SLAVE_BUILD]/luci-go"
265 ], 272 ],
273 "cwd": "[SLAVE_BUILD]",
266 "name": "rmtree Go binary dir", 274 "name": "rmtree Go binary dir",
267 "~followup_annotations": [ 275 "~followup_annotations": [
268 "@@@STEP_LOG_LINE@python.inline@@@@", 276 "@@@STEP_LOG_LINE@python.inline@@@@",
269 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 277 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
270 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 278 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
271 "@@@STEP_LOG_LINE@python.inline@@@@", 279 "@@@STEP_LOG_LINE@python.inline@@@@",
272 "@@@STEP_LOG_LINE@python.inline@@@@", 280 "@@@STEP_LOG_LINE@python.inline@@@@",
273 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 281 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
274 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 282 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
275 "@@@STEP_LOG_END@python.inline@@@" 283 "@@@STEP_LOG_END@python.inline@@@"
276 ] 284 ]
277 }, 285 },
278 { 286 {
279 "cmd": [ 287 "cmd": [
280 "python", 288 "python",
281 "-u", 289 "-u",
282 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n", 290 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n",
283 "[CWD]/skia/infra/bots/tools/luci-go", 291 "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go",
284 "[CWD]/luci-go", 292 "[SLAVE_BUILD]/luci-go",
285 "0" 293 "0"
286 ], 294 ],
295 "cwd": "[SLAVE_BUILD]",
287 "name": "Copy Go binary" 296 "name": "Copy Go binary"
288 }, 297 },
289 { 298 {
290 "cmd": [ 299 "cmd": [
291 "python", 300 "python",
292 "-u", 301 "-u",
293 "\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", 302 "\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",
294 "[ROOT]/b/build/third_party/infra", 303 "[BUILD]/third_party/infra",
295 "511" 304 "511"
296 ], 305 ],
306 "cwd": "[SLAVE_BUILD]",
297 "name": "makedirs third_party_infra", 307 "name": "makedirs third_party_infra",
298 "~followup_annotations": [ 308 "~followup_annotations": [
299 "@@@STEP_LOG_LINE@python.inline@@@@", 309 "@@@STEP_LOG_LINE@python.inline@@@@",
300 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 310 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
301 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 311 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
302 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 312 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
303 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 313 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
304 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 314 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
305 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 315 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
306 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 316 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
307 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 317 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
308 "@@@STEP_LOG_END@python.inline@@@" 318 "@@@STEP_LOG_END@python.inline@@@"
309 ] 319 ]
310 }, 320 },
311 { 321 {
312 "cmd": [ 322 "cmd": [
313 "python", 323 "python",
314 "-u", 324 "-u",
315 "\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", 325 "\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",
316 "[CWD]/swarming_temp_dir", 326 "[SLAVE_BUILD]/swarming_temp_dir",
317 "511" 327 "511"
318 ], 328 ],
329 "cwd": "[SLAVE_BUILD]",
319 "name": "makedirs swarming tmp dir", 330 "name": "makedirs swarming tmp dir",
320 "~followup_annotations": [ 331 "~followup_annotations": [
321 "@@@STEP_LOG_LINE@python.inline@@@@", 332 "@@@STEP_LOG_LINE@python.inline@@@@",
322 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 333 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
323 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 334 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
324 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 335 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
325 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 336 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
326 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 337 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
327 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 338 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
328 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 339 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
329 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 340 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
330 "@@@STEP_LOG_END@python.inline@@@" 341 "@@@STEP_LOG_END@python.inline@@@"
331 ] 342 ]
332 }, 343 },
333 { 344 {
334 "cmd": [ 345 "cmd": [
335 "python", 346 "python",
336 "-u", 347 "-u",
337 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 348 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
338 "{\n \"args\": [\n \"--isolate\", \n \"[ROOT]/b/build/scr ipts/slave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n \"[CWD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \" --config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\" : \"[ROOT]/b/build/scripts/slave/recipes/skia\", \n \"version\": 1\n}", 349 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl ave/recipes/skia/swarm_recipe.isolate\", \n \"--isolated\", \n \"[ SLAVE_BUILD]/swarming_temp_dir/skia-task-isolate_recipes.isolated\", \n \ "--config-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\ ": \"[BUILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}",
339 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" 350 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json"
340 ], 351 ],
352 "cwd": "[SLAVE_BUILD]",
341 "name": "Write isolate_recipes.isolated.gen.json" 353 "name": "Write isolate_recipes.isolated.gen.json"
342 }, 354 },
343 { 355 {
344 "cmd": [ 356 "cmd": [
345 "python", 357 "python",
346 "-u", 358 "-u",
347 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 359 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
348 "[CWD]/swarming.client", 360 "[SLAVE_BUILD]/swarming.client",
349 "batcharchive", 361 "batcharchive",
350 "--dump-json", 362 "--dump-json",
351 "/path/to/tmp/json", 363 "/path/to/tmp/json",
352 "--isolate-server", 364 "--isolate-server",
353 "https://isolateserver.appspot.com", 365 "https://isolateserver.appspot.com",
354 "--verbose", 366 "--verbose",
355 "[CWD]/swarming_temp_dir/isolate_recipes.isolated.gen.json" 367 "[SLAVE_BUILD]/swarming_temp_dir/isolate_recipes.isolated.gen.json"
356 ], 368 ],
369 "cwd": "[SLAVE_BUILD]",
357 "name": "isolate tests", 370 "name": "isolate tests",
358 "~followup_annotations": [ 371 "~followup_annotations": [
359 "@@@STEP_LOG_LINE@json.output@{@@@", 372 "@@@STEP_LOG_LINE@json.output@{@@@",
360 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso late_recipes]\"@@@", 373 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso late_recipes]\"@@@",
361 "@@@STEP_LOG_LINE@json.output@}@@@", 374 "@@@STEP_LOG_LINE@json.output@}@@@",
362 "@@@STEP_LOG_END@json.output@@@", 375 "@@@STEP_LOG_END@json.output@@@",
363 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo r isolate_recipes]\"}@@@" 376 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo r isolate_recipes]\"}@@@"
364 ] 377 ]
365 }, 378 },
366 { 379 {
367 "cmd": [ 380 "cmd": [
368 "python", 381 "python",
369 "-u", 382 "-u",
370 "\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", 383 "\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",
371 "[CWD]/swarming_temp_dir", 384 "[SLAVE_BUILD]/swarming_temp_dir",
372 "511" 385 "511"
373 ], 386 ],
387 "cwd": "[SLAVE_BUILD]",
374 "name": "makedirs swarming tmp dir (2)", 388 "name": "makedirs swarming tmp dir (2)",
375 "~followup_annotations": [ 389 "~followup_annotations": [
376 "@@@STEP_LOG_LINE@python.inline@@@@", 390 "@@@STEP_LOG_LINE@python.inline@@@@",
377 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 391 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
378 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 392 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
379 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 393 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
380 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 394 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
381 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 395 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
382 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 396 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
383 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 397 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
384 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 398 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
385 "@@@STEP_LOG_END@python.inline@@@" 399 "@@@STEP_LOG_END@python.inline@@@"
386 ] 400 ]
387 }, 401 },
388 { 402 {
389 "cmd": [ 403 "cmd": [
390 "python", 404 "python",
391 "-u", 405 "-u",
392 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 406 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
393 "{\n \"args\": [\n \"--isolate\", \n \"[CWD]/skia/infra/b ots/compile_skia.isolate\", \n \"--isolated\", \n \"[CWD]/swarming _temp_dir/skia-task-compile_skia.isolated\", \n \"--config-variable\", \n \"OS\", \n \"Mac\", \n \"--blacklist\", \n \".git\" , \n \"--blacklist\", \n \"out\", \n \"--blacklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORKDIR\", \n \"[CWD]\", \n \"--extra-variable\", \n \"BUILD\", \n \"[RO OT]/b/build\"\n ], \n \"dir\": \"[CWD]\", \n \"version\": 1\n}", 407 "{\n \"args\": [\n \"--isolate\", \n \"[SLAVE_BUILD]/skia /infra/bots/compile_skia.isolate\", \n \"--isolated\", \n \"[SLAVE _BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated\", \n \"--confi g-variable\", \n \"OS\", \n \"Mac\", \n \"--blacklist\", \n \".git\", \n \"--blacklist\", \n \"out\", \n \"--bl acklist\", \n \"*.pyc\", \n \"--extra-variable\", \n \"WORK DIR\", \n \"[SLAVE_BUILD]\", \n \"--extra-variable\", \n \" BUILD\", \n \"[BUILD]\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \ "version\": 1\n}",
394 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" 408 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
395 ], 409 ],
410 "cwd": "[SLAVE_BUILD]",
396 "name": "Write compile_skia.isolated.gen.json" 411 "name": "Write compile_skia.isolated.gen.json"
397 }, 412 },
398 { 413 {
399 "cmd": [ 414 "cmd": [
400 "python", 415 "python",
401 "-u", 416 "-u",
402 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 417 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
403 "[CWD]/swarming.client", 418 "[SLAVE_BUILD]/swarming.client",
404 "batcharchive", 419 "batcharchive",
405 "--dump-json", 420 "--dump-json",
406 "/path/to/tmp/json", 421 "/path/to/tmp/json",
407 "--isolate-server", 422 "--isolate-server",
408 "https://isolateserver.appspot.com", 423 "https://isolateserver.appspot.com",
409 "--verbose", 424 "--verbose",
410 "[CWD]/swarming_temp_dir/compile_skia.isolated.gen.json" 425 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json"
411 ], 426 ],
427 "cwd": "[SLAVE_BUILD]",
412 "name": "isolate tests (2)", 428 "name": "isolate tests (2)",
413 "~followup_annotations": [ 429 "~followup_annotations": [
414 "@@@STEP_LOG_LINE@json.output@{@@@", 430 "@@@STEP_LOG_LINE@json.output@{@@@",
415 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@", 431 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil e_skia]\"@@@",
416 "@@@STEP_LOG_LINE@json.output@}@@@", 432 "@@@STEP_LOG_LINE@json.output@}@@@",
417 "@@@STEP_LOG_END@json.output@@@", 433 "@@@STEP_LOG_END@json.output@@@",
418 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@" 434 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c ompile_skia]\"}@@@"
419 ] 435 ]
420 }, 436 },
421 { 437 {
422 "cmd": [ 438 "cmd": [
423 "python", 439 "python",
424 "-u", 440 "-u",
425 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n", 441 "\nimport json\nimport sys\nwith open(sys.argv[1]) as f:\n isolated = jso n.load(f)\nfor h in sys.argv[2:]:\n isolated['includes'].append(h)\nwith open(s ys.argv[1], 'w') as f:\n json.dump(isolated, f, sort_keys=True)\n",
426 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated", 442 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated",
427 "[dummy hash for isolate_recipes]" 443 "[dummy hash for isolate_recipes]"
428 ], 444 ],
445 "cwd": "[SLAVE_BUILD]",
429 "name": "add_isolated_input", 446 "name": "add_isolated_input",
430 "~followup_annotations": [ 447 "~followup_annotations": [
431 "@@@STEP_LOG_LINE@python.inline@@@@", 448 "@@@STEP_LOG_LINE@python.inline@@@@",
432 "@@@STEP_LOG_LINE@python.inline@import json@@@", 449 "@@@STEP_LOG_LINE@python.inline@import json@@@",
433 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 450 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
434 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", 451 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
435 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@", 452 "@@@STEP_LOG_LINE@python.inline@ isolated = json.load(f)@@@",
436 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@", 453 "@@@STEP_LOG_LINE@python.inline@for h in sys.argv[2:]:@@@",
437 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@", 454 "@@@STEP_LOG_LINE@python.inline@ isolated['includes'].append(h)@@@",
438 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 455 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
439 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @", 456 "@@@STEP_LOG_LINE@python.inline@ json.dump(isolated, f, sort_keys=True)@@ @",
440 "@@@STEP_LOG_END@python.inline@@@" 457 "@@@STEP_LOG_END@python.inline@@@"
441 ] 458 ]
442 }, 459 },
443 { 460 {
444 "cmd": [ 461 "cmd": [
445 "python", 462 "python",
446 "-u", 463 "-u",
447 "[CWD]/swarming.client/isolateserver.py", 464 "[SLAVE_BUILD]/swarming.client/isolateserver.py",
448 "archive", 465 "archive",
449 "--isolate-server", 466 "--isolate-server",
450 "https://isolateserver.appspot.com", 467 "https://isolateserver.appspot.com",
451 "[CWD]/swarming_temp_dir/skia-task-compile_skia.isolated" 468 "[SLAVE_BUILD]/swarming_temp_dir/skia-task-compile_skia.isolated"
452 ], 469 ],
470 "cwd": "[SLAVE_BUILD]",
453 "name": "upload new .isolated file for compile_skia", 471 "name": "upload new .isolated file for compile_skia",
454 "stdout": "/path/to/tmp/" 472 "stdout": "/path/to/tmp/"
455 }, 473 },
456 { 474 {
457 "cmd": [ 475 "cmd": [
458 "python", 476 "python",
459 "-u", 477 "-u",
460 "[CWD]/swarming.client/swarming.py", 478 "[SLAVE_BUILD]/swarming.client/swarming.py",
461 "trigger", 479 "trigger",
462 "--swarming", 480 "--swarming",
463 "https://chromium-swarm.appspot.com", 481 "https://chromium-swarm.appspot.com",
464 "--isolate-server", 482 "--isolate-server",
465 "https://isolateserver.appspot.com", 483 "https://isolateserver.appspot.com",
466 "--priority", 484 "--priority",
467 "90", 485 "90",
468 "--shards", 486 "--shards",
469 "1", 487 "1",
470 "--task-name", 488 "--task-name",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 "../../..", 527 "../../..",
510 "skia/swarm_compile", 528 "skia/swarm_compile",
511 "buildername=Build-Mac-Clang-x86_64-Release-Swarming", 529 "buildername=Build-Mac-Clang-x86_64-Release-Swarming",
512 "mastername=client.skia.fyi", 530 "mastername=client.skia.fyi",
513 "buildnumber=5", 531 "buildnumber=5",
514 "slavename=skiabot-linux-housekeeper-003", 532 "slavename=skiabot-linux-housekeeper-003",
515 "reason=Triggered by Skia swarm_trigger Recipe", 533 "reason=Triggered by Skia swarm_trigger Recipe",
516 "swarm_out_dir=${ISOLATED_OUTDIR}", 534 "swarm_out_dir=${ISOLATED_OUTDIR}",
517 "revision=164710" 535 "revision=164710"
518 ], 536 ],
537 "cwd": "[SLAVE_BUILD]",
519 "name": "[trigger] compile_skia on Mac", 538 "name": "[trigger] compile_skia on Mac",
520 "~followup_annotations": [ 539 "~followup_annotations": [
521 "@@@STEP_LOG_LINE@json.output@{@@@", 540 "@@@STEP_LOG_LINE@json.output@{@@@",
522 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/def 456/Build-Mac-Clang-x86_64-Release-Swarming/5\", @@@", 541 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Mac/def 456/Build-Mac-Clang-x86_64-Release-Swarming/5\", @@@",
523 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 542 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
524 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/def456/Build-Mac-Clan g-x86_64-Release-Swarming/5\": {@@@", 543 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Mac/def456/Build-Mac-Clan g-x86_64-Release-Swarming/5\": {@@@",
525 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 544 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
526 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 545 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
527 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 546 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
528 "@@@STEP_LOG_LINE@json.output@ }@@@", 547 "@@@STEP_LOG_LINE@json.output@ }@@@",
529 "@@@STEP_LOG_LINE@json.output@ }@@@", 548 "@@@STEP_LOG_LINE@json.output@ }@@@",
530 "@@@STEP_LOG_LINE@json.output@}@@@", 549 "@@@STEP_LOG_LINE@json.output@}@@@",
531 "@@@STEP_LOG_END@json.output@@@", 550 "@@@STEP_LOG_END@json.output@@@",
532 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 551 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
533 ] 552 ]
534 }, 553 },
535 { 554 {
536 "cmd": [ 555 "cmd": [
537 "python", 556 "python",
538 "-u", 557 "-u",
539 "[CWD]/swarming.client/swarming.py", 558 "[SLAVE_BUILD]/swarming.client/swarming.py",
540 "collect", 559 "collect",
541 "--swarming", 560 "--swarming",
542 "https://chromium-swarm.appspot.com", 561 "https://chromium-swarm.appspot.com",
543 "--decorate", 562 "--decorate",
544 "--print-status-updates", 563 "--print-status-updates",
545 "--shards", 564 "--shards",
546 "1", 565 "1",
547 "compile_skia/Mac/def456/Build-Mac-Clang-x86_64-Release-Swarming/5", 566 "compile_skia/Mac/def456/Build-Mac-Clang-x86_64-Release-Swarming/5",
548 "--task-summary-json", 567 "--task-summary-json",
549 "/path/to/tmp/json" 568 "/path/to/tmp/json"
550 ], 569 ],
570 "cwd": "[SLAVE_BUILD]",
551 "name": "compile_skia on Mac", 571 "name": "compile_skia on Mac",
552 "~followup_annotations": [ 572 "~followup_annotations": [
553 "@@@STEP_TEXT@swarming pending 71s@@@", 573 "@@@STEP_TEXT@swarming pending 71s@@@",
554 "@@@STEP_LOG_LINE@json.output@{@@@", 574 "@@@STEP_LOG_LINE@json.output@{@@@",
555 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 575 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
556 "@@@STEP_LOG_LINE@json.output@ {@@@", 576 "@@@STEP_LOG_LINE@json.output@ {@@@",
557 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 577 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
558 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 578 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
559 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 579 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
560 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 580 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 30 matching lines...) Expand all
591 "@@@STEP_LOG_END@json.output@@@", 611 "@@@STEP_LOG_END@json.output@@@",
592 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 612 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
593 ] 613 ]
594 }, 614 },
595 { 615 {
596 "name": "$result", 616 "name": "$result",
597 "recipe_result": null, 617 "recipe_result": null,
598 "status_code": 0 618 "status_code": 0
599 } 619 }
600 ] 620 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698