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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux.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 "WebKit Linux", 10 "WebKit Linux",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "-u", 177 "-u",
178 "[BUILD]/scripts/slave/cleanup_temp.py" 178 "[BUILD]/scripts/slave/cleanup_temp.py"
179 ], 179 ],
180 "cwd": "[SLAVE_BUILD]", 180 "cwd": "[SLAVE_BUILD]",
181 "name": "cleanup_temp" 181 "name": "cleanup_temp"
182 }, 182 },
183 { 183 {
184 "cmd": [ 184 "cmd": [
185 "python", 185 "python",
186 "-u", 186 "-u",
187 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 187 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
188 "--build-dir", 188 "--build-dir",
189 "[SLAVE_BUILD]/src/out/Release", 189 "[SLAVE_BUILD]/src/out/Release",
190 "--clean-isolated-files" 190 "--clean-isolated-files"
191 ], 191 ],
192 "cwd": "[SLAVE_BUILD]", 192 "cwd": "[SLAVE_BUILD]",
193 "name": "clean isolated files" 193 "name": "clean isolated files"
194 }, 194 },
195 { 195 {
196 "cmd": [ 196 "cmd": [
197 "python", 197 "python",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "name": "compile", 240 "name": "compile",
241 "~followup_annotations": [ 241 "~followup_annotations": [
242 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 242 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
243 "@@@STEP_LOG_END@json.output (invalid)@@@" 243 "@@@STEP_LOG_END@json.output (invalid)@@@"
244 ] 244 ]
245 }, 245 },
246 { 246 {
247 "cmd": [ 247 "cmd": [
248 "python", 248 "python",
249 "-u", 249 "-u",
250 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", 250 "RECIPE_MODULE[build.isolate]/resources/remove_build_metadata.py",
251 "--build-dir", 251 "--build-dir",
252 "[SLAVE_BUILD]/src/out/Release", 252 "[SLAVE_BUILD]/src/out/Release",
253 "--src-dir", 253 "--src-dir",
254 "[SLAVE_BUILD]/src" 254 "[SLAVE_BUILD]/src"
255 ], 255 ],
256 "cwd": "[SLAVE_BUILD]", 256 "cwd": "[SLAVE_BUILD]",
257 "name": "remove_build_metadata" 257 "name": "remove_build_metadata"
258 }, 258 },
259 { 259 {
260 "cmd": [ 260 "cmd": [
261 "python", 261 "python",
262 "-u", 262 "-u",
263 "RECIPE_MODULE[isolate]/resources/isolate.py", 263 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
264 "[SLAVE_BUILD]/src/tools/swarming_client", 264 "[SLAVE_BUILD]/src/tools/swarming_client",
265 "batcharchive", 265 "batcharchive",
266 "--dump-json", 266 "--dump-json",
267 "/path/to/tmp/json", 267 "/path/to/tmp/json",
268 "--isolate-server", 268 "--isolate-server",
269 "https://isolateserver.appspot.com", 269 "https://isolateserver.appspot.com",
270 "--verbose", 270 "--verbose",
271 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" 271 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json"
272 ], 272 ],
273 "cwd": "[SLAVE_BUILD]", 273 "cwd": "[SLAVE_BUILD]",
274 "name": "isolate tests", 274 "name": "isolate tests",
275 "~followup_annotations": [ 275 "~followup_annotations": [
276 "@@@STEP_LOG_LINE@json.output@{@@@", 276 "@@@STEP_LOG_LINE@json.output@{@@@",
277 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 277 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
278 "@@@STEP_LOG_LINE@json.output@}@@@", 278 "@@@STEP_LOG_LINE@json.output@}@@@",
279 "@@@STEP_LOG_END@json.output@@@" 279 "@@@STEP_LOG_END@json.output@@@"
280 ] 280 ]
281 }, 281 },
282 { 282 {
283 "cmd": [ 283 "cmd": [
284 "python", 284 "python",
285 "-u", 285 "-u",
286 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 286 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
287 "--build-dir", 287 "--build-dir",
288 "[SLAVE_BUILD]/src/out/Release", 288 "[SLAVE_BUILD]/src/out/Release",
289 "--output-json", 289 "--output-json",
290 "/path/to/tmp/json" 290 "/path/to/tmp/json"
291 ], 291 ],
292 "cwd": "[SLAVE_BUILD]", 292 "cwd": "[SLAVE_BUILD]",
293 "name": "find isolated tests", 293 "name": "find isolated tests",
294 "~followup_annotations": [ 294 "~followup_annotations": [
295 "@@@STEP_LOG_LINE@json.output@{@@@", 295 "@@@STEP_LOG_LINE@json.output@{@@@",
296 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 296 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 397 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
398 "@@@STEP_LOG_END@python.inline@@@" 398 "@@@STEP_LOG_END@python.inline@@@"
399 ] 399 ]
400 }, 400 },
401 { 401 {
402 "name": "$result", 402 "name": "$result",
403 "recipe_result": null, 403 "recipe_result": null,
404 "status_code": 0 404 "status_code": 0
405 } 405 }
406 ] 406 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698