| 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 19 matching lines...) Expand all Loading... |
| 30 "env": { | 30 "env": { |
| 31 "BUILDTYPE": "Release", | 31 "BUILDTYPE": "Release", |
| 32 "CHROME_HEADLESS": "1", | 32 "CHROME_HEADLESS": "1", |
| 33 "SKIA_OUT": "[SLAVE_BUILD]/out" | 33 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 34 }, | 34 }, |
| 35 "name": "android platform self-tests" | 35 "name": "android platform self-tests" |
| 36 }, | 36 }, |
| 37 { | 37 { |
| 38 "cmd": [ | 38 "cmd": [ |
| 39 "python", | 39 "python", |
| 40 "RECIPE_MODULE[skia::core]/resources/generate_and_upload_doxygen.py", | 40 "RECIPE_MODULE[skia::core]/resources/generate_and_upload_doxygen.py" |
| 41 "[DEPOT_TOOLS]/gsutil.py" | |
| 42 ], | 41 ], |
| 43 "cwd": "[SLAVE_BUILD]/skia", | 42 "cwd": "[SLAVE_BUILD]/skia", |
| 44 "env": { | 43 "env": { |
| 45 "BUILDTYPE": "Release", | 44 "BUILDTYPE": "Release", |
| 46 "CHROME_HEADLESS": "1", | 45 "CHROME_HEADLESS": "1", |
| 47 "SKIA_OUT": "[SLAVE_BUILD]/out" | 46 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 48 }, | 47 }, |
| 49 "name": "generate and upload doxygen" | 48 "name": "generate and upload doxygen" |
| 50 }, | 49 }, |
| 51 { | 50 { |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 "SKIA_OUT": "[SLAVE_BUILD]/out" | 97 "SKIA_OUT": "[SLAVE_BUILD]/out" |
| 99 }, | 98 }, |
| 100 "name": "run extract_comments" | 99 "name": "run extract_comments" |
| 101 }, | 100 }, |
| 102 { | 101 { |
| 103 "name": "$result", | 102 "name": "$result", |
| 104 "recipe_result": null, | 103 "recipe_result": null, |
| 105 "status_code": 0 | 104 "status_code": 0 |
| 106 } | 105 } |
| 107 ] | 106 ] |
| OLD | NEW |