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

Side by Side Diff: scripts/slave/recipes/perf/ct_top1k_perf.expected/CT_Top1k_RR.json

Issue 1441173003: CT Skia recipe to run DM on the top 10k SKPs using swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@ct-swarming-perf
Patch Set: Rebase expectations due to step name change Created 5 years 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf.fyi", 8 "chromium.perf.fyi",
9 "--builder", 9 "--builder",
10 "Linux CT Top1k RR Perf", 10 "Linux CT Top1k RR Perf",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 }, 217 },
218 { 218 {
219 "cmd": [ 219 "cmd": [
220 "python", 220 "python",
221 "-u", 221 "-u",
222 "\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", 222 "\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",
223 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets", 223 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets",
224 "511" 224 "511"
225 ], 225 ],
226 "cwd": "[SLAVE_BUILD]", 226 "cwd": "[SLAVE_BUILD]",
227 "name": "makedirs Create page_sets dir", 227 "name": "makedirs page_sets dir",
228 "~followup_annotations": [ 228 "~followup_annotations": [
229 "@@@STEP_LOG_LINE@python.inline@@@@", 229 "@@@STEP_LOG_LINE@python.inline@@@@",
230 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 230 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
231 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 231 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
232 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 232 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
233 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 233 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
234 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 234 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
235 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 235 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
236 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 236 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
237 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 237 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
255 }, 255 },
256 { 256 {
257 "cmd": [ 257 "cmd": [
258 "python", 258 "python",
259 "-u", 259 "-u",
260 "\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", 260 "\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",
261 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets/data", 261 "[SLAVE_BUILD]/src/content/test/ct/slave1/page_sets/data",
262 "511" 262 "511"
263 ], 263 ],
264 "cwd": "[SLAVE_BUILD]", 264 "cwd": "[SLAVE_BUILD]",
265 "name": "makedirs Create WPR dir", 265 "name": "makedirs WPR dir",
266 "~followup_annotations": [ 266 "~followup_annotations": [
267 "@@@STEP_LOG_LINE@python.inline@@@@", 267 "@@@STEP_LOG_LINE@python.inline@@@@",
268 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 268 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
269 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 269 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
270 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 270 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
271 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 271 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
272 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 272 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
273 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 273 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
274 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 274 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
275 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 275 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
293 }, 293 },
294 { 294 {
295 "cmd": [ 295 "cmd": [
296 "python", 296 "python",
297 "-u", 297 "-u",
298 "\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", 298 "\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",
299 "[TMP_BASE]/swarming_temp_dir", 299 "[TMP_BASE]/swarming_temp_dir",
300 "511" 300 "511"
301 ], 301 ],
302 "cwd": "[SLAVE_BUILD]", 302 "cwd": "[SLAVE_BUILD]",
303 "name": "makedirs Create swarming tmp dir", 303 "name": "makedirs swarming tmp dir",
304 "~followup_annotations": [ 304 "~followup_annotations": [
305 "@@@STEP_LOG_LINE@python.inline@@@@", 305 "@@@STEP_LOG_LINE@python.inline@@@@",
306 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 306 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
307 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 307 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
308 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 308 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
309 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 309 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
310 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 310 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
311 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 311 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
312 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 312 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
313 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 313 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 13 matching lines...) Expand all
327 }, 327 },
328 { 328 {
329 "cmd": [ 329 "cmd": [
330 "python", 330 "python",
331 "-u", 331 "-u",
332 "\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", 332 "\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",
333 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets", 333 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets",
334 "511" 334 "511"
335 ], 335 ],
336 "cwd": "[SLAVE_BUILD]", 336 "cwd": "[SLAVE_BUILD]",
337 "name": "makedirs Create page_sets dir (2)", 337 "name": "makedirs page_sets dir (2)",
338 "~followup_annotations": [ 338 "~followup_annotations": [
339 "@@@STEP_LOG_LINE@python.inline@@@@", 339 "@@@STEP_LOG_LINE@python.inline@@@@",
340 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 340 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
341 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 341 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
342 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 342 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
343 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 343 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
344 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 344 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
345 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 345 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
346 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 346 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
347 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 347 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
365 }, 365 },
366 { 366 {
367 "cmd": [ 367 "cmd": [
368 "python", 368 "python",
369 "-u", 369 "-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", 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",
371 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets/data", 371 "[SLAVE_BUILD]/src/content/test/ct/slave2/page_sets/data",
372 "511" 372 "511"
373 ], 373 ],
374 "cwd": "[SLAVE_BUILD]", 374 "cwd": "[SLAVE_BUILD]",
375 "name": "makedirs Create WPR dir (2)", 375 "name": "makedirs WPR dir (2)",
376 "~followup_annotations": [ 376 "~followup_annotations": [
377 "@@@STEP_LOG_LINE@python.inline@@@@", 377 "@@@STEP_LOG_LINE@python.inline@@@@",
378 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 378 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
379 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 379 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
380 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 380 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
381 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 381 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
382 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 382 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
383 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 383 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
384 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 384 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
385 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 385 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
403 }, 403 },
404 { 404 {
405 "cmd": [ 405 "cmd": [
406 "python", 406 "python",
407 "-u", 407 "-u",
408 "\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", 408 "\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",
409 "[TMP_BASE]/swarming_temp_dir", 409 "[TMP_BASE]/swarming_temp_dir",
410 "511" 410 "511"
411 ], 411 ],
412 "cwd": "[SLAVE_BUILD]", 412 "cwd": "[SLAVE_BUILD]",
413 "name": "makedirs Create swarming tmp dir (2)", 413 "name": "makedirs swarming tmp dir (2)",
414 "~followup_annotations": [ 414 "~followup_annotations": [
415 "@@@STEP_LOG_LINE@python.inline@@@@", 415 "@@@STEP_LOG_LINE@python.inline@@@@",
416 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 416 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
417 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 417 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
418 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 418 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
419 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 419 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
420 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 420 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
421 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 421 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
422 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 422 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
423 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 423 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 13 matching lines...) Expand all
437 }, 437 },
438 { 438 {
439 "cmd": [ 439 "cmd": [
440 "python", 440 "python",
441 "-u", 441 "-u",
442 "\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", 442 "\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",
443 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets", 443 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets",
444 "511" 444 "511"
445 ], 445 ],
446 "cwd": "[SLAVE_BUILD]", 446 "cwd": "[SLAVE_BUILD]",
447 "name": "makedirs Create page_sets dir (3)", 447 "name": "makedirs page_sets dir (3)",
448 "~followup_annotations": [ 448 "~followup_annotations": [
449 "@@@STEP_LOG_LINE@python.inline@@@@", 449 "@@@STEP_LOG_LINE@python.inline@@@@",
450 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 450 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
451 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 451 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
452 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 452 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
453 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 453 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
454 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 454 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
455 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 455 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
456 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 456 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
457 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 457 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
475 }, 475 },
476 { 476 {
477 "cmd": [ 477 "cmd": [
478 "python", 478 "python",
479 "-u", 479 "-u",
480 "\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", 480 "\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",
481 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets/data", 481 "[SLAVE_BUILD]/src/content/test/ct/slave3/page_sets/data",
482 "511" 482 "511"
483 ], 483 ],
484 "cwd": "[SLAVE_BUILD]", 484 "cwd": "[SLAVE_BUILD]",
485 "name": "makedirs Create WPR dir (3)", 485 "name": "makedirs WPR dir (3)",
486 "~followup_annotations": [ 486 "~followup_annotations": [
487 "@@@STEP_LOG_LINE@python.inline@@@@", 487 "@@@STEP_LOG_LINE@python.inline@@@@",
488 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 488 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
489 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 489 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
490 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 490 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
491 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 491 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
492 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 492 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
493 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 493 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
494 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 494 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
495 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 495 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
513 }, 513 },
514 { 514 {
515 "cmd": [ 515 "cmd": [
516 "python", 516 "python",
517 "-u", 517 "-u",
518 "\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", 518 "\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",
519 "[TMP_BASE]/swarming_temp_dir", 519 "[TMP_BASE]/swarming_temp_dir",
520 "511" 520 "511"
521 ], 521 ],
522 "cwd": "[SLAVE_BUILD]", 522 "cwd": "[SLAVE_BUILD]",
523 "name": "makedirs Create swarming tmp dir (3)", 523 "name": "makedirs swarming tmp dir (3)",
524 "~followup_annotations": [ 524 "~followup_annotations": [
525 "@@@STEP_LOG_LINE@python.inline@@@@", 525 "@@@STEP_LOG_LINE@python.inline@@@@",
526 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 526 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
527 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 527 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
528 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 528 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
529 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 529 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
530 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 530 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
531 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 531 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
532 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 532 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
533 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 533 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 13 matching lines...) Expand all
547 }, 547 },
548 { 548 {
549 "cmd": [ 549 "cmd": [
550 "python", 550 "python",
551 "-u", 551 "-u",
552 "\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", 552 "\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",
553 "[SLAVE_BUILD]/src/content/test/ct/slave4/page_sets", 553 "[SLAVE_BUILD]/src/content/test/ct/slave4/page_sets",
554 "511" 554 "511"
555 ], 555 ],
556 "cwd": "[SLAVE_BUILD]", 556 "cwd": "[SLAVE_BUILD]",
557 "name": "makedirs Create page_sets dir (4)", 557 "name": "makedirs page_sets dir (4)",
558 "~followup_annotations": [ 558 "~followup_annotations": [
559 "@@@STEP_LOG_LINE@python.inline@@@@", 559 "@@@STEP_LOG_LINE@python.inline@@@@",
560 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 560 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
561 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 561 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
562 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 562 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
563 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 563 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
564 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 564 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
565 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 565 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
566 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 566 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
567 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 567 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
585 }, 585 },
586 { 586 {
587 "cmd": [ 587 "cmd": [
588 "python", 588 "python",
589 "-u", 589 "-u",
590 "\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", 590 "\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",
591 "[SLAVE_BUILD]/src/content/test/ct/slave4/page_sets/data", 591 "[SLAVE_BUILD]/src/content/test/ct/slave4/page_sets/data",
592 "511" 592 "511"
593 ], 593 ],
594 "cwd": "[SLAVE_BUILD]", 594 "cwd": "[SLAVE_BUILD]",
595 "name": "makedirs Create WPR dir (4)", 595 "name": "makedirs WPR dir (4)",
596 "~followup_annotations": [ 596 "~followup_annotations": [
597 "@@@STEP_LOG_LINE@python.inline@@@@", 597 "@@@STEP_LOG_LINE@python.inline@@@@",
598 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 598 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
599 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 599 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
600 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 600 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
601 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 601 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
602 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 602 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
603 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 603 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
604 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 604 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
605 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 605 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
623 }, 623 },
624 { 624 {
625 "cmd": [ 625 "cmd": [
626 "python", 626 "python",
627 "-u", 627 "-u",
628 "\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", 628 "\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",
629 "[TMP_BASE]/swarming_temp_dir", 629 "[TMP_BASE]/swarming_temp_dir",
630 "511" 630 "511"
631 ], 631 ],
632 "cwd": "[SLAVE_BUILD]", 632 "cwd": "[SLAVE_BUILD]",
633 "name": "makedirs Create swarming tmp dir (4)", 633 "name": "makedirs swarming tmp dir (4)",
634 "~followup_annotations": [ 634 "~followup_annotations": [
635 "@@@STEP_LOG_LINE@python.inline@@@@", 635 "@@@STEP_LOG_LINE@python.inline@@@@",
636 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 636 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
637 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 637 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
638 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 638 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
639 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 639 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
640 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 640 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
641 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 641 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
642 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 642 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
643 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 643 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 13 matching lines...) Expand all
657 }, 657 },
658 { 658 {
659 "cmd": [ 659 "cmd": [
660 "python", 660 "python",
661 "-u", 661 "-u",
662 "\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", 662 "\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",
663 "[SLAVE_BUILD]/src/content/test/ct/slave5/page_sets", 663 "[SLAVE_BUILD]/src/content/test/ct/slave5/page_sets",
664 "511" 664 "511"
665 ], 665 ],
666 "cwd": "[SLAVE_BUILD]", 666 "cwd": "[SLAVE_BUILD]",
667 "name": "makedirs Create page_sets dir (5)", 667 "name": "makedirs page_sets dir (5)",
668 "~followup_annotations": [ 668 "~followup_annotations": [
669 "@@@STEP_LOG_LINE@python.inline@@@@", 669 "@@@STEP_LOG_LINE@python.inline@@@@",
670 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 670 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
671 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 671 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
672 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 672 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
673 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 673 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
674 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 674 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
675 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 675 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
676 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 676 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
677 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 677 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
695 }, 695 },
696 { 696 {
697 "cmd": [ 697 "cmd": [
698 "python", 698 "python",
699 "-u", 699 "-u",
700 "\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", 700 "\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",
701 "[SLAVE_BUILD]/src/content/test/ct/slave5/page_sets/data", 701 "[SLAVE_BUILD]/src/content/test/ct/slave5/page_sets/data",
702 "511" 702 "511"
703 ], 703 ],
704 "cwd": "[SLAVE_BUILD]", 704 "cwd": "[SLAVE_BUILD]",
705 "name": "makedirs Create WPR dir (5)", 705 "name": "makedirs WPR dir (5)",
706 "~followup_annotations": [ 706 "~followup_annotations": [
707 "@@@STEP_LOG_LINE@python.inline@@@@", 707 "@@@STEP_LOG_LINE@python.inline@@@@",
708 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 708 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
709 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 709 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
710 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 710 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
711 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 711 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
712 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 712 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
713 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 713 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
714 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 714 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
715 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 715 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 17 matching lines...) Expand all
733 }, 733 },
734 { 734 {
735 "cmd": [ 735 "cmd": [
736 "python", 736 "python",
737 "-u", 737 "-u",
738 "\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", 738 "\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",
739 "[TMP_BASE]/swarming_temp_dir", 739 "[TMP_BASE]/swarming_temp_dir",
740 "511" 740 "511"
741 ], 741 ],
742 "cwd": "[SLAVE_BUILD]", 742 "cwd": "[SLAVE_BUILD]",
743 "name": "makedirs Create swarming tmp dir (5)", 743 "name": "makedirs swarming tmp dir (5)",
744 "~followup_annotations": [ 744 "~followup_annotations": [
745 "@@@STEP_LOG_LINE@python.inline@@@@", 745 "@@@STEP_LOG_LINE@python.inline@@@@",
746 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 746 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
747 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 747 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
748 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 748 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
749 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 749 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
750 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 750 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
751 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 751 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
752 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 752 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
753 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 753 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 "@@@STEP_LOG_END@json.output@@@", 1400 "@@@STEP_LOG_END@json.output@@@",
1401 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 1401 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
1402 ] 1402 ]
1403 }, 1403 },
1404 { 1404 {
1405 "name": "$result", 1405 "name": "$result",
1406 "recipe_result": null, 1406 "recipe_result": null,
1407 "status_code": 0 1407 "status_code": 0
1408 } 1408 }
1409 ] 1409 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698