Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_Ozone_Builder.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Ozone Builder", 10 "Linux ChromiumOS Ozone Builder",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "-u", 176 "-u",
177 "[BUILD]/scripts/slave/cleanup_temp.py" 177 "[BUILD]/scripts/slave/cleanup_temp.py"
178 ], 178 ],
179 "cwd": "[SLAVE_BUILD]", 179 "cwd": "[SLAVE_BUILD]",
180 "name": "cleanup_temp" 180 "name": "cleanup_temp"
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 186 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
187 "--build-dir", 187 "--build-dir",
188 "[SLAVE_BUILD]/src/out/Release", 188 "[SLAVE_BUILD]/src/out/Release",
189 "--clean-isolated-files" 189 "--clean-isolated-files"
190 ], 190 ],
191 "cwd": "[SLAVE_BUILD]", 191 "cwd": "[SLAVE_BUILD]",
192 "name": "clean isolated files" 192 "name": "clean isolated files"
193 }, 193 },
194 { 194 {
195 "cmd": [ 195 "cmd": [
196 "python", 196 "python",
(...skipping 21 matching lines...) Expand all
218 "name": "compile", 218 "name": "compile",
219 "~followup_annotations": [ 219 "~followup_annotations": [
220 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 220 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
221 "@@@STEP_LOG_END@json.output (invalid)@@@" 221 "@@@STEP_LOG_END@json.output (invalid)@@@"
222 ] 222 ]
223 }, 223 },
224 { 224 {
225 "cmd": [ 225 "cmd": [
226 "python", 226 "python",
227 "-u", 227 "-u",
228 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 228 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
229 "--build-dir", 229 "--build-dir",
230 "[SLAVE_BUILD]/src/out/Release", 230 "[SLAVE_BUILD]/src/out/Release",
231 "--src-dir", 231 "--src-dir",
232 "[SLAVE_BUILD]/src" 232 "[SLAVE_BUILD]/src"
233 ], 233 ],
234 "cwd": "[SLAVE_BUILD]", 234 "cwd": "[SLAVE_BUILD]",
235 "name": "remove_build_metadata" 235 "name": "remove_build_metadata"
236 }, 236 },
237 { 237 {
238 "cmd": [ 238 "cmd": [
239 "python", 239 "python",
240 "-u", 240 "-u",
241 "RECIPE_MODULE[isolate]/resources/isolate.py", 241 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
242 "[SLAVE_BUILD]/src/tools/swarming_client", 242 "[SLAVE_BUILD]/src/tools/swarming_client",
243 "batcharchive", 243 "batcharchive",
244 "--dump-json", 244 "--dump-json",
245 "/path/to/tmp/json", 245 "/path/to/tmp/json",
246 "--isolate-server", 246 "--isolate-server",
247 "https://isolateserver.appspot.com", 247 "https://isolateserver.appspot.com",
248 "--verbose", 248 "--verbose",
249 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" 249 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json"
250 ], 250 ],
251 "cwd": "[SLAVE_BUILD]", 251 "cwd": "[SLAVE_BUILD]",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "~followup_annotations": [ 305 "~followup_annotations": [
306 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@" 306 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@"
307 ] 307 ]
308 }, 308 },
309 { 309 {
310 "name": "$result", 310 "name": "$result",
311 "recipe_result": null, 311 "recipe_result": null,
312 "status_code": 0 312 "status_code": 0
313 } 313 }
314 ] 314 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698