OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "closure_compilation", | 10 "closure_compilation", |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 { | 107 { |
108 "cmd": [ | 108 "cmd": [ |
109 "python", | 109 "python", |
110 "-u", | 110 "-u", |
111 "[SLAVE_BUILD]/src/third_party/closure_compiler/run_tests.py" | 111 "[SLAVE_BUILD]/src/third_party/closure_compiler/run_tests.py" |
112 ], | 112 ], |
113 "name": "run_tests" | 113 "name": "run_tests" |
114 }, | 114 }, |
115 { | 115 { |
116 "cmd": [ | 116 "cmd": [ |
117 "[SLAVE_BUILD]/src/third_party/closure_compiler/run_compiler" | 117 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 118 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources.gyp" |
118 ], | 119 ], |
119 "name": "run_compiler" | 120 "name": "generate_gyp_files" |
| 121 }, |
| 122 { |
| 123 "cmd": [ |
| 124 "python", |
| 125 "-u", |
| 126 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 127 "--show-path", |
| 128 "python", |
| 129 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 130 "--gsutil-py-path", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 132 "--ninja-path", |
| 133 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 134 "--target", |
| 135 "Release", |
| 136 "--src-dir", |
| 137 "[SLAVE_BUILD]/src", |
| 138 "--goma-cache-dir", |
| 139 "[GOMA_CACHE]", |
| 140 "--buildbot-buildername", |
| 141 "closure_compilation", |
| 142 "--buildbot-mastername", |
| 143 "tryserver.chromium.linux", |
| 144 "--buildbot-slavename", |
| 145 "TestSlavename", |
| 146 "--" |
| 147 ], |
| 148 "env": { |
| 149 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 150 }, |
| 151 "name": "compile" |
| 152 }, |
| 153 { |
| 154 "cmd": [ |
| 155 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 156 "[SLAVE_BUILD]/src/third_party/closure_compiler/compiled_resources2.gyp" |
| 157 ], |
| 158 "name": "generate_v2_gyp_files" |
| 159 }, |
| 160 { |
| 161 "cmd": [ |
| 162 "python", |
| 163 "-u", |
| 164 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 165 "--show-path", |
| 166 "python", |
| 167 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 168 "--gsutil-py-path", |
| 169 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 170 "--ninja-path", |
| 171 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 172 "--target", |
| 173 "Release", |
| 174 "--src-dir", |
| 175 "[SLAVE_BUILD]/src", |
| 176 "--goma-cache-dir", |
| 177 "[GOMA_CACHE]", |
| 178 "--buildbot-buildername", |
| 179 "closure_compilation", |
| 180 "--buildbot-mastername", |
| 181 "tryserver.chromium.linux", |
| 182 "--buildbot-slavename", |
| 183 "TestSlavename", |
| 184 "--" |
| 185 ], |
| 186 "env": { |
| 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 188 }, |
| 189 "name": "compile_v2" |
120 }, | 190 }, |
121 { | 191 { |
122 "name": "$result", | 192 "name": "$result", |
123 "recipe_result": null, | 193 "recipe_result": null, |
124 "status_code": 0 | 194 "status_code": 0 |
125 } | 195 } |
126 ] | 196 ] |
OLD | NEW |