| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" |
| 10 ], | 10 ], |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "cmd": [ | 70 "cmd": [ |
| 71 "python", | 71 "python", |
| 72 "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py" | 72 "[SLAVE_BUILD]/skia/platform_tools/android/tests/run_all.py" |
| 73 ], | 73 ], |
| 74 "cwd": "[SLAVE_BUILD]/skia", | 74 "cwd": "[SLAVE_BUILD]/skia", |
| 75 "name": "android platform self-tests" | 75 "name": "android platform self-tests" |
| 76 }, | 76 }, |
| 77 { | 77 { |
| 78 "cmd": [ | 78 "cmd": [ |
| 79 "python", | 79 "python", |
| 80 "[BUILD]/scripts/slave/recipe_modules/skia/resources/generate_and_upload_d
oxygen.py", | 80 "RECIPE_MODULE[skia]/resources/generate_and_upload_doxygen.py", |
| 81 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" | 81 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" |
| 82 ], | 82 ], |
| 83 "cwd": "[SLAVE_BUILD]/skia", | 83 "cwd": "[SLAVE_BUILD]/skia", |
| 84 "name": "generate and upload doxygen" | 84 "name": "generate and upload doxygen" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "git", | 88 "git", |
| 89 "show", | 89 "show", |
| 90 "HEAD", | 90 "HEAD", |
| 91 "--format=%at", | 91 "--format=%at", |
| 92 "-s" | 92 "-s" |
| 93 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]/skia", | 94 "cwd": "[SLAVE_BUILD]/skia", |
| 95 "name": "git show", | 95 "name": "git show", |
| 96 "stdout": "/path/to/tmp/" | 96 "stdout": "/path/to/tmp/" |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "cmd": [ | 99 "cmd": [ |
| 100 "python", | 100 "python", |
| 101 "[BUILD]/scripts/slave/recipe_modules/skia/resources/run_binary_size_analy
sis.py", | 101 "RECIPE_MODULE[skia]/resources/run_binary_size_analysis.py", |
| 102 "--library", | 102 "--library", |
| 103 "[SLAVE_BUILD]/skia/out/Release/lib/libskia.so", | 103 "[SLAVE_BUILD]/skia/out/Release/lib/libskia.so", |
| 104 "--githash", | 104 "--githash", |
| 105 "164710", | 105 "164710", |
| 106 "--commit_ts", | 106 "--commit_ts", |
| 107 "1408633190", | 107 "1408633190", |
| 108 "--gsutil_path", | 108 "--gsutil_path", |
| 109 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" | 109 "[DEPOT_TOOLS]/third_party/gsutil/gsutil" |
| 110 ], | 110 ], |
| 111 "cwd": "[SLAVE_BUILD]/skia", | 111 "cwd": "[SLAVE_BUILD]/skia", |
| 112 "name": "generate and upload binary size data" | 112 "name": "generate and upload binary size data" |
| 113 } | 113 } |
| 114 ] | 114 ] |
| OLD | NEW |