OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\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", | 6 "\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", |
7 "[SLAVE_BUILD]/tmp", | 7 "[SLAVE_BUILD]/tmp", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs tmp_dir", | 10 "name": "makedirs tmp_dir", |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 "gm", | 425 "gm", |
426 "_", | 426 "_", |
427 "image-cacherator-from-ctable", | 427 "image-cacherator-from-ctable", |
428 "2ndpic-8888", | 428 "2ndpic-8888", |
429 "gm", | 429 "gm", |
430 "_", | 430 "_", |
431 "image-cacherator-from-ctable", | 431 "image-cacherator-from-ctable", |
432 "serialize-8888", | 432 "serialize-8888", |
433 "gm", | 433 "gm", |
434 "_", | 434 "_", |
435 "image-cacherator-from-ctable" | 435 "image-cacherator-from-ctable", |
| 436 "sp-8888", |
| 437 "gm", |
| 438 "_", |
| 439 "gamut", |
| 440 "pic-8888", |
| 441 "gm", |
| 442 "_", |
| 443 "gamut", |
| 444 "lite-8888", |
| 445 "gm", |
| 446 "_", |
| 447 "gamut", |
| 448 "2ndpic-8888", |
| 449 "gm", |
| 450 "_", |
| 451 "gamut", |
| 452 "serialize-8888", |
| 453 "gm", |
| 454 "_", |
| 455 "gamut" |
436 ], | 456 ], |
437 "env": { | 457 "env": { |
438 "BUILDTYPE": "Debug", | 458 "BUILDTYPE": "Debug", |
439 "CHROME_HEADLESS": "1", | 459 "CHROME_HEADLESS": "1", |
440 "SKIA_OUT": "[SLAVE_BUILD]/out" | 460 "SKIA_OUT": "[SLAVE_BUILD]/out" |
441 }, | 461 }, |
442 "name": "dm" | 462 "name": "dm" |
443 }, | 463 }, |
444 { | 464 { |
445 "name": "$result", | 465 "name": "$result", |
446 "recipe_result": null, | 466 "recipe_result": null, |
447 "status_code": 0 | 467 "status_code": 0 |
448 } | 468 } |
449 ] | 469 ] |
OLD | NEW |