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 20 matching lines...) Expand all Loading... |
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]/third_party/gsutil/gsutil" | 41 "[DEPOT_TOOLS]/gsutil.py" |
42 ], | 42 ], |
43 "cwd": "[SLAVE_BUILD]/skia", | 43 "cwd": "[SLAVE_BUILD]/skia", |
44 "env": { | 44 "env": { |
45 "BUILDTYPE": "Release", | 45 "BUILDTYPE": "Release", |
46 "CHROME_HEADLESS": "1", | 46 "CHROME_HEADLESS": "1", |
47 "SKIA_OUT": "[SLAVE_BUILD]/out" | 47 "SKIA_OUT": "[SLAVE_BUILD]/out" |
48 }, | 48 }, |
49 "name": "generate and upload doxygen" | 49 "name": "generate and upload doxygen" |
50 }, | 50 }, |
51 { | 51 { |
52 "cmd": [ | 52 "cmd": [ |
53 "python", | 53 "python", |
54 "RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py", | 54 "RECIPE_MODULE[skia::core]/resources/run_binary_size_analysis.py", |
55 "--library", | 55 "--library", |
56 "[SLAVE_BUILD]/out/Release/lib/libskia.so", | 56 "[SLAVE_BUILD]/out/Release/lib/libskia.so", |
57 "--githash", | 57 "--githash", |
58 "abc123", | 58 "abc123", |
59 "--gsutil_path", | 59 "--gsutil_path", |
60 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" | 60 "[DEPOT_TOOLS]/gsutil.py" |
61 ], | 61 ], |
62 "cwd": "[SLAVE_BUILD]/skia", | 62 "cwd": "[SLAVE_BUILD]/skia", |
63 "env": { | 63 "env": { |
64 "BUILDTYPE": "Release", | 64 "BUILDTYPE": "Release", |
65 "CHROME_HEADLESS": "1", | 65 "CHROME_HEADLESS": "1", |
66 "SKIA_OUT": "[SLAVE_BUILD]/out" | 66 "SKIA_OUT": "[SLAVE_BUILD]/out" |
67 }, | 67 }, |
68 "name": "generate and upload binary size data" | 68 "name": "generate and upload binary size data" |
69 }, | 69 }, |
70 { | 70 { |
(...skipping 27 matching lines...) Expand all Loading... |
98 "SKIA_OUT": "[SLAVE_BUILD]/out" | 98 "SKIA_OUT": "[SLAVE_BUILD]/out" |
99 }, | 99 }, |
100 "name": "run extract_comments" | 100 "name": "run extract_comments" |
101 }, | 101 }, |
102 { | 102 { |
103 "name": "$result", | 103 "name": "$result", |
104 "recipe_result": null, | 104 "recipe_result": null, |
105 "status_code": 0 | 105 "status_code": 0 |
106 } | 106 } |
107 ] | 107 ] |
OLD | NEW |